Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c657 #define PFX_REXW (1<<3) /* REX W bit, if REX present, else 0 */ macro
692 return (pfx & PFX_REXW) ? 1 : 0; in getRexW()
32139 if (pre & (1<<3)) pfx |= PFX_REXW; in disInstr_AMD64_WRK()
32176 /* W */ pfx |= (vex2 & (1<<7)) ? PFX_REXW : 0; in disInstr_AMD64_WRK()
32248 if ((pfx & PFX_REX) && (pfx & PFX_REXW)) sz = 8; in disInstr_AMD64_WRK()