Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c660 #define PFX_REXB (1<<6) /* REX B bit, if REX present, else 0 */ macro
701 return (pfx & PFX_REXB) ? 1 : 0; in getRexB()
1249 rm += (pfx & PFX_REXB) ? 8 : 0; in eregOfRexRM()
32142 if (pre & (1<<0)) pfx |= PFX_REXB; in disInstr_AMD64_WRK()
32166 /* B */ pfx |= (vex1 & (1<<5)) ? 0 : PFX_REXB; in disInstr_AMD64_WRK()