Searched refs:FirstMemOp (Results 1 – 3 of 3) sorted by relevance
667 unsigned FirstMemOp = 1; in getMemoryOperandNo() local669 ++FirstMemOp;// Skip the register source (which is encoded in VEX_VVVV). in getMemoryOperandNo()671 ++FirstMemOp;// Skip the register source (which is encoded in I8IMM). in getMemoryOperandNo()673 ++FirstMemOp;// Skip the mask register in getMemoryOperandNo()677 return FirstMemOp; in getMemoryOperandNo()691 unsigned FirstMemOp = 0; in getMemoryOperandNo() local693 ++FirstMemOp;// Skip the register dest (which is encoded in VEX_VVVV). in getMemoryOperandNo()695 ++FirstMemOp;// Skip the mask register in getMemoryOperandNo()696 return FirstMemOp; in getMemoryOperandNo()
1400 unsigned FirstMemOp = CurOp+1; in EncodeInstruction() local1404 ++FirstMemOp; in EncodeInstruction()1409 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in EncodeInstruction()1412 ++FirstMemOp; in EncodeInstruction()1416 EmitMemModRMByte(MI, FirstMemOp, GetX86RegNum(MI.getOperand(CurOp)), in EncodeInstruction()
1282 unsigned FirstMemOp = CurOp+1; in emitInstruction() local1285 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in emitInstruction()1288 ++FirstMemOp; in emitInstruction()1294 emitMemModRMByte(MI, FirstMemOp, in emitInstruction()