Home | History | Annotate | Download | only in X86

Lines Matching refs:HasMemOp4

753   bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4;
933 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1056 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4;
1269 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM)
1274 // 2 operands skipped with HasMemOp4, compensate accordingly
1275 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1;
1287 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1467 const MachineOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand