Lines Matching refs:is64BitMode
1194 bool is64BitMode() const { in is64BitMode() function in __anona5c84dc30111::X86AsmParser
1220 if (is64BitMode()) return 64; in getPointerWidth()
1381 if (!is64BitMode()) { in MatchRegisterByName()
1581 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1590 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()
2586 CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseIntelOperand()
2596 if (Parser.isParsingMasm() && is64BitMode()) { in ParseIntelOperand()
2987 if (CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseMemOperand()
3318 if (is64BitMode()) in ParseInstruction()
3922 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
4451 Tmp += (is64BitMode()) in MatchAndEmitIntelInstruction()
4751 if (!is64BitMode()) { in ParseDirectiveCode()