reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1262 if ((is16BitMode(STI) && AdSize == X86II::AdSize32) || 1263 (is32BitMode(STI) && AdSize == X86II::AdSize16) || 1264 (is64BitMode(STI) && AdSize == X86II::AdSize32)) { 1268 } else if (is64BitMode(STI)) { 1269 assert(!Is16BitMemOperand(MI, MemoryOperand, STI)); 1271 } else if (is32BitMode(STI)) { 1273 need_address_override = Is16BitMemOperand(MI, MemoryOperand, STI); 1275 assert(is16BitMode(STI)); 1277 need_address_override = !Is16BitMemOperand(MI, MemoryOperand, STI); 1285 Rex = emitOpcodePrefix(TSFlags, CurByte, MemoryOperand, MI, Desc, STI, OS); 1312 if ((!is32BitMode(STI) && siReg == X86::ESI) || 1313 (is32BitMode(STI) && siReg == X86::SI)) 1325 if ((!is32BitMode(STI) && siReg == X86::ESI) || 1326 (is32BitMode(STI) && siReg == X86::SI)) 1335 if ((!is32BitMode(STI) && siReg == X86::EDI) || 1336 (is32BitMode(STI) && siReg == X86::DI)) 1351 if (!is64BitMode(STI) || !isPCRel32Branch(MI)) 1416 Rex, CurByte, OS, Fixups, STI); 1489 TSFlags, Rex, CurByte, OS, Fixups, STI); 1501 TSFlags, Rex, CurByte, OS, Fixups, STI); 1518 TSFlags, Rex, CurByte, OS, Fixups, STI); 1531 TSFlags, Rex, CurByte, OS, Fixups, STI); 1566 emitMemModRMByte(MI, FirstMemOp, 0, TSFlags, Rex, CurByte, OS, Fixups, STI); 1582 Rex, CurByte, OS, Fixups, STI);