Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_mmx.c30 void PANDRtoR( x86MMXRegType to, x86MMXRegType from ) in PANDRtoR()
37 void PANDNRtoR( x86MMXRegType to, x86MMXRegType from ) in PANDNRtoR()
45 void PORRtoR( x86MMXRegType to, x86MMXRegType from ) in PORRtoR()
53 void PXORRtoR( x86MMXRegType to, x86MMXRegType from ) in PXORRtoR()
61 void PSLLQRtoR( x86MMXRegType to, x86MMXRegType from ) in PSLLQRtoR()
84 void PSRLQRtoR( x86MMXRegType to, x86MMXRegType from ) in PSRLQRtoR()
107 void PADDUSBRtoR( x86MMXRegType to, x86MMXRegType from ) in PADDUSBRtoR()
135 void PADDBRtoR( x86MMXRegType to, x86MMXRegType from ) in PADDBRtoR()
149 void PADDWRtoR( x86MMXRegType to, x86MMXRegType from ) in PADDWRtoR()
163 void PADDDRtoR( x86MMXRegType to, x86MMXRegType from ) in PADDDRtoR()
[all …]
H A Dix86-64.h1167 void PANDRtoR( x86MMXRegType to, x86MMXRegType from );
1168 void PANDNRtoR( x86MMXRegType to, x86MMXRegType from );
1172 void PANDNRtoR( x86MMXRegType to, x86MMXRegType from );
1176 void PORRtoR( x86MMXRegType to, x86MMXRegType from );
1180 void PXORRtoR( x86MMXRegType to, x86MMXRegType from );
1185 void PSLLQRtoR( x86MMXRegType to, x86MMXRegType from );
1191 void PSRLQRtoR( x86MMXRegType to, x86MMXRegType from );
1207 void PADDBRtoR( x86MMXRegType to, x86MMXRegType from );
1211 void PADDWRtoR( x86MMXRegType to, x86MMXRegType from );
1215 void PADDDRtoR( x86MMXRegType to, x86MMXRegType from );
[all …]
H A Dix86_sse.c286 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()
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()
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()
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()