From 4bb41bc26700bb685bbe62cfae1cc6cdc3946009 Mon Sep 17 00:00:00 2001 From: Sacha Date: Fri, 27 Feb 2015 21:20:11 +0100 Subject: [PATCH] pcsx2: More cleanup of iCore. Greg: Drop Svu changes, Svu will be dropped in the future anyway --- pcsx2/x86/iCore.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/pcsx2/x86/iCore.h b/pcsx2/x86/iCore.h index 665cb310e..e06692773 100644 --- a/pcsx2/x86/iCore.h +++ b/pcsx2/x86/iCore.h @@ -137,17 +137,17 @@ void _flushConstReg(int reg); #define XMM_CONV_VU(VU) (VU==&VU1) -#define XMMTYPE_TEMP 0 // has to be 0 -#define XMMTYPE_VFREG 1 -#define XMMTYPE_ACC 2 -#define XMMTYPE_FPREG 3 -#define XMMTYPE_FPACC 4 -#define XMMTYPE_GPRREG 5 +#define XMMTYPE_TEMP 0 // has to be 0 +#define XMMTYPE_VFREG 1 +#define XMMTYPE_ACC 2 +#define XMMTYPE_FPREG 3 +#define XMMTYPE_FPACC 4 +#define XMMTYPE_GPRREG 5 // lo and hi regs -#define XMMGPR_LO 33 -#define XMMGPR_HI 32 -#define XMMFPU_ACC 32 +#define XMMGPR_LO 33 +#define XMMGPR_HI 32 +#define XMMFPU_ACC 32 struct _xmmregs { u8 inuse; @@ -218,8 +218,6 @@ struct EEINST // valid if info & EEINSTINFO_COP2 int cycle; // cycle of inst (at offset from block) _VURegsNum vuregs; - - u8 numpeeps; // number of peephole optimizations }; extern EEINST* g_pCurInstInfo; // info for the cur instruction