Lines Matching refs:is64BitMode
901 bool is64BitMode() const { in is64BitMode() function in __anon3be435310111::X86AsmParser
927 if (is64BitMode()) return 64; in getPointerWidth()
1099 if (!is64BitMode()) { in ParseRegister()
1202 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1211 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()
1751 unsigned RegNo = is64BitMode() ? X86::RBX : (Parse32 ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()
1927 CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseIntelOperand()
2276 if (CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseMemOperand()
2513 if (is64BitMode()) in ParseInstruction()
3170 Tmp += (is64BitMode()) in MatchAndEmitIntelInstruction()
3390 if (!is64BitMode()) { in ParseDirectiveCode()