Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCCodeEmitter.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()
HDX86BaseInfo.h662 bool HasMemOp4 = TSFlags & X86II::MemOp4; in getMemoryOperandNo() local
684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()