Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1211 bool is64BitMode() const { in is64BitMode() function in __anonbe06ec630111::X86AsmParser
1237 if (is64BitMode()) return 64; in getPointerWidth()
1399 if (!is64BitMode()) { in MatchRegisterByName()
1599 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1608 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()
2626 CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in parseIntelOperand()
2642 if (is64BitMode() && SM.getElementSize() > 0) { in parseIntelOperand()
2648 if (is64BitMode()) in parseIntelOperand()
2652 if (is64BitMode()) { in parseIntelOperand()
3052 if (CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseMemOperand()
[all …]