Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp56 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anon8cde41100111::X86MCCodeEmitter
1244 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
1252 } else if (is32BitMode(STI)) { in encodeInstruction()
1291 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1292 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1304 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1305 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1314 if ((!is32BitMode(STI) && siReg == X86::EDI) || in encodeInstruction()
1315 (is32BitMode(STI) && siReg == X86::DI)) in encodeInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp905 bool is32BitMode() const { in is32BitMode() function in __anon3be435310111::X86AsmParser
926 if (is32BitMode()) return 32; in getPointerWidth()
1201 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1210 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
1750 bool Parse32 = is32BitMode() || Code16GCC; in ParseIntelOffsetOfOperator()
2511 if (is32BitMode()) in ParseInstruction()
3172 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
3384 if (!is32BitMode()) { in ParseDirectiveCode()
H A DX86AsmInstrumentation.cpp270 bool is32BitMode() const { in is32BitMode() function in __anon6d3404780111::X86AddressSanitizer
280 if (is32BitMode()) return 32; in getPointerWidth()