Lines Matching refs:is64BitMode
1211 bool is64BitMode() const { in is64BitMode() function in __anonad53f99c0111::X86AsmParser
1237 if (is64BitMode()) return 64; in getPointerWidth()
1398 if (!is64BitMode()) { in MatchRegisterByName()
1598 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1607 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()
2625 CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in parseIntelOperand()
2641 if (is64BitMode() && SM.getElementSize() > 0) { in parseIntelOperand()
2647 if (is64BitMode()) in parseIntelOperand()
2651 if (is64BitMode()) { in parseIntelOperand()
3051 if (CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseMemOperand()
3391 if (is64BitMode()) in ParseInstruction()
3956 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
4463 Tmp += (is64BitMode()) in MatchAndEmitIntelInstruction()
4757 if (!is64BitMode()) { in ParseDirectiveCode()