Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp597 bool HasMemOp4 = TSFlags & X86II::MemOp4; in EmitVEXOpcodePrefix() local
849 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EmitVEXOpcodePrefix()
1178 bool HasMemOp4 = TSFlags & X86II::MemOp4; in EncodeInstruction() local
1352 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in EncodeInstruction()
1359 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in EncodeInstruction()
1380 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EncodeInstruction()
1462 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in EncodeInstruction()
DX86BaseInfo.h662 bool HasMemOp4 = TSFlags & X86II::MemOp4; in getMemoryOperandNo() local
684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()