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

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp48 bool is32BitMode(const MCSubtargetInfo &STI) const { function in class:__anon3064::X86MCCodeEmitter
1209 (is32BitMode(STI) && AdSize == X86II::AdSize16) ||
1217 } else if (is32BitMode(STI)) {
1255 if ((!is32BitMode(STI) && siReg == X86::ESI) ||
1256 (is32BitMode(STI) && siReg == X86::SI))
1268 if ((!is32BitMode(STI) && siReg == X86::ESI) ||
1269 (is32BitMode(STI) && siReg == X86::SI))
1278 if ((!is32BitMode(STI) && siReg == X86::EDI) ||
1279 (is32BitMode(STI) && siReg == X86::DI))
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp258 bool is32BitMode() const { function in class:llvm::__anon3051::X86AddressSanitizer
267 if (is32BitMode()) return 32;
H A DX86AsmParser.cpp765 bool is32BitMode() const { function in class:__anon3052::X86AsmParser
786 if (is32BitMode()) return 32;
1012 is64BitMode() ? X86::RSI : (is32BitMode() ? X86::ESI : X86::SI);
1021 is64BitMode() ? X86::RDI : (is32BitMode() ? X86::EDI : X86::DI);
1633 is64BitMode() ? X86::RBX : (is32BitMode() ? X86::EBX : X86::BX);
2924 if (!is32BitMode()) {

Completed in 172 milliseconds