Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c668 #define PFX_GS (1<<14) /* GS segment prefix present (0x65) */ macro
787 p & ~(PFX_CS | PFX_DS | PFX_ES | PFX_FS | PFX_GS | PFX_SS); in clearSegBits()
2377 if (pfx & PFX_GS) return "%gs:"; in segRegTxt()
2410 if (pfx & PFX_GS) { in handleAddrOverrides()
32135 case 0x65: pfx |= PFX_GS; break; in disInstr_AMD64_WRK()
32231 if (pfx & PFX_GS) n++; in disInstr_AMD64_WRK()
32242 if ((pfx & PFX_GS) && !vbi->guest_amd64_assume_gs_is_const) in disInstr_AMD64_WRK()