Searched refs:is32BitMode (Results 1 – 3 of 3) sorted by relevance
48 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anon9b88913a0111::X86MCCodeEmitter1202 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()1210 } else if (is32BitMode(STI)) { in encodeInstruction()1248 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()1249 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()1261 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()1262 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()1271 if ((!is32BitMode(STI) && siReg == X86::EDI) || in encodeInstruction()1272 (is32BitMode(STI) && siReg == X86::DI)) in encodeInstruction()
763 bool is32BitMode() const { in is32BitMode() function in __anon60f6c09b0111::X86AsmParser783 if (is32BitMode()) return 32; in getPointerWidth()1004 is64BitMode() ? X86::RSI : (is32BitMode() ? X86::ESI : X86::SI); in DefaultMemSIOperand()1013 is64BitMode() ? X86::RDI : (is32BitMode() ? X86::EDI : X86::DI); in DefaultMemDIOperand()1622 is64BitMode() ? X86::RBX : (is32BitMode() ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()2945 if (!is32BitMode()) { in ParseDirectiveCode()
266 bool is32BitMode() const { in is32BitMode() function in llvm::__anoncfb307220111::X86AddressSanitizer275 if (is32BitMode()) return 32; in getPointerWidth()