Lines Matching defs:to

71 #define SET8R(cc, to) { \  argument
75 #define J8Rel(cc, to) { \ argument
78 #define J32Rel(cc, to) { \ argument
81 #define CMOV32RtoR(cc, to, from) { \ argument
85 #define CMOV32MtoR(cc, to, from) { \ argument
97 void MOV32RtoR(int to, int from) { in MOV32RtoR()
103 void MOV32RtoM(u32 to, int from) { in MOV32RtoM()
110 void MOV32MtoR(int to, u32 from) { in MOV32MtoR()
117 void MOV32RmtoR(int to, int from) { in MOV32RmtoR()
123 void MOV32RmStoR(int to, int from, int from2, int scale) { in MOV32RmStoR()
130 void MOV32RtoRm(int to, int from) { in MOV32RtoRm()
136 void MOV32RtoRmS(int to, int to2, int scale, int from) { in MOV32RtoRmS()
143 void MOV32ItoR(int to, u32 from) { in MOV32ItoR()
149 void MOV32ItoM(u32 to, u32 from) { in MOV32ItoM()
157 void MOV16RtoM(u32 to, int from) { in MOV16RtoM()
165 void MOV16MtoR(int to, u32 from) { in MOV16MtoR()
173 void MOV16ItoM(u32 to, u16 from) { in MOV16ItoM()
182 void MOV8RtoM(u32 to, int from) { in MOV8RtoM()
189 void MOV8MtoR(int to, u32 from) { in MOV8MtoR()
196 void MOV8ItoM(u32 to, u8 from) { in MOV8ItoM()
204 void MOVSX32R8toR(int to, int from) { in MOVSX32R8toR()
210 void MOVSX32M8toR(int to, u32 from) { in MOVSX32M8toR()
217 void MOVSX32R16toR(int to, int from) { in MOVSX32R16toR()
223 void MOVSX32M16toR(int to, u32 from) { in MOVSX32M16toR()
230 void MOVZX32R8toR(int to, int from) { in MOVZX32R8toR()
236 void MOVZX32M8toR(int to, u32 from) { in MOVZX32M8toR()
243 void MOVZX32R16toR(int to, int from) { in MOVZX32R16toR()
249 void MOVZX32M16toR(int to, u32 from) { in MOVZX32M16toR()
256 void CMOVNE32RtoR(int to, int from) { in CMOVNE32RtoR()
261 void CMOVNE32MtoR(int to, u32 from) { in CMOVNE32MtoR()
266 void CMOVE32RtoR(int to, int from) { in CMOVE32RtoR()
271 void CMOVE32MtoR(int to, u32 from) { in CMOVE32MtoR()
276 void CMOVG32RtoR(int to, int from) { in CMOVG32RtoR()
281 void CMOVG32MtoR(int to, u32 from) { in CMOVG32MtoR()
286 void CMOVGE32RtoR(int to, int from) { in CMOVGE32RtoR()
291 void CMOVGE32MtoR(int to, u32 from) { in CMOVGE32MtoR()
296 void CMOVL32RtoR(int to, int from) { in CMOVL32RtoR()
301 void CMOVL32MtoR(int to, u32 from) { in CMOVL32MtoR()
306 void CMOVLE32RtoR(int to, int from) { in CMOVLE32RtoR()
311 void CMOVLE32MtoR(int to, u32 from) { in CMOVLE32MtoR()
318 void ADD32ItoR(int to, u32 from) { in ADD32ItoR()
329 void ADD32ItoM(u32 to, u32 from) { in ADD32ItoM()
337 void ADD32RtoR(int to, int from) { in ADD32RtoR()
343 void ADD32RtoM(u32 to, int from) { in ADD32RtoM()
350 void ADD32MtoR(int to, u32 from) { in ADD32MtoR()
357 void ADC32ItoR(int to, u32 from) { in ADC32ItoR()
368 void ADC32RtoR(int to, int from) { in ADC32RtoR()
374 void ADC32MtoR(int to, u32 from) { in ADC32MtoR()
381 void INC32R(int to) { in INC32R()
386 void INC32M(u32 to) { in INC32M()
393 void SUB32ItoR(int to, u32 from) { in SUB32ItoR()
404 void SUB32RtoR(int to, int from) { in SUB32RtoR()
410 void SUB32MtoR(int to, u32 from) { in SUB32MtoR()
417 void SBB32ItoR(int to, u32 from) { in SBB32ItoR()
428 void SBB32RtoR(int to, int from) { in SBB32RtoR()
434 void SBB32MtoR(int to, u32 from) { in SBB32MtoR()
441 void DEC32R(int to) { in DEC32R()
446 void DEC32M(u32 to) { in DEC32M()
479 void IMUL32RtoR(int to, int from) { in IMUL32RtoR()
512 void RCR32ItoR(int to,int from) in RCR32ItoR()
528 void SHL32ItoR(int to, u8 from) { in SHL32ItoR()
541 void SHL32CLtoR(int to) { in SHL32CLtoR()
547 void SHR32ItoR(int to, u8 from) { in SHR32ItoR()
560 void SHR32CLtoR(int to) { in SHR32CLtoR()
566 void SAR32ItoR(int to, u8 from) { in SAR32ItoR()
573 void SAR32CLtoR(int to) { in SAR32CLtoR()
582 void OR32ItoR(int to, u32 from) { in OR32ItoR()
593 void OR32ItoM(u32 to, u32 from) { in OR32ItoM()
601 void OR32RtoR(int to, int from) { in OR32RtoR()
607 void OR32RtoM(u32 to, int from) { in OR32RtoM()
614 void OR32MtoR(int to, u32 from) { in OR32MtoR()
621 void XOR32ItoR(int to, u32 from) { in XOR32ItoR()
632 void XOR32ItoM(u32 to, u32 from) { in XOR32ItoM()
640 void XOR32RtoR(int to, int from) { in XOR32RtoR()
646 void XOR32RtoM(u32 to, int from) { in XOR32RtoM()
653 void XOR32MtoR(int to, u32 from) { in XOR32MtoR()
660 void AND32ItoR(int to, u32 from) { in AND32ItoR()
671 void AND32ItoM(u32 to, u32 from) { in AND32ItoM()
679 void AND32RtoR(int to, int from) { in AND32RtoR()
685 void AND32RtoM(u32 to, int from) { in AND32RtoM()
692 void AND32MtoR(int to, u32 from) { in AND32MtoR()
713 u8* JMP8(u8 to) { in JMP8()
720 u32* JMP32(u32 to) { in JMP32()
727 void JMP32R(int to) { in JMP32R()
733 u8* JE8(u8 to) { in JE8()
738 u8* JZ8(u8 to) { in JZ8()
743 u8* JG8(u8 to) { in JG8()
748 u8* JGE8(u8 to) { in JGE8()
753 u8* JL8(u8 to) { in JL8()
758 u8* JLE8(u8 to) { in JLE8()
763 u8* JNE8(u8 to) { in JNE8()
768 u8* JNZ8(u8 to) { in JNZ8()
773 u8* JNG8(u8 to) { in JNG8()
778 u8* JNGE8(u8 to) { in JNGE8()
783 u8* JNL8(u8 to) { in JNL8()
788 u8* JNLE8(u8 to) { in JNLE8()
793 u8* JO8(u8 to) { in JO8()
798 u8* JNO8(u8 to) { in JNO8()
803 u32* JE32(u32 to) { in JE32()
808 u32* JZ32(u32 to) { in JZ32()
813 u32* JG32(u32 to) { in JG32()
818 u32* JGE32(u32 to) { in JGE32()
823 u32* JL32(u32 to) { in JL32()
828 u32* JLE32(u32 to) { in JLE32()
833 u32* JNE32(u32 to) { in JNE32()
838 u32* JNZ32(u32 to) { in JNZ32()
843 u32* JNG32(u32 to) { in JNG32()
848 u32* JNGE32(u32 to) { in JNGE32()
853 u32* JNL32(u32 to) { in JNL32()
858 u32* JNLE32(u32 to) { in JNLE32()
863 u32* JO32(u32 to) { in JO32()
868 u32* JNO32(u32 to) { in JNO32()
878 void CALL32(u32 to) { in CALL32()
884 void CALL32R(int to) { in CALL32R()
890 void CALL32M(u32 to) { in CALL32M()
899 void CMP32ItoR(int to, u32 from) { in CMP32ItoR()
910 void CMP32ItoM(u32 to, u32 from) { in CMP32ItoM()
918 void CMP32RtoR(int to, int from) { in CMP32RtoR()
924 void CMP32MtoR(int to, u32 from) { in CMP32MtoR()
931 void TEST32ItoR(int to, u32 from) { in TEST32ItoR()
942 void TEST32RtoR(int to, int from) { in TEST32RtoR()
947 void BT32ItoR(int to,int from) in BT32ItoR()
955 void SETS8R(int to) { in SETS8R()
959 void SETL8R(int to) { in SETL8R()
964 void SETB8R(int to) { in SETB8R()
969 void SETNZ8R(int to) { in SETNZ8R()
1063 void FSTP32(u32 to) { in FSTP32()
1079 void FNSTCW(u32 to) { in FNSTCW()
1137 void MOVQMtoR(int to, u32 from) { in MOVQMtoR()
1144 void MOVQRtoM(u32 to, int from) { in MOVQRtoM()
1151 void PANDRtoR(int to, int from) { in PANDRtoR()
1157 void PANDNRtoR(int to, int from) { in PANDNRtoR()
1163 void PORRtoR(int to, int from) { in PORRtoR()
1169 void PXORRtoR(int to, int from) { in PXORRtoR()
1175 void PSLLQRtoR(int to, int from) { in PSLLQRtoR()
1181 void PSLLQMtoR(int to, u32 from) { in PSLLQMtoR()
1188 void PSLLQItoR(int to, u8 from) { in PSLLQItoR()
1195 void PSRLQRtoR(int to, int from) { in PSRLQRtoR()
1201 void PSRLQMtoR(int to, u32 from) { in PSRLQMtoR()
1208 void PSRLQItoR(int to, u8 from) { in PSRLQItoR()
1215 void PADDUSBRtoR(int to, int from) { in PADDUSBRtoR()
1221 void PADDUSBMtoR(int to, u32 from) { in PADDUSBMtoR()
1228 void PADDUSWRtoR(int to, int from) { in PADDUSWRtoR()
1234 void PADDUSWMtoR(int to, u32 from) { in PADDUSWMtoR()
1241 void PADDBRtoR(int to, int from) { in PADDBRtoR()
1247 void PADDBMtoR(int to, u32 from) { in PADDBMtoR()
1254 void PADDWRtoR(int to, int from) { in PADDWRtoR()
1260 void PADDWMtoR(int to, u32 from) { in PADDWMtoR()
1267 void PADDDRtoR(int to, int from) { in PADDDRtoR()
1273 void PADDDMtoR(int to, u32 from) { in PADDDMtoR()
1293 void PADDSBRtoR(int to, int from) { in PADDSBRtoR()
1298 void PADDSWRtoR(int to, int from) { in PADDSWRtoR()
1303 void PADDSDRtoR(int to, int from) { in PADDSDRtoR()
1308 void PSUBSBRtoR(int to, int from) { in PSUBSBRtoR()
1313 void PSUBSWRtoR(int to, int from) { in PSUBSWRtoR()
1318 void PSUBSDRtoR(int to, int from) { in PSUBSDRtoR()
1323 void PSUBBRtoR(int to, int from) { in PSUBBRtoR()
1328 void PSUBWRtoR(int to, int from) { in PSUBWRtoR()
1333 void PSUBDRtoR(int to, int from) { in PSUBDRtoR()
1347 void PSUBUSBRtoR(int to, int from) { in PSUBUSBRtoR()
1352 void PSUBUSWRtoR(int to, int from) { in PSUBUSWRtoR()
1357 void PMAXSWRtoR(int to,int from) in PMAXSWRtoR()
1363 void PMINSWRtoR(int to,int from) in PMINSWRtoR()
1369 void PCMPEQBRtoR(int to,int from) in PCMPEQBRtoR()
1375 void PCMPEQWRtoR(int to,int from) in PCMPEQWRtoR()
1381 void PCMPEQDRtoR(int to,int from) in PCMPEQDRtoR()
1387 void PCMPGTBRtoR(int to,int from) in PCMPGTBRtoR()
1393 void PCMPGTWRtoR(int to,int from) in PCMPGTWRtoR()
1399 void PCMPGTDRtoR(int to,int from) in PCMPGTDRtoR()
1406 void PSRLWItoR(int to,int from) in PSRLWItoR()
1412 void PSRLDItoR(int to,int from) in PSRLDItoR()
1419 void PSLLWItoR(int to,int from) in PSLLWItoR()
1426 void PSLLDItoR(int to,int from) in PSLLDItoR()
1433 void PSRAWItoR(int to,int from) in PSRAWItoR()
1440 void PSRADItoR(int to,int from) in PSRADItoR()
1448 void PORMtoR(int to, u32 from) { in PORMtoR()
1455 void PXORMtoR(int to, u32 from) { in PXORMtoR()
1462 void PANDMtoR(int to, u32 from) { in PANDMtoR()
1469 void PANDNMtoR(int to, u32 from) { in PANDNMtoR()
1476 void MOVDMtoR(int to, u32 from) { in MOVDMtoR()
1483 void MOVDRtoM(u32 to, int from) { in MOVDRtoM()
1490 void MOVD32RtoR(int to, int from) { in MOVD32RtoR()
1496 void MOVD64RtoR(int to, int from) { in MOVD64RtoR()
1501 void MOVQRtoR(int to, int from) { in MOVQRtoR()
1506 void PUNPCKHDQRtoR(int to, int from) { in PUNPCKHDQRtoR()
1511 void PUNPCKLDQRtoR(int to, int from) { in PUNPCKLDQRtoR()
1520 void MOVAPSMtoR(int to, int from) { in MOVAPSMtoR()
1526 void MOVAPSRtoM(int to, int from) { in MOVAPSRtoM()
1532 void MOVAPSRtoR(int to, int from) { in MOVAPSRtoR()
1537 void ORPSMtoR(int to, int from) { in ORPSMtoR()
1543 void ORPSRtoR(int to, int from) { in ORPSRtoR()
1548 void XORPSMtoR(int to, int from) { in XORPSMtoR()
1554 void XORPSRtoR(int to, int from) { in XORPSRtoR()
1559 void ANDPSMtoR(int to, int from) { in ANDPSMtoR()
1565 void ANDPSRtoR(int to, int from) { in ANDPSRtoR()
1574 void PFCMPEQMtoR(int to, int from) { in PFCMPEQMtoR()
1581 void PFCMPGTMtoR(int to, int from) { in PFCMPGTMtoR()
1588 void PFCMPGEMtoR(int to, int from) { in PFCMPGEMtoR()
1595 void PFADDMtoR(int to, int from) { in PFADDMtoR()
1602 void PFADDRtoR(int to, int from) { in PFADDRtoR()
1608 void PFSUBMtoR(int to, int from) { in PFSUBMtoR()
1615 void PFSUBRtoR(int to, int from) { in PFSUBRtoR()
1621 void PFMULMtoR(int to, int from) { in PFMULMtoR()
1628 void PFMULRtoR(int to, int from) { in PFMULRtoR()
1634 void PFRCPMtoR(int to, int from) { in PFRCPMtoR()
1641 void PFRCPRtoR(int to, int from) { in PFRCPRtoR()
1647 void PFRCPIT1RtoR(int to, int from) { in PFRCPIT1RtoR()
1653 void PFRCPIT2RtoR(int to, int from) { in PFRCPIT2RtoR()
1659 void PFRSQRTRtoR(int to, int from) { in PFRSQRTRtoR()
1665 void PFRSQIT1RtoR(int to, int from) { in PFRSQIT1RtoR()
1671 void PF2IDMtoR(int to, int from) { in PF2IDMtoR()
1678 void PF2IDRtoR(int to, int from) { in PF2IDRtoR()
1684 void PI2FDMtoR(int to, int from) { in PI2FDMtoR()
1691 void PI2FDRtoR(int to, int from) { in PI2FDRtoR()
1701 void PFMAXMtoR(int to, int from) { in PFMAXMtoR()
1708 void PFMAXRtoR(int to, int from) { in PFMAXRtoR()
1714 void PFMINMtoR(int to, int from) { in PFMINMtoR()
1721 void PFMINRtoR(int to, int from) { in PFMINRtoR()