Searched refs:is32BitMode (Results 1 – 6 of 6) sorted by relevance
48 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anonc84e4ccd0111::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()
56 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anonce9fbb050111::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()
901 bool is32BitMode() const { in is32BitMode() function in __anonfb2428c60111::X86AsmParser922 if (is32BitMode()) return 32; in getPointerWidth()1196 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()1205 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()1745 bool Parse32 = is32BitMode() || Code16GCC; in ParseIntelOffsetOfOperator()2492 if (is32BitMode()) in ParseInstruction()3153 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()3365 if (!is32BitMode()) { in ParseDirectiveCode()
270 bool is32BitMode() const { in is32BitMode() function in __anon253bcfad0111::X86AddressSanitizer280 if (is32BitMode()) return 32; in getPointerWidth()
764 bool is32BitMode() const { in is32BitMode() function in __anon720aab8e0111::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::__anon44d5f3750111::X86AddressSanitizer267 if (is32BitMode()) return 32; in getPointerWidth()