Searched refs:FirstMemOp (Results 1 – 3 of 3) sorted by relevance
618 unsigned FirstMemOp = 1; in getMemoryOperandNo() local620 ++FirstMemOp;// Skip the register source (which is encoded in VEX_VVVV). in getMemoryOperandNo()622 ++FirstMemOp;// Skip the register source (which is encoded in I8IMM). in getMemoryOperandNo()624 ++FirstMemOp;// Skip the mask register in getMemoryOperandNo()628 return FirstMemOp; in getMemoryOperandNo()640 unsigned FirstMemOp = 0; in getMemoryOperandNo() local642 ++FirstMemOp;// Skip the register dest (which is encoded in VEX_VVVV). in getMemoryOperandNo()643 return FirstMemOp; in getMemoryOperandNo()
1319 unsigned FirstMemOp = CurOp+1; in EncodeInstruction() local1323 ++FirstMemOp; in EncodeInstruction()1328 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in EncodeInstruction()1331 ++FirstMemOp; in EncodeInstruction()1335 EmitMemModRMByte(MI, FirstMemOp, GetX86RegNum(MI.getOperand(CurOp)), in EncodeInstruction()
1336 unsigned FirstMemOp = CurOp+1; in emitInstruction() local1339 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in emitInstruction()1342 ++FirstMemOp; in emitInstruction()1348 emitMemModRMByte(MI, FirstMemOp, in emitInstruction()