Lines Matching defs:HasMemOp4
537 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4;
828 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1209 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4;
1303 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM)
1309 // 2 operands skipped with HasMemOp4, compensate accordingly
1310 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1;
1328 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1414 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand