Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h618 unsigned FirstMemOp = 1; in getMemoryOperandNo() local
620 ++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() local
642 ++FirstMemOp;// Skip the register dest (which is encoded in VEX_VVVV). in getMemoryOperandNo()
643 return FirstMemOp; in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1319 unsigned FirstMemOp = CurOp+1; in EncodeInstruction() local
1323 ++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()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86CodeEmitter.cpp1336 unsigned FirstMemOp = CurOp+1; in emitInstruction() local
1339 ++FirstMemOp; // Skip the register source (which is encoded in VEX_VVVV). in emitInstruction()
1342 ++FirstMemOp; in emitInstruction()
1348 emitMemModRMByte(MI, FirstMemOp, in emitInstruction()