mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-27 01:46:41 +00:00
Handle setting Vcc in Translator::SetDst64 (#1826)
This commit is contained in:
parent
be4c38bf1c
commit
b1b4c8c487
|
@ -439,7 +439,8 @@ void Translator::SetDst64(const InstOperand& operand, const IR::U64F64& value_ra
|
|||
ir.SetVectorReg(IR::VectorReg(operand.code + 1), hi);
|
||||
return ir.SetVectorReg(IR::VectorReg(operand.code), lo);
|
||||
case OperandField::VccLo:
|
||||
UNREACHABLE();
|
||||
ir.SetVccLo(lo);
|
||||
return ir.SetVccHi(hi);
|
||||
case OperandField::VccHi:
|
||||
UNREACHABLE();
|
||||
case OperandField::M0:
|
||||
|
|
Loading…
Reference in a new issue