Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MemoryOperand

776       // CurOp points to start of the MemoryOperand,
1149 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags);
1150 if (MemoryOperand != -1) MemoryOperand += CurOp;
1153 if (MemoryOperand >= 0)
1154 EmitSegmentOverridePrefix(CurByte, MemoryOperand+X86::AddrSegmentReg,
1168 } else if (MemoryOperand < 0) {
1171 assert(!Is16BitMemOperand(MI, MemoryOperand, STI));
1172 need_address_override = Is32BitMemOperand(MI, MemoryOperand);
1174 assert(!Is64BitMemOperand(MI, MemoryOperand));
1175 need_address_override = Is16BitMemOperand(MI, MemoryOperand, STI);
1178 assert(!Is64BitMemOperand(MI, MemoryOperand));
1179 need_address_override = !Is16BitMemOperand(MI, MemoryOperand, STI);
1187 Rex = emitOpcodePrefix(TSFlags, CurByte, MemoryOperand, MI, Desc, STI, OS);
1189 EmitVEXOpcodePrefix(TSFlags, CurByte, MemoryOperand, MI, Desc, OS);