Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp186 auto ProcessUNPCK = [&](unsigned NewOpc, unsigned MaskImm) -> bool { in processInstruction() local
210 return ProcessUNPCK(NewOpc, 0x00); in processInstruction()
216 return ProcessUNPCK(NewOpc, 0xff); in processInstruction()