Home
last modified time | relevance | path

Searched refs:RexB (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c174 RexB(0, to); in SET8R()
365 RexB(1, to); in MOV64ItoR()
373 RexB(1, to); in MOV64I32toR()
382 RexB(1,to); in MOV64ItoRmOffset()
1101 RexB(1, to); in ADD64ItoR()
1315 RexB(1, to); in SUB64ItoR()
1589 RexB(1, to); in SHL64CLtoR()
1611 RexB(1, to); in SHR64CLtoR()
1757 RexB(1, to); in SAR64CLtoR()
2173 RexB(0,to); in AND32I8toR()
[all …]
H A Dix86_mmx.c77 RexB(0, to); in PSLLQItoR()
100 RexB(0, to); in PSRLQItoR()
347 RexB(0, to); in PSRLWItoR()
355 RexB(0, to); in PSRLDItoR()
370 RexB(0, to); in PSLLWItoR()
378 RexB(0, to); in PSLLDItoR()
393 RexB(0, to); in PSRAWItoR()
401 RexB(0, to); in PSRADItoR()
H A Dix86_sse.c926 RexB(0, to); in SSE2_PSRLW_I8_to_XMM()
937 RexB(0, to); in SSE2_PSRLD_I8_to_XMM()
948 RexB(0, to); in SSE2_PSRLQ_I8_to_XMM()
957 RexB(0, to); in SSE2_PSRLDQ_I8_to_XMM()
970 RexB(0, to); in SSE2_PSRAW_I8_to_XMM()
981 RexB(0, to); in SSE2_PSRAD_I8_to_XMM()
994 RexB(0, to); in SSE2_PSLLW_I8_to_XMM()
1005 RexB(0, to); in SSE2_PSLLD_I8_to_XMM()
1016 RexB(0, to); in SSE2_PSLLQ_I8_to_XMM()
1025 RexB(0, to); in SSE2_PSLLDQ_I8_to_XMM()
H A Dix86-64.h228 #define RexB(w, base) RexRXB(w, 0, 0, base) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664Traits.h89 RexB = RexBase | (1 << 0), enumerator
105 uint8_t rexB() const { return (rex_ & RexB) != RexB ? RexNone : RexB; } in rexB()
137 rex_ = (rm & 0x08) ? RexB : RexNone; in SetModRM()
146 ((base & 0x08) ? RexB : RexNone) | ((index & 0x08) ? RexX : RexNone); in SetSIB()
H A DIceAssemblerX86Base.h864 : (Rm & 0x08) ? T::Operand::RexB : T::Operand::RexNone;