Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c658 #define PFX_REXR (1<<4) /* REX R bit, if REX present, else 0 */ macro
695 return (pfx & PFX_REXR) ? 1 : 0; in getRexR()
1235 reg += (pfx & PFX_REXR) ? 8 : 0; in gregOfRexRM()
32140 if (pre & (1<<2)) pfx |= PFX_REXR; in disInstr_AMD64_WRK()
32164 /* R */ pfx |= (vex1 & (1<<7)) ? 0 : PFX_REXR; in disInstr_AMD64_WRK()
32197 /* R */ pfx |= (vex1 & (1<<7)) ? 0 : PFX_REXR; in disInstr_AMD64_WRK()