mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
add V_CMPX_LE_I32
This commit is contained in:
parent
6da67645e9
commit
f8bc56e4b1
@ -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