mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
nit
This commit is contained in:
parent
00607fe1e0
commit
240d45830d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +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));
|
||||||
const 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));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue