Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c911 CMOV32MtoR( 0x46, to, from ); in CMOVBE32MtoR()
923 CMOV32MtoR( 0x42, to, from ); in CMOVB32MtoR()
935 CMOV32MtoR( 0x43, to, from ); in CMOVAE32MtoR()
947 CMOV32MtoR( 0x47, to, from ); in CMOVA32MtoR()
959 CMOV32MtoR( 0x40, to, from ); in CMOVO32MtoR()
971 CMOV32MtoR( 0x4A, to, from ); in CMOVP32MtoR()
983 CMOV32MtoR( 0x48, to, from ); in CMOVS32MtoR()
995 CMOV32MtoR( 0x41, to, from ); in CMOVNO32MtoR()
1007 CMOV32MtoR( 0x4B, to, from ); in CMOVNP32MtoR()
1019 CMOV32MtoR( 0x49, to, from ); in CMOVNS32MtoR()
[all …]
H A Dix86-64.h251 void CMOV32MtoR( int cc, int to, uptr from );
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.c85 #define CMOV32MtoR(cc, to, from) { \ macro
262 CMOV32MtoR(0x45, to, from); in CMOVNE32MtoR()
272 CMOV32MtoR(0x44, to, from); in CMOVE32MtoR()
282 CMOV32MtoR(0x4F, to, from); in CMOVG32MtoR()
292 CMOV32MtoR(0x4D, to, from); in CMOVGE32MtoR()
302 CMOV32MtoR(0x4C, to, from); in CMOVL32MtoR()
312 CMOV32MtoR(0x4E, to, from); in CMOVLE32MtoR()