Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp542 bool HasVEX = (Desc.TSFlags & X86II::EncodingMask) == X86II::VEX; in clearsSuperRegisters() local
559 if (!HasEVEX && !HasVEX && !HasXOP) in clearsSuperRegisters()