Searched refs:is32BitMode (Results 1 – 3 of 3) sorted by relevance
56 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anon8cde41100111::X86MCCodeEmitter1244 (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()
905 bool is32BitMode() const { in is32BitMode() function in __anon3be435310111::X86AsmParser926 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()
270 bool is32BitMode() const { in is32BitMode() function in __anon6d3404780111::X86AddressSanitizer280 if (is32BitMode()) return 32; in getPointerWidth()