Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp48 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anon2747d3f40111::X86MCCodeEmitter
1165 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
1173 } else if (is32BitMode(STI)) { in encodeInstruction()
1212 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1213 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1225 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1226 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1235 if ((!is32BitMode(STI) && siReg == X86::EDI) || in encodeInstruction()
1236 (is32BitMode(STI) && siReg == X86::DI)) in encodeInstruction()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp764 bool is32BitMode() const { in is32BitMode() function in __anond14900950111::X86AsmParser
785 if (is32BitMode()) return 32; in getPointerWidth()
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()
3012 if (!is32BitMode()) { in ParseDirectiveCode()
DX86AsmInstrumentation.cpp258 bool is32BitMode() const { in is32BitMode() function in llvm::__anon484de05c0111::X86AddressSanitizer
267 if (is32BitMode()) return 32; in getPointerWidth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp969 bool is32BitMode() const { in is32BitMode() function in __anon7e5fbfb70111::X86AsmParser
990 if (is32BitMode()) return 32; in getPointerWidth()
1263 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1272 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
2669 if (is32BitMode()) in ParseInstruction()
3473 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
3714 if (!is32BitMode()) { in ParseDirectiveCode()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1198 bool is32BitMode() const { in is32BitMode() function in __anona5c84dc30111::X86AsmParser
1219 if (is32BitMode()) return 32; in getPointerWidth()
1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3316 if (is32BitMode()) in ParseInstruction()
3920 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4453 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
4745 if (!is32BitMode()) { in ParseDirectiveCode()