Searched refs:ExplicitVEXPrefix (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstPrinterCommon.cpp | 375 if ((Flags & X86::IP_USE_VEX) || (TSFlags & X86II::ExplicitVEXPrefix)) in printInstFlags()
|
| H A D | X86BaseInfo.h | 975 ExplicitVEXPrefix = 1ULL << ExplicitVEXShift enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 281 class ExplicitVEXPrefix { bit ExplicitVEXPrefix = 1; } 369 bit ExplicitVEXPrefix = 0; // Force the instruction to use VEX encoding. 399 let TSFlags{55} = ExplicitVEXPrefix;
|
| H A D | X86InstrSSE.td | 7326 ExplicitVEXPrefix = 1, checkVEXPredicate = 1 in 8183 defm VPMADD52HUQ : avx_ifma_rm<0xb5, "vpmadd52huq", x86vpmadd52h>, VEX_W, ExplicitVEXPrefix; 8184 defm VPMADD52LUQ : avx_ifma_rm<0xb4, "vpmadd52luq", x86vpmadd52l>, VEX_W, ExplicitVEXPrefix; 8294 defm VCVTNEPS2BF16 : VCVTNEPS2BF16_BASE, VEX, T8XS, ExplicitVEXPrefix;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4125 if (MCID.TSFlags & X86II::ExplicitVEXPrefix && in checkTargetMatchPredicate()
|