Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp228 bool IsND = X86II::hasNewDataDest(TSFlags); in CompressEVEXImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1001 inline bool hasNewDataDest(uint64_t TSFlags) { in hasNewDataDest() function
1032 return hasNewDataDest(TSFlags); in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp995 bool IsND = X86II::hasNewDataDest(TSFlags); // IsND implies HasVEX_4V in emitVEXOpcodePrefix()
1536 bool IsND = X86II::hasNewDataDest(TSFlags); in encodeInstruction()