Home
last modified time | relevance | path

Searched refs:is64BitMode (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1194 bool is64BitMode() const { in is64BitMode() function in __anonac1ae4a00111::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()
2589 CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseIntelOperand()
2599 if (Parser.isParsingMasm() && is64BitMode() && SM.getElementSize() > 0) { in ParseIntelOperand()
3324 if (is64BitMode()) in ParseInstruction()
3928 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
4457 Tmp += (is64BitMode()) in MatchAndEmitIntelInstruction()
[all …]