Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c656 #define PFX_REX (1<<2) /* REX byte present (0x40 to 0x4F) */ macro
688 return toBool(pfx & PFX_REX); in haveREX()
32138 pfx |= PFX_REX; in disInstr_AMD64_WRK()
32215 if ((pfx & PFX_VEX) && (pfx & PFX_REX)) in disInstr_AMD64_WRK()
32248 if ((pfx & PFX_REX) && (pfx & PFX_REXW)) sz = 8; in disInstr_AMD64_WRK()