Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:HasMemOp4

621   bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4;
873 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1199 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4;
1383 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM)
1389 // 2 operands skipped with HasMemOp4, compensate accordingly
1390 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1;
1411 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1542 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand