mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 18:58:43 +00:00
[ARM] Fix VSQRT/VCMP/VCMPE/VCMPE0/VCMP0 emitters when using the high 16 double registers.
This commit is contained in:
parent
ec9c395f4f
commit
06062d5744
2 changed files with 24 additions and 7 deletions
|
@ -359,6 +359,7 @@ private:
|
|||
u32 EncodeVn(ARMReg Vn);
|
||||
u32 EncodeVm(ARMReg Vm);
|
||||
void WriteVFPDataOp(u32 Op, ARMReg Vd, ARMReg Vn, ARMReg Vm);
|
||||
void WriteVFPDataOp6bit(u32 Op, ARMReg Vd, ARMReg Vn, ARMReg Vm, u32 bit6);
|
||||
|
||||
void Write4OpMultiply(u32 op, ARMReg destLo, ARMReg destHi, ARMReg rn, ARMReg rm);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue