Home
last modified time | relevance | path

Searched refs:CMOV32RtoR (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c905 CMOV32RtoR( 0x46, to, from ); in CMOVBE32RtoR()
917 CMOV32RtoR( 0x42, to, from ); in CMOVB32RtoR()
929 CMOV32RtoR( 0x43, to, from ); in CMOVAE32RtoR()
941 CMOV32RtoR( 0x47, to, from ); in CMOVA32RtoR()
953 CMOV32RtoR( 0x40, to, from ); in CMOVO32RtoR()
965 CMOV32RtoR( 0x4A, to, from ); in CMOVP32RtoR()
977 CMOV32RtoR( 0x48, to, from ); in CMOVS32RtoR()
989 CMOV32RtoR( 0x41, to, from ); in CMOVNO32RtoR()
1001 CMOV32RtoR( 0x4B, to, from ); in CMOVNP32RtoR()
1013 CMOV32RtoR( 0x49, to, from ); in CMOVNS32RtoR()
[all …]
H A Dix86-64.h250 void CMOV32RtoR( int cc, int to, int from );
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.c81 #define CMOV32RtoR(cc, to, from) { \ macro
257 CMOV32RtoR(0x45, to, from); in CMOVNE32RtoR()
267 CMOV32RtoR(0x44, to, from); in CMOVE32RtoR()
277 CMOV32RtoR(0x4F, to, from); in CMOVG32RtoR()
287 CMOV32RtoR(0x4D, to, from); in CMOVGE32RtoR()
297 CMOV32RtoR(0x4C, to, from); in CMOVL32RtoR()
307 CMOV32RtoR(0x4E, to, from); in CMOVLE32RtoR()