Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c147 writeVARROP(RexR(w, reg), opl, op); in MEMADDR_OP()
153 writeVARROP(RexR(w, reg), opl, op); in MEMADDR_OP()
166 writeVARROP(RexR(w, reg), opl, op); in MEMADDR_OP()
330 RexR(1, 0); in MOV64RtoM()
345 RexR(1, 0); in MOV64MtoR()
3022 void CDQE( void ) { RexR(1,0); write8( 0x98 ); } in CDQE()
H A Dix86_mmx.c463 RexR(0, reg); in MOVQ64ItoR()
H A Dix86-64.h227 #define RexR(w, reg) RexRXB(w, reg, 0, 0) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664Traits.h87 RexR = RexBase | (1 << 2), enumerator
H A DIceAssemblerX86Base.h857 const uint8_t R = (Reg & 0x08) ? T::Operand::RexR : T::Operand::RexNone;