shader_decode: Improve zero flag implementation
This commit is contained in:
parent
c75f5c634a
commit
719c83a4c2
15 changed files with 79 additions and 75 deletions
|
@ -86,6 +86,7 @@ u32 ShaderIR::DecodeXmad(BasicBlock& bb, u32 pc) {
|
|||
sum = Operation(OperationCode::IBitwiseOr, NO_PRECISE, a, b);
|
||||
}
|
||||
|
||||
SetInternalFlagsFromInteger(bb, sum, instr.generates_cc);
|
||||
SetRegister(bb, instr.gpr0, sum);
|
||||
|
||||
return pc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue