Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp44 bool is64BitMode(const MCSubtargetInfo &STI) const { in is64BitMode() function in __anon2747d3f40111::X86MCCodeEmitter
364 assert(is64BitMode(STI) && "Rip-relative addressing requires 64-bit mode"); in emitMemModRMByte()
482 (!is64BitMode(STI) || BaseReg != 0)) { in emitMemModRMByte()
1086 if (is64BitMode(STI)) { in emitOpcodePrefix()
1166 (is64BitMode(STI) && AdSize == X86II::AdSize32)) { in encodeInstruction()
1170 } else if (is64BitMode(STI)) { in encodeInstruction()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp760 bool is64BitMode() const { in is64BitMode() function in __anond14900950111::X86AsmParser
786 if (is64BitMode()) return 64; in getPointerWidth()
901 if (!is64BitMode()) { in ParseRegister()
996 is64BitMode() ? X86::RSI : (is32BitMode() ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1005 is64BitMode() ? X86::RDI : (is32BitMode() ? X86::EDI : X86::DI); in DefaultMemDIOperand()
1729 is64BitMode() ? X86::RBX : (is32BitMode() ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()
2142 (is64BitMode() || (BaseReg != X86::BX && BaseReg != X86::BP && in ParseMemOperand()
3018 if (!is64BitMode()) { in ParseDirectiveCode()
DX86AsmInstrumentation.cpp255 bool is64BitMode() const { in is64BitMode() function in llvm::__anon484de05c0111::X86AddressSanitizer
268 if (is64BitMode()) return 64; in getPointerWidth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp965 bool is64BitMode() const { in is64BitMode() function in __anon7e5fbfb70111::X86AsmParser
991 if (is64BitMode()) return 64; in getPointerWidth()
1165 if (!is64BitMode()) { in ParseRegister()
1264 unsigned Basereg = is64BitMode() ? X86::RSI : (Parse32 ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1273 unsigned Basereg = is64BitMode() ? X86::RDI : (Parse32 ? X86::EDI : X86::DI); in DefaultMemDIOperand()
2005 CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseIntelOperand()
2377 if (CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseMemOperand()
2671 if (is64BitMode()) in ParseInstruction()
3471 Tmp += (is64BitMode()) in MatchAndEmitIntelInstruction()
3720 if (!is64BitMode()) { in ParseDirectiveCode()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1194 bool is64BitMode() const { in is64BitMode() function in __anona5c84dc30111::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()
2586 CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseIntelOperand()
2596 if (Parser.isParsingMasm() && is64BitMode()) { in ParseIntelOperand()
2987 if (CheckBaseRegAndIndexRegAndScale(BaseReg, IndexReg, Scale, is64BitMode(), in ParseMemOperand()
3318 if (is64BitMode()) in ParseInstruction()
3922 is64BitMode() ? X86::RSP : (Parse32 ? X86::ESP : X86::SP); in applyLVICFIMitigation()
[all …]