Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c398 RexRXB(1, to, from2, from); in MOV64RmStoR()
414 RexRXB(1, to, from2, from); in MOV64RtoRmS()
472 RexRXB(0,to,from2,from); in MOV32RmStoR()
481 RexRXB(0,to,from1,0); in MOV32RmSOffsettoR()
503 RexRXB(0, to, from2, from); in MOV32RtoRmS()
590 RexRXB(0,to,from1,0); in MOV16RmSOffsettoR()
615 RexRXB(0,to,from2,from); in MOV16RtoRmS()
3099 RexRXB(0, to, from0, from1); in LEA32RRtoR()
3128 RexRXB(0,to,from,0); in LEA32RStoR()
H A Dix86_sse.c99 RexRXB(0, to, from2, from); in SSE_MOVUPSRmStoR()
109 RexRXB(1, to, from2, from); in SSE_MOVUPSRtoRmS()
171 RexRXB(0, to, from2, from); in SSE_MOVAPSRmStoR()
181 RexRXB(0, to, from2, from); in SSE_MOVAPSRtoRmS()
H A Dix86-64.h225 #define RexRXB(w, reg, index, base) if(w || (reg) >= 8 || (index) >= 8 || (base) >= 8 ) \ macro
227 #define RexR(w, reg) RexRXB(w, reg, 0, 0)
228 #define RexB(w, base) RexRXB(w, 0, 0, base)
229 #define RexRB(w, reg, base) RexRXB(w, reg, 0, base)