Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1194 bool is64BitMode() const { in is64BitMode() function in __anon301d74170111::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()) { in ParseIntelOperand()
2990 if (CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseMemOperand()
3323 if (is64BitMode()) in ParseInstruction()
3927 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
[all …]