Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCCodeEmitter.cpp48 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anon9b88913a0111::X86MCCodeEmitter
1202 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
1210 } else if (is32BitMode(STI)) { in encodeInstruction()
1248 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1249 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1261 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1262 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1271 if ((!is32BitMode(STI) && siReg == X86::EDI) || in encodeInstruction()
1272 (is32BitMode(STI) && siReg == X86::DI)) in encodeInstruction()
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp763 bool is32BitMode() const { in is32BitMode() function in __anon60f6c09b0111::X86AsmParser
783 if (is32BitMode()) return 32; in getPointerWidth()
1004 is64BitMode() ? X86::RSI : (is32BitMode() ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1013 is64BitMode() ? X86::RDI : (is32BitMode() ? X86::EDI : X86::DI); in DefaultMemDIOperand()
1622 is64BitMode() ? X86::RBX : (is32BitMode() ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()
2945 if (!is32BitMode()) { in ParseDirectiveCode()
HDX86AsmInstrumentation.cpp266 bool is32BitMode() const { in is32BitMode() function in llvm::__anoncfb307220111::X86AddressSanitizer
275 if (is32BitMode()) return 32; in getPointerWidth()