From d1cfe83cee7a7aed91c67fd594205aff7405f039 Mon Sep 17 00:00:00 2001 From: Ced2911 Date: Mon, 9 Sep 2013 16:10:11 +0200 Subject: [PATCH] update emitter --- Common/ppcEmitter.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Common/ppcEmitter.h b/Common/ppcEmitter.h index 0686c5898a..45156d09e3 100644 --- a/Common/ppcEmitter.h +++ b/Common/ppcEmitter.h @@ -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);