Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h550 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in getMemoryOperandNo() local
554 if (HasMemOp4) in getMemoryOperandNo()
DX86MCCodeEmitter.cpp998 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in EncodeInstruction() local
1074 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in EncodeInstruction()
1081 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in EncodeInstruction()
1093 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EncodeInstruction()
1177 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in EncodeInstruction()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp1143 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in emitInstruction() local
1307 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in emitInstruction()
1313 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in emitInstruction()
1325 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in emitInstruction()
1453 const MachineOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in emitInstruction()