Searched refs:Parse32 (Results 1 – 1 of 1) sorted by relevance
1610 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand() local1611 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand()1619 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand() local1620 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()3954 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation() local3956 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()