mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
clang-format
This commit is contained in:
parent
d13e860a08
commit
2cd41ab020
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ u32 ShaderIR::DecodeBfe(NodeBlock& bb, u32 pc) {
|
||||||
Immediate(0), Immediate(8));
|
Immediate(0), Immediate(8));
|
||||||
const auto bits = SignedOperation(OperationCode::IBitfieldExtract, is_signed, op_b,
|
const auto bits = SignedOperation(OperationCode::IBitfieldExtract, is_signed, op_b,
|
||||||
Immediate(8), Immediate(8));
|
Immediate(8), Immediate(8));
|
||||||
auto result =
|
auto result = SignedOperation(OperationCode::IBitfieldExtract, is_signed, op_a, offset, bits);
|
||||||
SignedOperation(OperationCode::IBitfieldExtract, is_signed, op_a, offset, bits);
|
|
||||||
SetRegister(bb, instr.gpr0, std::move(result));
|
SetRegister(bb, instr.gpr0, std::move(result));
|
||||||
|
|
||||||
return pc;
|
return pc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue