Home
last modified time | relevance | path

Searched refs:FirstMemOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h667 unsigned FirstMemOp = 1; in getMemoryOperandNo() local
669 ++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() local
693 ++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()
DX86MCCodeEmitter.cpp1400 unsigned FirstMemOp = CurOp+1; in EncodeInstruction() local
1404 ++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()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp1282 unsigned FirstMemOp = CurOp+1; in emitInstruction() local
1285 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in emitInstruction()
1288 ++FirstMemOp; in emitInstruction()
1294 emitMemModRMByte(MI, FirstMemOp, in emitInstruction()