Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.c804 J32Rel(0x84, to); in JE32()
809 J32Rel(0x84, to); in JZ32()
814 J32Rel(0x8F, to); in JG32()
819 J32Rel(0x8D, to); in JGE32()
824 J32Rel(0x8C, to); in JL32()
829 J32Rel(0x8E, to); in JLE32()
834 J32Rel(0x85, to); in JNE32()
839 J32Rel(0x85, to); in JNZ32()
844 J32Rel(0x8E, to); in JNG32()
849 J32Rel(0x8C, to); in JNGE32()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c195 u32* J32Rel( int cc, u32 to ) in J32Rel() function
2531 return J32Rel( 0x82, to ); in JB32()
2537 return J32Rel( 0x84, to ); in JE32()
2543 return J32Rel( 0x84, to ); in JZ32()
2549 return J32Rel( 0x8F, to ); in JG32()
2555 return J32Rel( 0x8D, to ); in JGE32()
2561 return J32Rel( 0x8C, to ); in JL32()
2567 return J32Rel( 0x8E, to ); in JLE32()
2573 return J32Rel( 0x83, to ); in JAE32()
2579 return J32Rel( 0x85, to ); in JNE32()
[all …]
H A Dix86-64.h249 u32* J32Rel( int cc, u32 to );