Home
last modified time | relevance | path

Searched refs:RexRB (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_mmx.c32 RexRB(0, to, from); in PANDRtoR()
39 RexRB(0, to, from); in PANDNRtoR()
47 RexRB(0, to, from); in PORRtoR()
55 RexRB(0, to, from); in PXORRtoR()
63 RexRB(0, to, from); in PSLLQRtoR()
86 RexRB(0, to, from); in PSRLQRtoR()
109 RexRB(0, to, from); in PADDUSBRtoR()
123 RexRB(0, to, from); in PADDUSWRtoR()
137 RexRB(0, to, from); in PADDBRtoR()
151 RexRB(0, to, from); in PADDWRtoR()
[all …]
H A Dix86_3dnow.c42 RexRB(0, to, from); in PFADDRtoR()
56 RexRB(0, to, from); in PFSUBRtoR()
70 RexRB(0, to, from); in PFMULRtoR()
84 RexRB(0, to, from); in PFRCPRtoR()
92 RexRB(0, to, from); in PFRCPIT1RtoR()
100 RexRB(0, to, from); in PFRCPIT2RtoR()
108 RexRB(0, to, from); in PFRSQRTRtoR()
116 RexRB(0, to, from); in PFRSQIT1RtoR()
130 RexRB(0, to, from); in PF2IDRtoR()
144 RexRB(0, to, from); in PI2FDRtoR()
[all …]
H A Dix86-64.c205 RexRB(0,to, from); in CMOV32RtoR()
320 RexRB(1, from, to); in MOV64RtoR()
407 RexRB(1,from,to); in MOV64RtoRmOffset()
465 RexRB(0, to, from); in MOV32RmtoROffset()
536 RexRB(0,from,to); in MOV32RtoRmOffset()
574 RexRB(0,to,from); in MOV16RmtoR()
582 RexRB(0,to,from); in MOV16RmtoROffset()
600 RexRB(0,from,to); in MOV16RtoRm()
1129 RexRB(1, from, to); in ADD64RtoR()
1338 RexRB(1, from, to); in SUB64RtoR()
[all …]
H A Dix86_sse.c62 RexRB(0, from, to); \
119 RexRB(0, to, from); in SSE_MOVUPSRmtoR()
128 RexRB(0, from, to); in SSE_MOVUPSRtoRm()
137 RexRB(1, to, from); in SSE_MOVLPSRmtoR()
145 RexRB(0, to, from); in SSE_MOVLPSRmtoROffset()
154 RexRB(0, from, to); in SSE_MOVLPSRtoRm()
162 RexRB(0, from, to); in SSE_MOVLPSRtoRmOffset()
191 RexRB(0, to, from); in SSE_MOVAPSRmtoROffset()
200 RexRB(0, from, to); in SSE_MOVAPSRtoRmOffset()
228 RexRB(0, to, from); in SSE_MOVUPSRmtoROffset()
[all …]
H A Dix86-64.h229 #define RexRB(w, reg, base) RexRXB(w, reg, 0, base) macro