Searched refs:is32BitMode (Results 1 – 5 of 5) sorted by relevance
48 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anon2747d3f40111::X86MCCodeEmitter1165 (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()
764 bool is32BitMode() const { in is32BitMode() function in __anond14900950111::X86AsmParser785 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()
258 bool is32BitMode() const { in is32BitMode() function in llvm::__anon484de05c0111::X86AddressSanitizer267 if (is32BitMode()) return 32; in getPointerWidth()
969 bool is32BitMode() const { in is32BitMode() function in __anon7e5fbfb70111::X86AsmParser990 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()
1198 bool is32BitMode() const { in is32BitMode() function in __anona5c84dc30111::X86AsmParser1219 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()