Searched refs:EVEX (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 788 AVX512AIi8Base, EVEX, Sched<[SchedRR]>; 796 addr:$dst)]>, EVEX, 806 EVEX_K, EVEX, Sched<[SchedMR]>, NotMemoryFoldable; 918 // smaller extract to enable EVEX->VEX. 947 // smaller extract to enable EVEX->VEX. 1087 EVEX, VEX_WIG, Sched<[WriteVecExtract]>; 1094 EVEX, VEX_WIG, EVEX_CD8<32, CD8VT1>, Sched<[WriteVecExtractSt]>; 1138 DestInfo.ExeDomain>, T8PD, EVEX, Sched<[SchedRR]>; 1150 DestInfo.ExeDomain>, T8PD, EVEX, EVEX_KZ, Sched<[SchedRR]>; 1164 DestInfo.ExeDomain>, T8PD, EVEX, EVEX_K, Sched<[SchedRR]>; [all …]
|
D | X86EvexToVex.cpp | 222 if ((Desc.TSFlags & X86II::EncodingMask) != X86II::EVEX) in CompressEvexToVexImpl()
|
D | X86InstrFMA3Info.cpp | 137 (TSFlags & X86II::EncodingMask) == X86II::EVEX) && in getFMA3Group()
|
D | X86InstrFormats.td | 220 class EVEX { Encoding OpEnc = EncEVEX; } 221 class EVEX_4V : EVEX { bit hasVEX_4V = 1; } 256 // Prevent EVEX->VEX conversion from considering this instruction. 303 bit EVEX_W1_VEX_W0 = 0; // This EVEX inst with VEX.W==1 can become a VEX 342 bit notEVEX2VEXConvertible = 0; // Prevent EVEX->VEX conversion.
|
D | X86ISelDAGToDAG.cpp | 1361 (TSFlags & X86II::EncodingMask) != X86II::EVEX && in PostprocessISelDAG()
|
D | X86InstrInfo.cpp | 2018 if ((Desc.TSFlags & X86II::EncodingMask) == X86II::EVEX) in findCommutedOpIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenEVEX2VEXTables.inc | 9 // X86 EVEX encoded instructions that have a VEX 128 encoding 10 // (table format: <EVEX opcode, VEX-128 opcode>). 12 // EVEX scalar with corresponding VEX. 750 // X86 EVEX encoded instructions that have a VEX 256 encoding 751 // (table format: <EVEX opcode, VEX-256 opcode>). 753 // EVEX scalar with corresponding VEX.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 142 assert(((TSFlags & X86II::EncodingMask) == X86II::EVEX) && in isCDisp8() 379 bool HasEVEX = (TSFlags & X86II::EncodingMask) == X86II::EVEX; in emitMemModRMByte() 1140 assert(Encoding == X86II::EVEX && "unknown encoding!"); in emitVEXOpcodePrefix()
|
D | X86BaseInfo.h | 851 EVEX = 3 << EncodingShift, enumerator
|
D | X86MCTargetDesc.cpp | 422 bool HasEVEX = (Desc.TSFlags & X86II::EncodingMask) == X86II::EVEX; in clearsSuperRegisters()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | x86inc.asm | 1276 ; Instructions with both VEX/EVEX and legacy encodings
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86inc.asm | 1290 ; Instructions with both VEX/EVEX and legacy encodings
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 3170 (MCID.TSFlags & X86II::EncodingMask) != X86II::EVEX) in checkTargetMatchPredicate()
|