mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
update emitter
This commit is contained in:
parent
17b8d5d813
commit
d1cfe83cee
1 changed files with 4 additions and 0 deletions
|
@ -391,6 +391,10 @@ namespace PpcGen
|
|||
void FMADDS (PPCReg FRt, PPCReg FRa, PPCReg FRc, PPCReg FRb);
|
||||
void FMSUBS (PPCReg FRt, PPCReg FRa, PPCReg FRc, PPCReg FRb);
|
||||
|
||||
// Fpu compare
|
||||
void FCMPU (int Bf, PPCReg FRa, PPCReg FRb); // unordered
|
||||
void FCMPO (int Bf, PPCReg FRa, PPCReg FRb); // ordered
|
||||
|
||||
|
||||
// VPU - lvx128
|
||||
void LoadVector(PPCReg Rd, PPCReg Ra, PPCReg Rb);
|
||||
|
|
Loading…
Add table
Reference in a new issue