Searched refs:Parse32 (Results 1 – 1 of 1) sorted by relevance
1632 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local1634 is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand()1642 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local1644 is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()4048 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local4050 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()