mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 01:54:31 +00:00
add V_CMPX_LE_I32 (#1056)
This commit is contained in:
parent
6da67645e9
commit
beb809b612
@ -242,6 +242,8 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
|
||||
return V_CMP_U32(ConditionOp::LG, true, false, inst);
|
||||
case Opcode::V_CMP_GE_I32:
|
||||
return V_CMP_U32(ConditionOp::GE, true, false, inst);
|
||||
case Opcode::V_CMPX_LE_I32:
|
||||
return V_CMP_U32(ConditionOp::LE, true, true, inst);
|
||||
|
||||
// V_CMPX_{OP8}_I32
|
||||
case Opcode::V_CMPX_LT_I32:
|
||||
|
Loading…
Reference in New Issue
Block a user