Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.c734 J8Rel(0x74, to); in JE8()
739 J8Rel(0x74, to); in JZ8()
744 J8Rel(0x7F, to); in JG8()
749 J8Rel(0x7D, to); in JGE8()
754 J8Rel(0x7C, to); in JL8()
759 J8Rel(0x7E, to); in JLE8()
764 J8Rel(0x75, to); in JNE8()
769 J8Rel(0x75, to); in JNZ8()
774 J8Rel(0x7E, to); in JNG8()
779 J8Rel(0x7C, to); in JNGE8()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c180 u8* J8Rel( int cc, int to ) in J8Rel() function
2396 return J8Rel( 0x7A, to ); in JP8()
2401 return J8Rel( 0x7B, to ); in JNP8()
2406 return J8Rel( 0x74, to ); in JE8()
2412 return J8Rel( 0x74, to ); in JZ8()
2418 return J8Rel( 0x78, to ); in JS8()
2424 return J8Rel( 0x79, to ); in JNS8()
2430 return J8Rel( 0x7F, to ); in JG8()
2436 return J8Rel( 0x7D, to ); in JGE8()
2442 return J8Rel( 0x7C, to ); in JL8()
[all …]
H A Dix86-64.h248 u8* J8Rel( int cc, int to );