Lines Matching defs:to

96 void SSE_MOVUPSRmStoR( x86SSERegType to, x86IntRegType from, x86IntRegType from2, int scale )  in SSE_MOVUPSRmStoR()
106 void SSE_MOVUPSRtoRmS( x86SSERegType to, x86IntRegType from, x86IntRegType from2, int scale ) in SSE_MOVUPSRtoRmS()
116 void SSE_MOVUPSRmtoR( x86IntRegType to, x86IntRegType from ) in SSE_MOVUPSRmtoR()
125 void SSE_MOVUPSRtoRm( x86IntRegType to, x86IntRegType from ) in SSE_MOVUPSRtoRm()
134 void SSE_MOVLPSRmtoR( x86SSERegType to, x86IntRegType from ) in SSE_MOVLPSRmtoR()
142 void SSE_MOVLPSRmtoROffset( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVLPSRmtoROffset()
151 void SSE_MOVLPSRtoRm( x86IntRegType to, x86IntRegType from ) in SSE_MOVLPSRtoRm()
159 void SSE_MOVLPSRtoRmOffset( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVLPSRtoRmOffset()
168 void SSE_MOVAPSRmStoR( x86SSERegType to, x86IntRegType from, x86IntRegType from2, int scale ) in SSE_MOVAPSRmStoR()
178 void SSE_MOVAPSRtoRmS( x86SSERegType to, x86IntRegType from, x86IntRegType from2, int scale ) in SSE_MOVAPSRtoRmS()
188 void SSE_MOVAPSRmtoROffset( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVAPSRmtoROffset()
197 void SSE_MOVAPSRtoRmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSE_MOVAPSRtoRmOffset()
206 void SSE2_MOVDQARmtoROffset( x86SSERegType to, x86IntRegType from, int offset ) in SSE2_MOVDQARmtoROffset()
216 void SSE2_MOVDQARtoRmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSE2_MOVDQARtoRmOffset()
226 void SSE_MOVUPSRmtoROffset( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVUPSRmtoROffset()
234 void SSE_MOVUPSRtoRmOffset( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVUPSRtoRmOffset()
245 void SSE_MOVAPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x280f, 0 ); } in SSE_MOVAPS_M128_to_XMM()
246 void SSE_MOVAPS_XMM_to_M128( uptr to, x86SSERegType from ) { SSERtoM( 0x290f, 0 ); } in SSE_MOVAPS_XMM_to_M128()
247 void SSE_MOVAPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x280f ); } in SSE_MOVAPS_XMM_to_XMM()
249 void SSE_MOVUPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x100f, 0 ); } in SSE_MOVUPS_M128_to_XMM()
250 void SSE_MOVUPS_XMM_to_M128( uptr to, x86SSERegType from ) { SSERtoM( 0x110f, 0 ); } in SSE_MOVUPS_XMM_to_M128()
252 void SSE2_MOVSD_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSE2_MOVSD_XMM_to_XMM()
261 void SSE2_MOVQ_M64_to_XMM( x86SSERegType to, uptr from ) in SSE2_MOVQ_M64_to_XMM()
269 void SSE2_MOVQ_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSE2_MOVQ_XMM_to_XMM()
277 void SSE2_MOVQ_XMM_to_M64( u32 to, x86SSERegType from ) in SSE2_MOVQ_XMM_to_M64()
286 void SSE2_MOVDQ2Q_XMM_to_MM( x86MMXRegType to, x86SSERegType from) in SSE2_MOVDQ2Q_XMM_to_MM()
294 void SSE2_MOVQ2DQ_MM_to_XMM( x86SSERegType to, x86MMXRegType from) in SSE2_MOVQ2DQ_MM_to_XMM()
306 void SSE_MOVSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x100f, 0 ); } in SSE_MOVSS_M32_to_XMM()
307 void SSE_MOVSS_XMM_to_M32( u32 to, x86SSERegType from ) { SSE_SS_RtoM( 0x110f, 0 ); } in SSE_MOVSS_XMM_to_M32()
308 void SSE_MOVSS_XMM_to_Rm( x86IntRegType to, x86SSERegType from ) in SSE_MOVSS_XMM_to_Rm()
316 void SSE_MOVSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR( 0x100f ); } in SSE_MOVSS_XMM_to_XMM()
318 void SSE_MOVSS_RmOffset_to_XMM( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVSS_RmOffset_to_XMM()
326 void SSE_MOVSS_XMM_to_RmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSE_MOVSS_XMM_to_RmOffset()
334 void SSE_MASKMOVDQU_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xf70f ); } in SSE_MASKMOVDQU_XMM_to_XMM()
338 void SSE_MOVLPS_M64_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x120f, 0 ); } in SSE_MOVLPS_M64_to_XMM()
339 void SSE_MOVLPS_XMM_to_M64( u32 to, x86SSERegType from ) { SSERtoM( 0x130f, 0 ); } in SSE_MOVLPS_XMM_to_M64()
341 void SSE_MOVLPS_RmOffset_to_XMM( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVLPS_RmOffset_to_XMM()
349 void SSE_MOVLPS_XMM_to_RmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSE_MOVLPS_XMM_to_RmOffset()
360 void SSE_MOVHPS_M64_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x160f, 0 ); } in SSE_MOVHPS_M64_to_XMM()
361 void SSE_MOVHPS_XMM_to_M64( u32 to, x86SSERegType from ) { SSERtoM( 0x170f, 0 ); } in SSE_MOVHPS_XMM_to_M64()
363 void SSE_MOVHPS_RmOffset_to_XMM( x86SSERegType to, x86IntRegType from, int offset ) in SSE_MOVHPS_RmOffset_to_XMM()
371 void SSE_MOVHPS_XMM_to_RmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSE_MOVHPS_XMM_to_RmOffset()
383 void SSE_MOVLHPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x160f ); } in SSE_MOVLHPS_XMM_to_XMM()
389 void SSE_MOVHLPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x120f ); } in SSE_MOVHLPS_XMM_to_XMM()
395 void SSE_ANDPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x540f, 0 ); } in SSE_ANDPS_M128_to_XMM()
396 void SSE_ANDPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x540f ); } in SSE_ANDPS_XMM_to_XMM()
402 void SSE_ANDNPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x550f, 0 ); } in SSE_ANDNPS_M128_to_XMM()
403 void SSE_ANDNPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR( 0x550f ); } in SSE_ANDNPS_XMM_to_XMM()
409 void SSE_RCPPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x530f ); } in SSE_RCPPS_XMM_to_XMM()
410 void SSE_RCPPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x530f, 0 ); } in SSE_RCPPS_M128_to_XMM()
412 void SSE_RCPSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR(0x530f); } in SSE_RCPSS_XMM_to_XMM()
413 void SSE_RCPSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR(0x530f, 0); } in SSE_RCPSS_M32_to_XMM()
419 void SSE_ORPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x560f, 0 ); } in SSE_ORPS_M128_to_XMM()
420 void SSE_ORPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x560f ); } in SSE_ORPS_XMM_to_XMM()
426 void SSE_XORPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x570f, 0 ); } in SSE_XORPS_M128_to_XMM()
427 void SSE_XORPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x570f ); } in SSE_XORPS_XMM_to_XMM()
433 void SSE_ADDPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x580f, 0 ); } in SSE_ADDPS_M128_to_XMM()
434 void SSE_ADDPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x580f ); } in SSE_ADDPS_XMM_to_XMM()
440 void SSE_ADDSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x580f, 0 ); } in SSE_ADDSS_M32_to_XMM()
441 void SSE_ADDSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR( 0x580f ); } in SSE_ADDSS_XMM_to_XMM()
447 void SSE_SUBPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x5c0f, 0 ); } in SSE_SUBPS_M128_to_XMM()
448 void SSE_SUBPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x5c0f ); } in SSE_SUBPS_XMM_to_XMM()
454 void SSE_SUBSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x5c0f, 0 ); } in SSE_SUBSS_M32_to_XMM()
455 void SSE_SUBSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR( 0x5c0f ); } in SSE_SUBSS_XMM_to_XMM()
461 void SSE_MULPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x590f, 0 ); } in SSE_MULPS_M128_to_XMM()
462 void SSE_MULPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x590f ); } in SSE_MULPS_XMM_to_XMM()
468 void SSE_MULSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x590f, 0 ); } in SSE_MULSS_M32_to_XMM()
469 void SSE_MULSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR( 0x590f ); } in SSE_MULSS_XMM_to_XMM()
478 void SSE_CMPEQPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 0 ); } in SSE_CMPEQPS_M128_to_XMM()
479 void SSE_CMPEQPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 0 ); } in SSE_CMPEQPS_XMM_to_XMM()
480 void SSE_CMPLTPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 1 ); } in SSE_CMPLTPS_M128_to_XMM()
481 void SSE_CMPLTPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 1 ); } in SSE_CMPLTPS_XMM_to_XMM()
482 void SSE_CMPLEPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 2 ); } in SSE_CMPLEPS_M128_to_XMM()
483 void SSE_CMPLEPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 2 ); } in SSE_CMPLEPS_XMM_to_XMM()
484 void SSE_CMPUNORDPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 3 ); } in SSE_CMPUNORDPS_M128_to_XMM()
485 void SSE_CMPUNORDPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 3 ); } in SSE_CMPUNORDPS_XMM_to_XMM()
486 void SSE_CMPNEPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 4 ); } in SSE_CMPNEPS_M128_to_XMM()
487 void SSE_CMPNEPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 4 ); } in SSE_CMPNEPS_XMM_to_XMM()
488 void SSE_CMPNLTPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 5 ); } in SSE_CMPNLTPS_M128_to_XMM()
489 void SSE_CMPNLTPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 5 ); } in SSE_CMPNLTPS_XMM_to_XMM()
490 void SSE_CMPNLEPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 6 ); } in SSE_CMPNLEPS_M128_to_XMM()
491 void SSE_CMPNLEPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 6 ); } in SSE_CMPNLEPS_XMM_to_XMM()
492 void SSE_CMPORDPS_M128_to_XMM( x86SSERegType to, uptr from ) { CMPPSMtoR( 7 ); } in SSE_CMPORDPS_M128_to_XMM()
493 void SSE_CMPORDPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPPSRtoR( 7 ); } in SSE_CMPORDPS_XMM_to_XMM()
502 void SSE_CMPEQSS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 0 ); } in SSE_CMPEQSS_M32_to_XMM()
503 void SSE_CMPEQSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 0 ); } in SSE_CMPEQSS_XMM_to_XMM()
504 void SSE_CMPLTSS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 1 ); } in SSE_CMPLTSS_M32_to_XMM()
505 void SSE_CMPLTSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 1 ); } in SSE_CMPLTSS_XMM_to_XMM()
506 void SSE_CMPLESS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 2 ); } in SSE_CMPLESS_M32_to_XMM()
507 void SSE_CMPLESS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 2 ); } in SSE_CMPLESS_XMM_to_XMM()
508 void SSE_CMPUNORDSS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 3 ); } in SSE_CMPUNORDSS_M32_to_XMM()
509 void SSE_CMPUNORDSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 3 ); } in SSE_CMPUNORDSS_XMM_to_XMM()
510 void SSE_CMPNESS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 4 ); } in SSE_CMPNESS_M32_to_XMM()
511 void SSE_CMPNESS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 4 ); } in SSE_CMPNESS_XMM_to_XMM()
512 void SSE_CMPNLTSS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 5 ); } in SSE_CMPNLTSS_M32_to_XMM()
513 void SSE_CMPNLTSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 5 ); } in SSE_CMPNLTSS_XMM_to_XMM()
514 void SSE_CMPNLESS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 6 ); } in SSE_CMPNLESS_M32_to_XMM()
515 void SSE_CMPNLESS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 6 ); } in SSE_CMPNLESS_XMM_to_XMM()
516 void SSE_CMPORDSS_M32_to_XMM( x86SSERegType to, uptr from ) { CMPSSMtoR( 7 ); } in SSE_CMPORDSS_M32_to_XMM()
517 void SSE_CMPORDSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { CMPSSRtoR( 7 ); } in SSE_CMPORDSS_XMM_to_XMM()
519 void SSE_UCOMISS_M32_to_XMM( x86SSERegType to, uptr from ) in SSE_UCOMISS_M32_to_XMM()
524 void SSE_UCOMISS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSE_UCOMISS_XMM_to_XMM()
535 void SSE_RSQRTPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x520f, 0 ); } in SSE_RSQRTPS_M128_to_XMM()
536 void SSE_RSQRTPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR( 0x520f ); } in SSE_RSQRTPS_XMM_to_XMM()
542 void SSE_RSQRTSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x520f, 0 ); } in SSE_RSQRTSS_M32_to_XMM()
543 void SSE_RSQRTSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSE_SS_RtoR( 0x520f ); } in SSE_RSQRTSS_XMM_to_XMM()
549 void SSE_SQRTPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x510f, 0 ); } in SSE_SQRTPS_M128_to_XMM()
550 void SSE_SQRTPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR( 0x510f ); } in SSE_SQRTPS_XMM_to_XMM()
556 void SSE_SQRTSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x510f, 0 ); } in SSE_SQRTSS_M32_to_XMM()
557 void SSE_SQRTSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSE_SS_RtoR( 0x510f ); } in SSE_SQRTSS_XMM_to_XMM()
563 void SSE_MAXPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x5f0f, 0 ); } in SSE_MAXPS_M128_to_XMM()
564 void SSE_MAXPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x5f0f ); } in SSE_MAXPS_XMM_to_XMM()
570 void SSE_MAXSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x5f0f, 0 ); } in SSE_MAXSS_M32_to_XMM()
571 void SSE_MAXSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR( 0x5f0f ); } in SSE_MAXSS_XMM_to_XMM()
578 void SSE_CVTPI2PS_M64_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x2a0f, 0 ); } in SSE_CVTPI2PS_M64_to_XMM()
579 void SSE_CVTPI2PS_MM_to_XMM( x86SSERegType to, x86MMXRegType from ) { SSERtoR( 0x2a0f ); } in SSE_CVTPI2PS_MM_to_XMM()
585 void SSE_CVTPS2PI_M64_to_MM( x86MMXRegType to, uptr from ) { SSEMtoR( 0x2d0f, 0 ); } in SSE_CVTPS2PI_M64_to_MM()
586 void SSE_CVTPS2PI_XMM_to_MM( x86MMXRegType to, x86SSERegType from ) { SSERtoR( 0x2d0f ); } in SSE_CVTPS2PI_XMM_to_MM()
589 void SSE_CVTTSS2SI_M32_to_R32(x86IntRegType to, uptr from) { SSE_SS_MtoR(0x2c0f, 0); } in SSE_CVTTSS2SI_M32_to_R32()
590 void SSE_CVTTSS2SI_XMM_to_R32(x86IntRegType to, x86SSERegType from) in SSE_CVTTSS2SI_XMM_to_R32()
598 void SSE_CVTSI2SS_M32_to_XMM(x86SSERegType to, uptr from) { SSE_SS_MtoR(0x2a0f, 0); } in SSE_CVTSI2SS_M32_to_XMM()
599 void SSE_CVTSI2SS_R_to_XMM(x86SSERegType to, x86IntRegType from) in SSE_CVTSI2SS_R_to_XMM()
611 void SSE2_CVTDQ2PS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x5b0f, 0 ); } in SSE2_CVTDQ2PS_M128_to_XMM()
612 void SSE2_CVTDQ2PS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x5b0f ); } in SSE2_CVTDQ2PS_XMM_to_XMM()
617 void SSE2_CVTPS2DQ_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0x5b0f ); } in SSE2_CVTPS2DQ_M128_to_XMM()
618 void SSE2_CVTPS2DQ_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0x5b0f ); } in SSE2_CVTPS2DQ_XMM_to_XMM()
620 void SSE2_CVTTPS2DQ_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR(0x5b0f); } in SSE2_CVTTPS2DQ_XMM_to_XMM()
625 void SSE_MINPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x5d0f, 0 ); } in SSE_MINPS_M128_to_XMM()
626 void SSE_MINPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x5d0f ); } in SSE_MINPS_XMM_to_XMM()
632 void SSE_MINSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x5d0f, 0 ); } in SSE_MINSS_M32_to_XMM()
633 void SSE_MINSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR( 0x5d0f ); } in SSE_MINSS_XMM_to_XMM()
644 void SSE_PMAXSW_MM_to_MM( x86MMXRegType to, x86MMXRegType from ){ SSERtoR( 0xEE0F ); } in SSE_PMAXSW_MM_to_MM()
654 void SSE_PMINSW_MM_to_MM( x86MMXRegType to, x86MMXRegType from ){ SSERtoR( 0xEA0F ); } in SSE_PMINSW_MM_to_MM()
661 void SSE_SHUFPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from, u8 imm8 ) { SSERtoR( 0xC60F ); wr… in SSE_SHUFPS_XMM_to_XMM()
662 void SSE_SHUFPS_M128_to_XMM( x86SSERegType to, uptr from, u8 imm8 ) { SSEMtoR( 0xC60F, 1 ); write8… in SSE_SHUFPS_M128_to_XMM()
664 void SSE_SHUFPS_RmOffset_to_XMM( x86SSERegType to, x86IntRegType from, int offset, u8 imm8 ) in SSE_SHUFPS_RmOffset_to_XMM()
676 void SSE2_PSHUFD_XMM_to_XMM( x86SSERegType to, x86SSERegType from, u8 imm8 ) in SSE2_PSHUFD_XMM_to_XMM()
686 void SSE2_PSHUFD_M128_to_XMM( x86SSERegType to, uptr from, u8 imm8 ) { SSEMtoRv( 3, 0x700F66, 1 ); … in SSE2_PSHUFD_M128_to_XMM()
688 void SSE2_PSHUFLW_XMM_to_XMM( x86SSERegType to, x86SSERegType from, u8 imm8 ) { write8(0xF2); SSERt… in SSE2_PSHUFLW_XMM_to_XMM()
689 void SSE2_PSHUFLW_M128_to_XMM( x86SSERegType to, uptr from, u8 imm8 ) { SSEMtoRv(3, 0x700FF2, 1); w… in SSE2_PSHUFLW_M128_to_XMM()
690 void SSE2_PSHUFHW_XMM_to_XMM( x86SSERegType to, x86SSERegType from, u8 imm8 ) { SSE_SS_RtoR(0x700F)… in SSE2_PSHUFHW_XMM_to_XMM()
691 void SSE2_PSHUFHW_M128_to_XMM( x86SSERegType to, uptr from, u8 imm8 ) { SSE_SS_MtoR(0x700F, 1); wri… in SSE2_PSHUFHW_M128_to_XMM()
697 void SSE_UNPCKLPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR(0x140f, 0); } in SSE_UNPCKLPS_M128_to_XMM()
698 void SSE_UNPCKLPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x140F ); } in SSE_UNPCKLPS_XMM_to_XMM()
704 void SSE_UNPCKHPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR(0x150f, 0); } in SSE_UNPCKHPS_M128_to_XMM()
705 void SSE_UNPCKHPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x150F ); } in SSE_UNPCKHPS_XMM_to_XMM()
711 void SSE_DIVPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x5e0F, 0 ); } in SSE_DIVPS_M128_to_XMM()
712 void SSE_DIVPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR( 0x5e0F ); } in SSE_DIVPS_XMM_to_XMM()
718 void SSE_DIVSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x5e0F, 0 ); } in SSE_DIVSS_M32_to_XMM()
719 void SSE_DIVSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSE_SS_RtoR( 0x5e0F ); } in SSE_DIVSS_XMM_to_XMM()
741 void SSE2_PADDB_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xFC0F ); } in SSE2_PADDB_XMM_to_XMM()
742 void SSE2_PADDB_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0xFC0F ); } in SSE2_PADDB_M128_to_XMM()
743 void SSE2_PADDW_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xFD0F ); } in SSE2_PADDW_XMM_to_XMM()
744 void SSE2_PADDW_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0xFD0F ); } in SSE2_PADDW_M128_to_XMM()
745 void SSE2_PADDD_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xFE0F ); } in SSE2_PADDD_XMM_to_XMM()
746 void SSE2_PADDD_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0xFE0F ); } in SSE2_PADDD_M128_to_XMM()
748 void SSE2_PADDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xD40F ); } in SSE2_PADDQ_XMM_to_XMM()
749 void SSE2_PADDQ_M128_to_XMM(x86SSERegType to, uptr from ) { SSEMtoR66( 0xD40F ); } in SSE2_PADDQ_M128_to_XMM()
755 void SSE2_PCMPGTB_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0x640F ); } in SSE2_PCMPGTB_XMM_to_XMM()
756 void SSE2_PCMPGTB_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0x640F ); } in SSE2_PCMPGTB_M128_to_XMM()
757 void SSE2_PCMPGTW_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0x650F ); } in SSE2_PCMPGTW_XMM_to_XMM()
758 void SSE2_PCMPGTW_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0x650F ); } in SSE2_PCMPGTW_M128_to_XMM()
759 void SSE2_PCMPGTD_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0x660F ); } in SSE2_PCMPGTD_XMM_to_XMM()
760 void SSE2_PCMPGTD_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0x660F ); } in SSE2_PCMPGTD_M128_to_XMM()
761 void SSE2_PCMPEQB_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0x740F ); } in SSE2_PCMPEQB_XMM_to_XMM()
762 void SSE2_PCMPEQB_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0x740F ); } in SSE2_PCMPEQB_M128_to_XMM()
763 void SSE2_PCMPEQW_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0x750F ); } in SSE2_PCMPEQW_XMM_to_XMM()
764 void SSE2_PCMPEQW_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0x750F ); } in SSE2_PCMPEQW_M128_to_XMM()
765 void SSE2_PCMPEQD_XMM_to_XMM(x86SSERegType to, x86SSERegType from ) in SSE2_PCMPEQD_XMM_to_XMM()
775 void SSE2_PCMPEQD_M128_to_XMM(x86SSERegType to, uptr from ) in SSE2_PCMPEQD_M128_to_XMM()
789 void SSE_PEXTRW_XMM_to_R32(x86IntRegType to, x86SSERegType from, u8 imm8 ){ SSERtoR66(0xC50F); writ… in SSE_PEXTRW_XMM_to_R32()
790 void SSE_PINSRW_R32_to_XMM(x86SSERegType to, x86IntRegType from, u8 imm8 ){ SSERtoR66(0xC40F); writ… in SSE_PINSRW_R32_to_XMM()
796 void SSE2_PSUBB_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xF80F ); } in SSE2_PSUBB_XMM_to_XMM()
797 void SSE2_PSUBB_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0xF80F ); } in SSE2_PSUBB_M128_to_XMM()
798 void SSE2_PSUBW_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xF90F ); } in SSE2_PSUBW_XMM_to_XMM()
799 void SSE2_PSUBW_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0xF90F ); } in SSE2_PSUBW_M128_to_XMM()
800 void SSE2_PSUBD_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xFA0F ); } in SSE2_PSUBD_XMM_to_XMM()
801 void SSE2_PSUBD_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0xFA0F ); } in SSE2_PSUBD_M128_to_XMM()
802 void SSE2_PSUBQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xFB0F ); } in SSE2_PSUBQ_XMM_to_XMM()
803 void SSE2_PSUBQ_M128_to_XMM(x86SSERegType to, uptr from ){ SSEMtoR66( 0xFB0F ); } in SSE2_PSUBQ_M128_to_XMM()
809 void SSE2_MOVD_M32_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66(0x6E0F); } in SSE2_MOVD_M32_to_XMM()
810 void SSE2_MOVD_R_to_XMM( x86SSERegType to, x86IntRegType from ) in SSE2_MOVD_R_to_XMM()
820 void SSE2_MOVD_Rm_to_XMM( x86SSERegType to, x86IntRegType from ) in SSE2_MOVD_Rm_to_XMM()
828 void SSE2_MOVD_RmOffset_to_XMM( x86SSERegType to, x86IntRegType from, int offset ) in SSE2_MOVD_RmOffset_to_XMM()
836 void SSE2_MOVD_XMM_to_M32( u32 to, x86SSERegType from ) { SSERtoM66(0x7E0F); } in SSE2_MOVD_XMM_to_M32()
837 void SSE2_MOVD_XMM_to_R( x86IntRegType to, x86SSERegType from ) { in SSE2_MOVD_XMM_to_R()
846 void SSE2_MOVD_XMM_to_Rm( x86IntRegType to, x86SSERegType from ) in SSE2_MOVD_XMM_to_Rm()
854 void SSE2_MOVD_XMM_to_RmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSE2_MOVD_XMM_to_RmOffset()
868 void SSE2_MOVQ_XMM_to_R( x86IntRegType to, x86SSERegType from ) in SSE2_MOVQ_XMM_to_R()
877 void SSE2_MOVQ_R_to_XMM( x86SSERegType to, x86IntRegType from ) in SSE2_MOVQ_R_to_XMM()
892 void SSE2_POR_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xEB0F ); } in SSE2_POR_XMM_to_XMM()
893 void SSE2_POR_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xEB0F ); } in SSE2_POR_M128_to_XMM()
896 void SSE2_PAND_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xDB0F ); } in SSE2_PAND_XMM_to_XMM()
897 void SSE2_PAND_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xDB0F ); } in SSE2_PAND_M128_to_XMM()
900 void SSE2_PANDN_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xDF0F ); } in SSE2_PANDN_XMM_to_XMM()
901 void SSE2_PANDN_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xDF0F ); } in SSE2_PANDN_M128_to_XMM()
907 void SSE2_PXOR_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xEF0F ); } in SSE2_PXOR_XMM_to_XMM()
908 void SSE2_PXOR_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xEF0F ); } in SSE2_PXOR_M128_to_XMM()
911 void SSE2_MOVDQA_M128_to_XMM(x86SSERegType to, uptr from) {SSEMtoR66(0x6F0F); } in SSE2_MOVDQA_M128_to_XMM()
912 void SSE2_MOVDQA_XMM_to_M128( uptr to, x86SSERegType from ){SSERtoM66(0x7F0F);} in SSE2_MOVDQA_XMM_to_M128()
913 void SSE2_MOVDQA_XMM_to_XMM( x86SSERegType to, x86SSERegType from) { SSERtoR66(0x6F0F); } in SSE2_MOVDQA_XMM_to_XMM()
915 void SSE2_MOVDQU_M128_to_XMM(x86SSERegType to, uptr from) { SSE_SS_MtoR(0x6F0F, 0); } in SSE2_MOVDQU_M128_to_XMM()
916 void SSE2_MOVDQU_XMM_to_M128( uptr to, x86SSERegType from) { SSE_SS_RtoM(0x7F0F, 0); } in SSE2_MOVDQU_XMM_to_M128()
917 void SSE2_MOVDQU_XMM_to_XMM( x86SSERegType to, x86SSERegType from) { SSE_SS_RtoR(0x6F0F); } in SSE2_MOVDQU_XMM_to_XMM()
921 void SSE2_PSRLW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xD10F); } in SSE2_PSRLW_XMM_to_XMM()
922 void SSE2_PSRLW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xD10F); } in SSE2_PSRLW_M128_to_XMM()
923 void SSE2_PSRLW_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSRLW_I8_to_XMM()
932 void SSE2_PSRLD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xD20F); } in SSE2_PSRLD_XMM_to_XMM()
933 void SSE2_PSRLD_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xD20F); } in SSE2_PSRLD_M128_to_XMM()
934 void SSE2_PSRLD_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSRLD_I8_to_XMM()
943 void SSE2_PSRLQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xD30F); } in SSE2_PSRLQ_XMM_to_XMM()
944 void SSE2_PSRLQ_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xD30F); } in SSE2_PSRLQ_M128_to_XMM()
945 void SSE2_PSRLQ_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSRLQ_I8_to_XMM()
954 void SSE2_PSRLDQ_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSRLDQ_I8_to_XMM()
965 void SSE2_PSRAW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xE10F); } in SSE2_PSRAW_XMM_to_XMM()
966 void SSE2_PSRAW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xE10F); } in SSE2_PSRAW_M128_to_XMM()
967 void SSE2_PSRAW_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSRAW_I8_to_XMM()
976 void SSE2_PSRAD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xE20F); } in SSE2_PSRAD_XMM_to_XMM()
977 void SSE2_PSRAD_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xE20F); } in SSE2_PSRAD_M128_to_XMM()
978 void SSE2_PSRAD_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSRAD_I8_to_XMM()
989 void SSE2_PSLLW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xF10F); } in SSE2_PSLLW_XMM_to_XMM()
990 void SSE2_PSLLW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xF10F); } in SSE2_PSLLW_M128_to_XMM()
991 void SSE2_PSLLW_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSLLW_I8_to_XMM()
1000 void SSE2_PSLLD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xF20F); } in SSE2_PSLLD_XMM_to_XMM()
1001 void SSE2_PSLLD_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xF20F); } in SSE2_PSLLD_M128_to_XMM()
1002 void SSE2_PSLLD_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSLLD_I8_to_XMM()
1011 void SSE2_PSLLQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xF30F); } in SSE2_PSLLQ_XMM_to_XMM()
1012 void SSE2_PSLLQ_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66(0xF30F); } in SSE2_PSLLQ_M128_to_XMM()
1013 void SSE2_PSLLQ_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSLLQ_I8_to_XMM()
1022 void SSE2_PSLLDQ_I8_to_XMM(x86SSERegType to, u8 imm8) in SSE2_PSLLDQ_I8_to_XMM()
1032 void SSE2_PMAXSW_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xEE0F ); } in SSE2_PMAXSW_XMM_to_XMM()
1033 void SSE2_PMAXSW_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xEE0F ); } in SSE2_PMAXSW_M128_to_XMM()
1035 void SSE2_PMAXUB_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xDE0F ); } in SSE2_PMAXUB_XMM_to_XMM()
1036 void SSE2_PMAXUB_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xDE0F ); } in SSE2_PMAXUB_M128_to_XMM()
1038 void SSE2_PMINSW_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xEA0F ); } in SSE2_PMINSW_XMM_to_XMM()
1039 void SSE2_PMINSW_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xEA0F ); } in SSE2_PMINSW_M128_to_XMM()
1041 void SSE2_PMINUB_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xDA0F ); } in SSE2_PMINUB_XMM_to_XMM()
1042 void SSE2_PMINUB_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xDA0F ); } in SSE2_PMINUB_M128_to_XMM()
1046 void SSE2_PADDSB_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xEC0F ); } in SSE2_PADDSB_XMM_to_XMM()
1047 void SSE2_PADDSB_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xEC0F ); } in SSE2_PADDSB_M128_to_XMM()
1049 void SSE2_PADDSW_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xED0F ); } in SSE2_PADDSW_XMM_to_XMM()
1050 void SSE2_PADDSW_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xED0F ); } in SSE2_PADDSW_M128_to_XMM()
1052 void SSE2_PSUBSB_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xE80F ); } in SSE2_PSUBSB_XMM_to_XMM()
1053 void SSE2_PSUBSB_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xE80F ); } in SSE2_PSUBSB_M128_to_XMM()
1055 void SSE2_PSUBSW_XMM_to_XMM( x86SSERegType to, x86SSERegType from ){ SSERtoR66( 0xE90F ); } in SSE2_PSUBSW_XMM_to_XMM()
1056 void SSE2_PSUBSW_M128_to_XMM( x86SSERegType to, uptr from ){ SSEMtoR66( 0xE90F ); } in SSE2_PSUBSW_M128_to_XMM()
1058 void SSE2_PSUBUSB_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xD80F ); } in SSE2_PSUBUSB_XMM_to_XMM()
1059 void SSE2_PSUBUSB_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xD80F ); } in SSE2_PSUBUSB_M128_to_XMM()
1060 void SSE2_PSUBUSW_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xD90F ); } in SSE2_PSUBUSW_XMM_to_XMM()
1061 void SSE2_PSUBUSW_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xD90F ); } in SSE2_PSUBUSW_M128_to_XMM()
1063 void SSE2_PADDUSB_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xDC0F ); } in SSE2_PADDUSB_XMM_to_XMM()
1064 void SSE2_PADDUSB_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xDC0F ); } in SSE2_PADDUSB_M128_to_XMM()
1065 void SSE2_PADDUSW_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { SSERtoR66( 0xDD0F ); } in SSE2_PADDUSW_XMM_to_XMM()
1066 void SSE2_PADDUSW_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xDD0F ); } in SSE2_PADDUSW_M128_to_XMM()
1071 void SSE2_PACKSSWB_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x630F ); } in SSE2_PACKSSWB_XMM_to_XMM()
1072 void SSE2_PACKSSWB_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x630F ); } in SSE2_PACKSSWB_M128_to_XMM()
1073 void SSE2_PACKSSDW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x6B0F ); } in SSE2_PACKSSDW_XMM_to_XMM()
1074 void SSE2_PACKSSDW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x6B0F ); } in SSE2_PACKSSDW_M128_to_XMM()
1076 void SSE2_PACKUSWB_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x670F ); } in SSE2_PACKUSWB_XMM_to_XMM()
1077 void SSE2_PACKUSWB_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x670F ); } in SSE2_PACKUSWB_M128_to_XMM()
1082 void SSE2_PUNPCKLBW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x600F ); } in SSE2_PUNPCKLBW_XMM_to_XMM()
1083 void SSE2_PUNPCKLBW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x600F ); } in SSE2_PUNPCKLBW_M128_to_XMM()
1085 void SSE2_PUNPCKHBW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x680F ); } in SSE2_PUNPCKHBW_XMM_to_XMM()
1086 void SSE2_PUNPCKHBW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x680F ); } in SSE2_PUNPCKHBW_M128_to_XMM()
1088 void SSE2_PUNPCKLWD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x610F ); } in SSE2_PUNPCKLWD_XMM_to_XMM()
1089 void SSE2_PUNPCKLWD_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x610F ); } in SSE2_PUNPCKLWD_M128_to_XMM()
1090 void SSE2_PUNPCKHWD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x690F ); } in SSE2_PUNPCKHWD_XMM_to_XMM()
1091 void SSE2_PUNPCKHWD_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x690F ); } in SSE2_PUNPCKHWD_M128_to_XMM()
1093 void SSE2_PUNPCKLDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x620F ); } in SSE2_PUNPCKLDQ_XMM_to_XMM()
1094 void SSE2_PUNPCKLDQ_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x620F ); } in SSE2_PUNPCKLDQ_M128_to_XMM()
1095 void SSE2_PUNPCKHDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x6A0F ); } in SSE2_PUNPCKHDQ_XMM_to_XMM()
1096 void SSE2_PUNPCKHDQ_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x6A0F ); } in SSE2_PUNPCKHDQ_M128_to_XMM()
1098 void SSE2_PUNPCKLQDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x6C0F ); } in SSE2_PUNPCKLQDQ_XMM_to_XMM()
1099 void SSE2_PUNPCKLQDQ_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x6C0F ); } in SSE2_PUNPCKLQDQ_M128_to_XMM()
1101 void SSE2_PUNPCKHQDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0x6D0F ); } in SSE2_PUNPCKHQDQ_XMM_to_XMM()
1102 void SSE2_PUNPCKHQDQ_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0x6D0F ); } in SSE2_PUNPCKHQDQ_M128_to_XMM()
1104 void SSE2_PMULLW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0xD50F ); } in SSE2_PMULLW_XMM_to_XMM()
1105 void SSE2_PMULLW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0xD50F ); } in SSE2_PMULLW_M128_to_XMM()
1106 void SSE2_PMULHW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0xE50F ); } in SSE2_PMULHW_XMM_to_XMM()
1107 void SSE2_PMULHW_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0xE50F ); } in SSE2_PMULHW_M128_to_XMM()
1109 void SSE2_PMULUDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66( 0xF40F ); } in SSE2_PMULUDQ_XMM_to_XMM()
1110 void SSE2_PMULUDQ_M128_to_XMM(x86SSERegType to, uptr from) { SSEMtoR66( 0xF40F ); } in SSE2_PMULUDQ_M128_to_XMM()
1112 void SSE2_PMOVMSKB_XMM_to_R32(x86IntRegType to, x86SSERegType from) { SSERtoR66(0xD70F); } in SSE2_PMOVMSKB_XMM_to_R32()
1114 void SSE_MOVMSKPS_XMM_to_R32(x86IntRegType to, x86SSERegType from) { SSERtoR(0x500F); } in SSE_MOVMSKPS_XMM_to_R32()
1115 void SSE2_MOVMSKPD_XMM_to_R32(x86IntRegType to, x86SSERegType from) { SSERtoR66(0x500F); } in SSE2_MOVMSKPD_XMM_to_R32()
1117 void SSE3_HADDPS_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { write8(0xf2); SSERtoR( 0x7c0f )… in SSE3_HADDPS_XMM_to_XMM()
1118 void SSE3_HADDPS_M128_to_XMM(x86SSERegType to, uptr from){ SSEMtoRv( 3, 0x7c0fF2, 0 ); } in SSE3_HADDPS_M128_to_XMM()
1120 void SSE3_MOVSLDUP_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { in SSE3_MOVSLDUP_XMM_to_XMM()
1127 void SSE3_MOVSLDUP_M128_to_XMM(x86SSERegType to, uptr from) { SSE_SS_MtoR(0x120f, 0); } in SSE3_MOVSLDUP_M128_to_XMM()
1128 void SSE3_MOVSHDUP_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSE_SS_RtoR(0x160f); } in SSE3_MOVSHDUP_XMM_to_XMM()
1129 void SSE3_MOVSHDUP_M128_to_XMM(x86SSERegType to, uptr from) { SSE_SS_MtoR(0x160f, 0); } in SSE3_MOVSHDUP_M128_to_XMM()
1132 void SSEX_MOVDQA_M128_to_XMM( x86SSERegType to, uptr from ) in SSEX_MOVDQA_M128_to_XMM()
1138 void SSEX_MOVDQA_XMM_to_M128( uptr to, x86SSERegType from ) in SSEX_MOVDQA_XMM_to_M128()
1144 void SSEX_MOVDQA_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_MOVDQA_XMM_to_XMM()
1150 void SSEX_MOVDQARmtoROffset( x86SSERegType to, x86IntRegType from, int offset ) in SSEX_MOVDQARmtoROffset()
1156 void SSEX_MOVDQARtoRmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSEX_MOVDQARtoRmOffset()
1162 void SSEX_MOVDQU_M128_to_XMM( x86SSERegType to, uptr from ) in SSEX_MOVDQU_M128_to_XMM()
1168 void SSEX_MOVDQU_XMM_to_M128( uptr to, x86SSERegType from ) in SSEX_MOVDQU_XMM_to_M128()
1174 void SSEX_MOVDQU_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_MOVDQU_XMM_to_XMM()
1180 void SSEX_MOVD_M32_to_XMM( x86SSERegType to, uptr from ) in SSEX_MOVD_M32_to_XMM()
1186 void SSEX_MOVD_XMM_to_M32( u32 to, x86SSERegType from ) in SSEX_MOVD_XMM_to_M32()
1192 void SSEX_MOVD_XMM_to_Rm( x86IntRegType to, x86SSERegType from ) in SSEX_MOVD_XMM_to_Rm()
1198 void SSEX_MOVD_RmOffset_to_XMM( x86SSERegType to, x86IntRegType from, int offset ) in SSEX_MOVD_RmOffset_to_XMM()
1204 void SSEX_MOVD_XMM_to_RmOffset( x86IntRegType to, x86SSERegType from, int offset ) in SSEX_MOVD_XMM_to_RmOffset()
1210 void SSEX_POR_M128_to_XMM( x86SSERegType to, uptr from ) in SSEX_POR_M128_to_XMM()
1216 void SSEX_POR_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_POR_XMM_to_XMM()
1222 void SSEX_PXOR_M128_to_XMM( x86SSERegType to, uptr from ) in SSEX_PXOR_M128_to_XMM()
1228 void SSEX_PXOR_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_PXOR_XMM_to_XMM()
1234 void SSEX_PAND_M128_to_XMM( x86SSERegType to, uptr from ) in SSEX_PAND_M128_to_XMM()
1240 void SSEX_PAND_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_PAND_XMM_to_XMM()
1246 void SSEX_PANDN_M128_to_XMM( x86SSERegType to, uptr from ) in SSEX_PANDN_M128_to_XMM()
1252 void SSEX_PANDN_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_PANDN_XMM_to_XMM()
1258 void SSEX_PUNPCKLDQ_M128_to_XMM(x86SSERegType to, uptr from) in SSEX_PUNPCKLDQ_M128_to_XMM()
1264 void SSEX_PUNPCKLDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) in SSEX_PUNPCKLDQ_XMM_to_XMM()
1270 void SSEX_PUNPCKHDQ_M128_to_XMM(x86SSERegType to, uptr from) in SSEX_PUNPCKHDQ_M128_to_XMM()
1276 void SSEX_PUNPCKHDQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) in SSEX_PUNPCKHDQ_XMM_to_XMM()
1282 void SSEX_MOVHLPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_MOVHLPS_XMM_to_XMM()
1294 void SSE2EMU_MOVSD_XMM_to_XMM( x86SSERegType to, x86SSERegType from) in SSE2EMU_MOVSD_XMM_to_XMM()
1300 void SSE2EMU_MOVQ_M64_to_XMM( x86SSERegType to, uptr from) in SSE2EMU_MOVQ_M64_to_XMM()
1306 void SSE2EMU_MOVQ_XMM_to_XMM( x86SSERegType to, x86SSERegType from) in SSE2EMU_MOVQ_XMM_to_XMM()
1312 void SSE2EMU_MOVD_RmOffset_to_XMM( x86SSERegType to, x86IntRegType from, int offset ) in SSE2EMU_MOVD_RmOffset_to_XMM()
1322 void SSE2EMU_MOVD_XMM_to_RmOffset(x86IntRegType to, x86SSERegType from, int offset ) in SSE2EMU_MOVD_XMM_to_RmOffset()
1332 void SSE2EMU_MOVDQ2Q_XMM_to_MM( x86MMXRegType to, x86SSERegType from) in SSE2EMU_MOVDQ2Q_XMM_to_MM()
1339 void SSE2EMU_MOVQ2DQ_MM_to_XMM( x86SSERegType to, x86MMXRegType from) in SSE2EMU_MOVQ2DQ_MM_to_XMM()
1350 void SSE2EMU_PSHUFD_XMM_to_XMM( x86SSERegType to, x86SSERegType from, u8 imm8 ) { in SSE2EMU_PSHUFD_XMM_to_XMM()
1394 void SSE2EMU_MOVD_XMM_to_R( x86IntRegType to, x86SSERegType from ) { in SSE2EMU_MOVD_XMM_to_R()
1406 void SSE2EMU_CVTPS2DQ_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) { in SSE2EMU_CVTPS2DQ_XMM_to_XMM()
1425 void SSE2EMU_CVTDQ2PS_M128_to_XMM( x86SSERegType to, uptr from ) { in SSE2EMU_CVTDQ2PS_M128_to_XMM()
1442 void SSE2EMU_MOVD_XMM_to_M32( uptr to, x86SSERegType from ) { in SSE2EMU_MOVD_XMM_to_M32()
1450 void SSE2EMU_MOVD_R_to_XMM( x86SSERegType to, x86IntRegType from ) { in SSE2EMU_MOVD_R_to_XMM()