Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h998 inline bool hasNewDataDest(uint64_t TSFlags) { in hasNewDataDest() function
1030 return hasNewDataDest(TSFlags); in getMemoryOperandNo()
1043 return 1 + hasNewDataDest(TSFlags); in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp998 bool IsND = X86II::hasNewDataDest(TSFlags); // IsND implies HasVEX_4V in emitVEXOpcodePrefix()
1579 bool IsND = X86II::hasNewDataDest(TSFlags); in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp222 bool IsND = X86II::hasNewDataDest(TSFlags); in CompressEVEXImpl()