mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-05 07:45:01 -06:00
fixed vcclo
This commit is contained in:
parent
17b38edeb5
commit
46ad72cecf
@ -1164,8 +1164,7 @@ void Translator::V_CMP_U64(ConditionOp op, bool is_signed, bool set_exec, const
|
|||||||
case VccLo:
|
case VccLo:
|
||||||
// treat as 32-bit values, zero-extend to 64-bit
|
// treat as 32-bit values, zero-extend to 64-bit
|
||||||
{
|
{
|
||||||
IR::U32 val = ir.GetScalarReg(IR::ScalarReg(op.code));
|
return {ir.GetVccLo(), ir.GetVccHi()};
|
||||||
return {val, ir.Imm32(0)};
|
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
UNREACHABLE_MSG("Unsupported operand field {}", u32(op.field));
|
UNREACHABLE_MSG("Unsupported operand field {}", u32(op.field));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user