Searched refs:FirstMemOp (Results 1 – 3 of 3) sorted by relevance
615 unsigned FirstMemOp = 1; in getMemoryOperandNo() local617 ++FirstMemOp;// Skip the register source (which is encoded in VEX_VVVV). in getMemoryOperandNo()619 ++FirstMemOp;// Skip the register source (which is encoded in I8IMM). in getMemoryOperandNo()621 ++FirstMemOp;// Skip the mask register in getMemoryOperandNo()625 return FirstMemOp; in getMemoryOperandNo()637 unsigned FirstMemOp = 0; in getMemoryOperandNo() local639 ++FirstMemOp;// Skip the register dest (which is encoded in VEX_VVVV). in getMemoryOperandNo()640 return FirstMemOp; in getMemoryOperandNo()
1317 unsigned FirstMemOp = CurOp+1; in EncodeInstruction() local1321 ++FirstMemOp; in EncodeInstruction()1326 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in EncodeInstruction()1329 ++FirstMemOp; in EncodeInstruction()1333 EmitMemModRMByte(MI, FirstMemOp, GetX86RegNum(MI.getOperand(CurOp)), in EncodeInstruction()
1330 unsigned FirstMemOp = CurOp+1; in emitInstruction() local1333 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in emitInstruction()1336 ++FirstMemOp; in emitInstruction()1342 emitMemModRMByte(MI, FirstMemOp, in emitInstruction()