Lines Matching defs:to

51 void WriteRmOffset(x86IntRegType to, int offset)  in WriteRmOffset()
84 void WriteRmOffsetFrom(x86IntRegType to, x86IntRegType from, int offset) in WriteRmOffsetFrom()
172 void SET8R( int cc, int to ) in SET8R()
180 u8* J8Rel( int cc, int to ) in J8Rel()
187 u16* J16Rel( int cc, u32 to ) in J16Rel()
195 u32* J32Rel( int cc, u32 to ) in J32Rel()
203 void CMOV32RtoR( int cc, int to, int from ) in CMOV32RtoR()
211 void CMOV32MtoR( int cc, x86IntRegType to, uptr from ) in CMOV32MtoR()
318 void MOV64RtoR( x86IntRegType to, x86IntRegType from ) in MOV64RtoR()
326 void MOV64RtoM( uptr to, x86IntRegType from ) in MOV64RtoM()
341 void MOV64MtoR( x86IntRegType to, uptr from ) in MOV64MtoR()
356 void MOV64I32toM(uptr to, u32 from ) in MOV64I32toM()
363 void MOV64ItoR( x86IntRegType to, u64 from) in MOV64ItoR()
371 void MOV64I32toR( x86IntRegType to, s32 from ) in MOV64I32toR()
380 void MOV64ItoRmOffset( x86IntRegType to, u32 from, int offset) in MOV64ItoRmOffset()
389 void MOV64RmOffsettoR( x86IntRegType to, x86IntRegType from, int offset ) in MOV64RmOffsettoR()
397 void MOV64RmStoR( x86IntRegType to, x86IntRegType from, x86IntRegType from2, int scale) { in MOV64RmStoR()
405 void MOV64RtoRmOffset( x86IntRegType to, x86IntRegType from, int offset ) in MOV64RtoRmOffset()
413 void MOV64RtoRmS( x86IntRegType to, x86IntRegType from, x86IntRegType from2, int scale) { in MOV64RtoRmS()
422 void MOV32RtoR( x86IntRegType to, x86IntRegType from ) in MOV32RtoR()
430 void MOV32RtoM( uptr to, x86IntRegType from ) in MOV32RtoM()
444 void MOV32MtoR( x86IntRegType to, uptr from ) in MOV32MtoR()
458 void MOV32RmtoR( x86IntRegType to, x86IntRegType from ) { in MOV32RmtoR()
464 void MOV32RmtoROffset( x86IntRegType to, x86IntRegType from, int offset ) { in MOV32RmtoROffset()
471 void MOV32RmStoR( x86IntRegType to, x86IntRegType from, x86IntRegType from2, int scale) { in MOV32RmStoR()
479 void MOV32RmSOffsettoR( x86IntRegType to, x86IntRegType from1, int from2, int scale ) in MOV32RmSOffsettoR()
489 void MOV32RtoRm( x86IntRegType to, x86IntRegType from ) { in MOV32RtoRm()
502 void MOV32RtoRmS( x86IntRegType to, x86IntRegType from, x86IntRegType from2, int scale) { in MOV32RtoRmS()
510 void MOV32ItoR( x86IntRegType to, u32 from ) in MOV32ItoR()
518 void MOV32ItoM(uptr to, u32 from ) in MOV32ItoM()
525 void MOV32ItoRmOffset( x86IntRegType to, u32 from, int offset) in MOV32ItoRmOffset()
534 void MOV32RtoRmOffset( x86IntRegType to, x86IntRegType from, int offset) in MOV32RtoRmOffset()
542 void MOV16RtoM(uptr to, x86IntRegType from ) in MOV16RtoM()
557 void MOV16MtoR( x86IntRegType to, uptr from ) in MOV16MtoR()
571 void MOV16RmtoR( x86IntRegType to, x86IntRegType from) in MOV16RmtoR()
579 void MOV16RmtoROffset( x86IntRegType to, x86IntRegType from, int offset ) in MOV16RmtoROffset()
587 void MOV16RmSOffsettoR( x86IntRegType to, x86IntRegType from1, u32 from2, int scale ) in MOV16RmSOffsettoR()
597 void MOV16RtoRm(x86IntRegType to, x86IntRegType from) in MOV16RtoRm()
606 void MOV16ItoM( uptr to, u16 from ) in MOV16ItoM()
613 void MOV16RtoRmS( x86IntRegType to, x86IntRegType from, x86IntRegType from2, int scale) { in MOV16RtoRmS()
621 void MOV16ItoR( x86IntRegType to, u16 from ) in MOV16ItoR()
629 void MOV16ItoRmOffset( x86IntRegType to, u16 from, u32 offset) in MOV16ItoRmOffset()
639 void MOV16RtoRmOffset( x86IntRegType to, x86IntRegType from, int offset) in MOV16RtoRmOffset()
648 void MOV8RtoM( uptr to, x86IntRegType from ) in MOV8RtoM()
662 void MOV8MtoR( x86IntRegType to, uptr from ) in MOV8MtoR()
676 void MOV8RmtoR(x86IntRegType to, x86IntRegType from) in MOV8RmtoR()
683 void MOV8RmtoROffset(x86IntRegType to, x86IntRegType from, int offset) in MOV8RmtoROffset()
690 void MOV8RtoRm(x86IntRegType to, x86IntRegType from) in MOV8RtoRm()
698 void MOV8ItoM( uptr to, u8 from ) in MOV8ItoM()
705 void MOV8ItoR( x86IntRegType to, u8 from ) in MOV8ItoR()
713 void MOV8ItoRmOffset( x86IntRegType to, u8 from, int offset) in MOV8ItoRmOffset()
723 void MOV8RtoRmOffset( x86IntRegType to, x86IntRegType from, int offset) in MOV8RtoRmOffset()
732 void MOVSX32R8toR( x86IntRegType to, x86IntRegType from ) in MOVSX32R8toR()
739 void MOVSX32Rm8toR( x86IntRegType to, x86IntRegType from ) in MOVSX32Rm8toR()
746 void MOVSX32Rm8toROffset( x86IntRegType to, x86IntRegType from, int offset ) in MOVSX32Rm8toROffset()
754 void MOVSX32M8toR( x86IntRegType to, uptr from ) in MOVSX32M8toR()
760 void MOVSX32R16toR( x86IntRegType to, x86IntRegType from ) in MOVSX32R16toR()
767 void MOVSX32Rm16toR( x86IntRegType to, x86IntRegType from ) in MOVSX32Rm16toR()
774 void MOVSX32Rm16toROffset( x86IntRegType to, x86IntRegType from, int offset ) in MOVSX32Rm16toROffset()
782 void MOVSX32M16toR( x86IntRegType to, uptr from ) in MOVSX32M16toR()
788 void MOVZX32R8toR( x86IntRegType to, x86IntRegType from ) in MOVZX32R8toR()
795 void MOVZX32Rm8toR( x86IntRegType to, x86IntRegType from ) in MOVZX32Rm8toR()
802 void MOVZX32Rm8toROffset( x86IntRegType to, x86IntRegType from, int offset ) in MOVZX32Rm8toROffset()
810 void MOVZX32M8toR( x86IntRegType to, uptr from ) in MOVZX32M8toR()
816 void MOVZX32R16toR( x86IntRegType to, x86IntRegType from ) in MOVZX32R16toR()
823 void MOVZX32Rm16toR( x86IntRegType to, x86IntRegType from ) in MOVZX32Rm16toR()
830 void MOVZX32Rm16toROffset( x86IntRegType to, x86IntRegType from, int offset ) in MOVZX32Rm16toROffset()
838 void MOVZX32M16toR( x86IntRegType to, uptr from ) in MOVZX32M16toR()
846 void MOVZX64R8toR( x86IntRegType to, x86IntRegType from ) in MOVZX64R8toR()
853 void MOVZX64Rm8toR( x86IntRegType to, x86IntRegType from ) in MOVZX64Rm8toR()
860 void MOVZX64Rm8toROffset( x86IntRegType to, x86IntRegType from, int offset ) in MOVZX64Rm8toROffset()
868 void MOVZX64M8toR( x86IntRegType to, uptr from ) in MOVZX64M8toR()
874 void MOVZX64R16toR( x86IntRegType to, x86IntRegType from ) in MOVZX64R16toR()
881 void MOVZX64Rm16toR( x86IntRegType to, x86IntRegType from ) in MOVZX64Rm16toR()
888 void MOVZX64Rm16toROffset( x86IntRegType to, x86IntRegType from, int offset ) in MOVZX64Rm16toROffset()
896 void MOVZX64M16toR( x86IntRegType to, uptr from ) in MOVZX64M16toR()
903 void CMOVBE32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVBE32RtoR()
909 void CMOVBE32MtoR( x86IntRegType to, uptr from ) in CMOVBE32MtoR()
915 void CMOVB32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVB32RtoR()
921 void CMOVB32MtoR( x86IntRegType to, uptr from ) in CMOVB32MtoR()
927 void CMOVAE32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVAE32RtoR()
933 void CMOVAE32MtoR( x86IntRegType to, uptr from ) in CMOVAE32MtoR()
939 void CMOVA32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVA32RtoR()
945 void CMOVA32MtoR( x86IntRegType to, uptr from ) in CMOVA32MtoR()
951 void CMOVO32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVO32RtoR()
957 void CMOVO32MtoR( x86IntRegType to, uptr from ) in CMOVO32MtoR()
963 void CMOVP32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVP32RtoR()
969 void CMOVP32MtoR( x86IntRegType to, uptr from ) in CMOVP32MtoR()
975 void CMOVS32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVS32RtoR()
981 void CMOVS32MtoR( x86IntRegType to, uptr from ) in CMOVS32MtoR()
987 void CMOVNO32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVNO32RtoR()
993 void CMOVNO32MtoR( x86IntRegType to, uptr from ) in CMOVNO32MtoR()
999 void CMOVNP32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVNP32RtoR()
1005 void CMOVNP32MtoR( x86IntRegType to, uptr from ) in CMOVNP32MtoR()
1011 void CMOVNS32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVNS32RtoR()
1017 void CMOVNS32MtoR( x86IntRegType to, uptr from ) in CMOVNS32MtoR()
1023 void CMOVNE32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVNE32RtoR()
1029 void CMOVNE32MtoR( x86IntRegType to, uptr from ) in CMOVNE32MtoR()
1035 void CMOVE32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVE32RtoR()
1041 void CMOVE32MtoR( x86IntRegType to, uptr from ) in CMOVE32MtoR()
1047 void CMOVG32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVG32RtoR()
1053 void CMOVG32MtoR( x86IntRegType to, uptr from ) in CMOVG32MtoR()
1059 void CMOVGE32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVGE32RtoR()
1065 void CMOVGE32MtoR( x86IntRegType to, uptr from ) in CMOVGE32MtoR()
1071 void CMOVL32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVL32RtoR()
1077 void CMOVL32MtoR( x86IntRegType to, uptr from ) in CMOVL32MtoR()
1083 void CMOVLE32RtoR( x86IntRegType to, x86IntRegType from ) in CMOVLE32RtoR()
1089 void CMOVLE32MtoR( x86IntRegType to, uptr from ) in CMOVLE32MtoR()
1099 void ADD64ItoR( x86IntRegType to, u32 from ) in ADD64ItoR()
1121 void ADD64MtoR( x86IntRegType to, uptr from ) in ADD64MtoR()
1127 void ADD64RtoR( x86IntRegType to, x86IntRegType from ) in ADD64RtoR()
1135 void ADD32ItoR( x86IntRegType to, u32 from ) in ADD32ItoR()
1149 void ADD32ItoM( uptr to, u32 from ) in ADD32ItoM()
1156 void ADD32ItoRmOffset( x86IntRegType to, u32 from, int offset) in ADD32ItoRmOffset()
1165 void ADD32RtoR( x86IntRegType to, x86IntRegType from ) in ADD32RtoR()
1173 void ADD32RtoM(uptr to, x86IntRegType from ) in ADD32RtoM()
1179 void ADD32MtoR( x86IntRegType to, uptr from ) in ADD32MtoR()
1185 void ADD16RtoR( x86IntRegType to , x86IntRegType from ) in ADD16RtoR()
1194 void ADD16ItoR( x86IntRegType to, u16 from ) in ADD16ItoR()
1211 void ADD16ItoM( uptr to, u16 from ) in ADD16ItoM()
1218 void ADD16RtoM(uptr to, x86IntRegType from ) in ADD16RtoM()
1224 void ADD16MtoR( x86IntRegType to, uptr from ) in ADD16MtoR()
1230 void ADD8MtoR( x86IntRegType to, uptr from ) in ADD8MtoR()
1236 void ADC32ItoR( x86IntRegType to, u32 from ) in ADC32ItoR()
1250 void ADC32ItoM( uptr to, u32 from ) in ADC32ItoM()
1257 void ADC32RtoR( x86IntRegType to, x86IntRegType from ) in ADC32RtoR()
1265 void ADC32MtoR( x86IntRegType to, uptr from ) in ADC32MtoR()
1271 void ADC32RtoM( uptr to, x86IntRegType from ) in ADC32RtoM()
1278 void INC32R( x86IntRegType to ) in INC32R()
1285 void INC32R( x86IntRegType to ) in INC32R()
1292 void INC32M( uptr to ) in INC32M()
1298 void INC16R( x86IntRegType to ) in INC16R()
1306 void INC16M( uptr to ) in INC16M()
1313 void SUB64ItoR( x86IntRegType to, u32 from ) in SUB64ItoR()
1336 void SUB64RtoR( x86IntRegType to, x86IntRegType from ) in SUB64RtoR()
1344 void SUB64MtoR( x86IntRegType to, uptr from ) in SUB64MtoR()
1350 void SUB32ItoR( x86IntRegType to, u32 from ) in SUB32ItoR()
1364 void SUB32ItoM( uptr to, u32 from ) in SUB32ItoM()
1371 void SUB32RtoR( x86IntRegType to, x86IntRegType from ) in SUB32RtoR()
1379 void SUB32MtoR( x86IntRegType to, uptr from ) in SUB32MtoR()
1385 void SUB32RtoM( uptr to, x86IntRegType from ) in SUB32RtoM()
1391 void SUB16RtoR( x86IntRegType to, u16 from ) in SUB16RtoR()
1400 void SUB16ItoR( x86IntRegType to, u16 from ) { in SUB16ItoR()
1413 void SUB16ItoM( uptr to, u16 from ) { in SUB16ItoM()
1419 void SUB16MtoR( x86IntRegType to, uptr from ) { in SUB16MtoR()
1424 void SBB64RtoR( x86IntRegType to, x86IntRegType from ) { in SBB64RtoR()
1431 void SBB32ItoR( x86IntRegType to, u32 from ) { in SBB32ItoR()
1443 void SBB32ItoM( uptr to, u32 from ) { in SBB32ItoM()
1449 void SBB32RtoR( x86IntRegType to, x86IntRegType from ) in SBB32RtoR()
1457 void SBB32MtoR( x86IntRegType to, uptr from ) in SBB32MtoR()
1463 void SBB32RtoM( uptr to, x86IntRegType from ) in SBB32RtoM()
1469 void DEC32R( x86IntRegType to ) in DEC32R()
1476 void DEC32R( x86IntRegType to ) in DEC32R()
1484 void DEC32M( uptr to ) in DEC32M()
1490 void DEC16R( x86IntRegType to ) in DEC16R()
1498 void DEC16M( uptr to ) in DEC16M()
1532 void IMUL32RtoR( x86IntRegType to, x86IntRegType from ) in IMUL32RtoR()
1572 void SHL64ItoR( x86IntRegType to, u8 from ) in SHL64ItoR()
1587 void SHL64CLtoR( x86IntRegType to ) in SHL64CLtoR()
1595 void SHR64ItoR( x86IntRegType to, u8 from ) in SHR64ItoR()
1609 void SHR64CLtoR( x86IntRegType to ) in SHR64CLtoR()
1617 void SHL32ItoR( x86IntRegType to, u8 from ) in SHL32ItoR()
1632 void SHL32ItoM( uptr to, u8 from ) in SHL32ItoM()
1646 void SHL32CLtoR( x86IntRegType to ) in SHL32CLtoR()
1654 void SHL16ItoR( x86IntRegType to, u8 from ) in SHL16ItoR()
1670 void SHL8ItoR( x86IntRegType to, u8 from ) in SHL8ItoR()
1685 void SHR32ItoR( x86IntRegType to, u8 from ) { in SHR32ItoR()
1701 void SHR32ItoM( uptr to, u8 from ) in SHR32ItoM()
1715 void SHR32CLtoR( x86IntRegType to ) in SHR32CLtoR()
1723 void SHR8ItoR( x86IntRegType to, u8 from ) in SHR8ItoR()
1740 void SAR64ItoR( x86IntRegType to, u8 from ) in SAR64ItoR()
1755 void SAR64CLtoR( x86IntRegType to ) in SAR64CLtoR()
1763 void SAR32ItoR( x86IntRegType to, u8 from ) in SAR32ItoR()
1778 void SAR32ItoM( uptr to, u8 from ) in SAR32ItoM()
1792 void SAR32CLtoR( x86IntRegType to ) in SAR32CLtoR()
1800 void SAR16ItoR( x86IntRegType to, u8 from ) in SAR16ItoR()
1815 void ROR32ItoR( x86IntRegType to,u8 from ) in ROR32ItoR()
1830 void RCR32ItoR( x86IntRegType to, u8 from ) in RCR32ItoR()
1846 void SHLD32ItoR( x86IntRegType to, x86IntRegType from, u8 shift ) in SHLD32ItoR()
1856 void SHRD32ItoR( x86IntRegType to, x86IntRegType from, u8 shift ) in SHRD32ItoR()
1870 void OR64ItoR( x86IntRegType to, u32 from ) in OR64ItoR()
1883 void OR64MtoR( x86IntRegType to, uptr from ) in OR64MtoR()
1889 void OR64RtoR( x86IntRegType to, x86IntRegType from ) in OR64RtoR()
1897 void OR64RtoM(uptr to, x86IntRegType from ) in OR64RtoM()
1903 void OR32ItoR( x86IntRegType to, u32 from ) in OR32ItoR()
1917 void OR32ItoM(uptr to, u32 from ) in OR32ItoM()
1924 void OR32RtoR( x86IntRegType to, x86IntRegType from ) in OR32RtoR()
1932 void OR32RtoM(uptr to, x86IntRegType from ) in OR32RtoM()
1938 void OR32MtoR( x86IntRegType to, uptr from ) in OR32MtoR()
1944 void OR16RtoR( x86IntRegType to, x86IntRegType from ) in OR16RtoR()
1953 void OR16ItoR( x86IntRegType to, u16 from ) in OR16ItoR()
1968 void OR16ItoM( uptr to, u16 from ) in OR16ItoM()
1975 void OR16MtoR( x86IntRegType to, uptr from ) in OR16MtoR()
1981 void OR16RtoM( uptr to, x86IntRegType from ) in OR16RtoM()
1987 void OR8RtoR( x86IntRegType to, x86IntRegType from ) in OR8RtoR()
1995 void OR8RtoM( uptr to, x86IntRegType from ) in OR8RtoM()
2001 void OR8ItoM( uptr to, u8 from ) in OR8ItoM()
2008 void OR8MtoR( x86IntRegType to, uptr from ) in OR8MtoR()
2014 void XOR64ItoR( x86IntRegType to, u32 from ) in XOR64ItoR()
2027 void XOR64RtoR( x86IntRegType to, x86IntRegType from ) in XOR64RtoR()
2035 void XOR64MtoR( x86IntRegType to, uptr from ) in XOR64MtoR()
2041 void XOR64RtoM( uptr to, x86IntRegType from ) in XOR64RtoM()
2047 void XOR32ItoR( x86IntRegType to, u32 from ) in XOR32ItoR()
2061 void XOR32ItoM( uptr to, u32 from ) in XOR32ItoM()
2068 void XOR32RtoR( x86IntRegType to, x86IntRegType from ) in XOR32RtoR()
2076 void XOR16RtoR( x86IntRegType to, x86IntRegType from ) in XOR16RtoR()
2085 void XOR32RtoM( uptr to, x86IntRegType from ) in XOR32RtoM()
2091 void XOR32MtoR( x86IntRegType to, uptr from ) in XOR32MtoR()
2097 void XOR16ItoR( x86IntRegType to, u16 from ) in XOR16ItoR()
2112 void XOR16RtoM( uptr to, x86IntRegType from ) in XOR16RtoM()
2118 void AND64I32toR( x86IntRegType to, u32 from ) in AND64I32toR()
2131 void AND64MtoR( x86IntRegType to, uptr from ) in AND64MtoR()
2137 void AND64RtoM( uptr to, x86IntRegType from ) in AND64RtoM()
2143 void AND64RtoR( x86IntRegType to, x86IntRegType from ) in AND64RtoR()
2151 void AND64I32toM( uptr to, u32 from ) in AND64I32toM()
2158 void AND32ItoR( x86IntRegType to, u32 from ) in AND32ItoR()
2171 void AND32I8toR( x86IntRegType to, u8 from ) in AND32I8toR()
2180 void AND32ItoM( uptr to, u32 from ) in AND32ItoM()
2187 void AND32I8toM( uptr to, u8 from ) in AND32I8toM()
2194 void AND32RtoR( x86IntRegType to, x86IntRegType from ) in AND32RtoR()
2202 void AND32RtoM( uptr to, x86IntRegType from ) in AND32RtoM()
2208 void AND32MtoR( x86IntRegType to, uptr from ) in AND32MtoR()
2214 void AND16RtoR( x86IntRegType to, x86IntRegType from ) in AND16RtoR()
2223 void AND16ItoR( x86IntRegType to, u16 from ) in AND16ItoR()
2237 void AND16ItoM( uptr to, u16 from ) in AND16ItoM()
2244 void AND16RtoM( uptr to, x86IntRegType from ) in AND16RtoM()
2250 void AND16MtoR( x86IntRegType to, uptr from ) in AND16MtoR()
2256 void AND8ItoR( x86IntRegType to, u8 from ) in AND8ItoR()
2269 void AND8ItoM( uptr to, u8 from ) in AND8ItoM()
2276 void AND8RtoR( x86IntRegType to, x86IntRegType from ) in AND8RtoR()
2284 void AND8RtoM( uptr to, x86IntRegType from ) in AND8RtoM()
2290 void AND8MtoR( x86IntRegType to, uptr from ) in AND8MtoR()
2351 u8* JMP( uptr to ) { in JMP()
2363 u8* JMP8( u8 to ) in JMP8()
2371 u32* JMP32( uptr to ) in JMP32()
2380 void JMPR( x86IntRegType to ) in JMPR()
2388 void JMP32M( uptr to ) in JMP32M()
2395 u8* JP8( u8 to ) { in JP8()
2400 u8* JNP8( u8 to ) { in JNP8()
2405 u8* JE8( u8 to ) { in JE8()
2410 u8* JZ8( u8 to ) in JZ8()
2416 u8* JS8( u8 to ) in JS8()
2422 u8* JNS8( u8 to ) in JNS8()
2428 u8* JG8( u8 to ) in JG8()
2434 u8* JGE8( u8 to ) in JGE8()
2440 u8* JL8( u8 to ) in JL8()
2446 u8* JA8( u8 to ) in JA8()
2451 u8* JAE8( u8 to ) in JAE8()
2457 u8* JB8( u8 to ) in JB8()
2463 u8* JBE8( u8 to ) in JBE8()
2469 u8* JLE8( u8 to ) in JLE8()
2475 u8* JNE8( u8 to ) in JNE8()
2481 u8* JNZ8( u8 to ) in JNZ8()
2487 u8* JNG8( u8 to ) in JNG8()
2493 u8* JNGE8( u8 to ) in JNGE8()
2499 u8* JNL8( u8 to ) in JNL8()
2505 u8* JNLE8( u8 to ) in JNLE8()
2511 u8* JO8( u8 to ) in JO8()
2517 u8* JNO8( u8 to ) in JNO8()
2523 u16* JB16( u16 to ) in JB16()
2529 u32* JB32( u32 to ) in JB32()
2535 u32* JE32( u32 to ) in JE32()
2541 u32* JZ32( u32 to ) in JZ32()
2547 u32* JG32( u32 to ) in JG32()
2553 u32* JGE32( u32 to ) in JGE32()
2559 u32* JL32( u32 to ) in JL32()
2565 u32* JLE32( u32 to ) in JLE32()
2571 u32* JAE32( u32 to ) in JAE32()
2577 u32* JNE32( u32 to ) in JNE32()
2583 u32* JNZ32( u32 to ) in JNZ32()
2589 u32* JNG32( u32 to ) in JNG32()
2595 u32* JNGE32( u32 to ) in JNGE32()
2601 u32* JNL32( u32 to ) in JNL32()
2607 u32* JNLE32( u32 to ) in JNLE32()
2613 u32* JO32( u32 to ) in JO32()
2619 u32* JNO32( u32 to ) in JNO32()
2625 u32* JS32( u32 to ) in JS32()
2647 void CALL32( s32 to ) in CALL32()
2654 void CALL32R( x86IntRegType to ) in CALL32R()
2662 void CALL64R( x86IntRegType to ) in CALL64R()
2674 void CMP64I32toR( x86IntRegType to, u32 from ) in CMP64I32toR()
2688 void CMP64MtoR( x86IntRegType to, uptr from ) in CMP64MtoR()
2694 void CMP64RtoR( x86IntRegType to, x86IntRegType from ) in CMP64RtoR()
2702 void CMP32ItoR( x86IntRegType to, u32 from ) in CMP32ItoR()
2716 void CMP32ItoM( uptr to, u32 from ) in CMP32ItoM()
2723 void CMP32RtoR( x86IntRegType to, x86IntRegType from ) in CMP32RtoR()
2731 void CMP32MtoR( x86IntRegType to, uptr from ) in CMP32MtoR()
2737 void CMP32I8toRm( x86IntRegType to, u8 from) in CMP32I8toRm()
2746 void CMP32I8toRmOffset8( x86IntRegType to, u8 from, u8 off) in CMP32I8toRmOffset8()
2756 void CMP32I8toM( uptr to, u8 from) in CMP32I8toM()
2763 void CMP16ItoR( x86IntRegType to, u16 from ) in CMP16ItoR()
2780 void CMP16ItoM( uptr to, u16 from ) in CMP16ItoM()
2787 void CMP16RtoR( x86IntRegType to, x86IntRegType from ) in CMP16RtoR()
2796 void CMP16MtoR( x86IntRegType to, uptr from ) in CMP16MtoR()
2802 void CMP8ItoR( x86IntRegType to, u8 from ) in CMP8ItoR()
2818 void CMP8MtoR( x86IntRegType to, uptr from ) in CMP8MtoR()
2824 void TEST64RtoR( x86IntRegType to, x86IntRegType from ) in TEST64RtoR()
2832 void TEST32ItoR( x86IntRegType to, u32 from ) in TEST32ItoR()
2847 void TEST32ItoM( uptr to, u32 from ) in TEST32ItoM()
2854 void TEST32RtoR( x86IntRegType to, x86IntRegType from ) in TEST32RtoR()
2862 void TEST32ItoRm( x86IntRegType to, u32 from ) in TEST32ItoRm()
2871 void TEST16ItoR( x86IntRegType to, u16 from ) in TEST16ItoR()
2888 void TEST16RtoR( x86IntRegType to, x86IntRegType from ) in TEST16RtoR()
2897 void TEST8ItoR( x86IntRegType to, u8 from ) in TEST8ItoR()
2913 void TEST8ItoM( uptr to, u8 from ) in TEST8ItoM()
2920 void SETS8R( x86IntRegType to ) in SETS8R()
2926 void SETL8R( x86IntRegType to ) in SETL8R()
2932 void SETGE8R( x86IntRegType to ) { SET8R(0x9d, to); } in SETGE8R()
2934 void SETG8R( x86IntRegType to ) { SET8R(0x9f, to); } in SETG8R()
2936 void SETA8R( x86IntRegType to ) { SET8R(0x97, to); } in SETA8R()
2938 void SETAE8R( x86IntRegType to ) { SET8R(0x99, to); } in SETAE8R()
2940 void SETB8R( x86IntRegType to ) { SET8R( 0x92, to ); } in SETB8R()
2942 void SETNZ8R( x86IntRegType to ) { SET8R( 0x95, to ); } in SETNZ8R()
2944 void SETZ8R( x86IntRegType to ) { SET8R(0x94, to); } in SETZ8R()
2946 void SETE8R( x86IntRegType to ) { SET8R(0x94, to); } in SETE8R()
3028 void BT32ItoR( x86IntRegType to, x86IntRegType from ) in BT32ItoR()
3035 void BSRRtoR(x86IntRegType to, x86IntRegType from) in BSRRtoR()
3041 void BSWAP32R( x86IntRegType to ) in BSWAP32R()
3048 void LEA16RtoR(x86IntRegType to, x86IntRegType from, u16 offset) in LEA16RtoR()
3054 void LEA32RtoR(x86IntRegType to, x86IntRegType from, u32 offset) in LEA32RtoR()
3091 void LEA16RRtoR(x86IntRegType to, x86IntRegType from0, x86IntRegType from1) in LEA16RRtoR()
3097 void LEA32RRtoR(x86IntRegType to, x86IntRegType from0, x86IntRegType from1) in LEA32RRtoR()
3114 void LEA16RStoR(x86IntRegType to, x86IntRegType from, u32 scale) in LEA16RStoR()
3120 void LEA32RStoR(x86IntRegType to, x86IntRegType from, u32 scale) in LEA32RStoR()