Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86EvexToVex.cpp
H A DX86InstrInfo.h41 AC_EVEX_2_VEX = AC_EVEX_2_LEGACY << 1, enumerator
43 AC_EVEX_2_EVEX = AC_EVEX_2_VEX << 1
H A DX86CompressEVEX.cpp261 AsmComment = X86::AC_EVEX_2_VEX; in CompressEVEXImpl()
H A DX86MCInstLower.cpp2213 else if (MI->getAsmPrinterFlags() & X86::AC_EVEX_2_VEX) in emitInstruction()