Searched defs:PFX_REXR (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c656 #define PFX_REXR (1<<4) /* REX R bit, if REX present, else 0 */ macro
693 return (pfx & PFX_REXR) ? 1 : 0;
1227 reg += (pfx & PFX_REXR) ? 8 : 0;
26579 if (pre & (1<<2)) pfx |= PFX_REXR;
26603 /* R */ pfx |= (vex1 & (1<<7)) ? 0 : PFX_REXR;
26636 /* R */ pfx |= (vex1 & (1<<7)) ? 0 : PFX_REXR;

Completed in 117 milliseconds