Home
last modified time | relevance | path

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/
DX86InstrAVX512.td788 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 …]
DX86EvexToVex.cpp222 if ((Desc.TSFlags & X86II::EncodingMask) != X86II::EVEX) in CompressEvexToVexImpl()
DX86InstrFMA3Info.cpp137 (TSFlags & X86II::EncodingMask) == X86II::EVEX) && in getFMA3Group()
DX86InstrFormats.td220 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.
DX86ISelDAGToDAG.cpp1361 (TSFlags & X86II::EncodingMask) != X86II::EVEX && in PostprocessISelDAG()
DX86InstrInfo.cpp2018 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/
DX86GenEVEX2VEXTables.inc9 // 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/
DX86MCCodeEmitter.cpp142 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()
DX86BaseInfo.h851 EVEX = 3 << EncodingShift, enumerator
DX86MCTargetDesc.cpp422 bool HasEVEX = (Desc.TSFlags & X86II::EncodingMask) == X86II::EVEX; in clearsSuperRegisters()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/
Dx86inc.asm1276 ; Instructions with both VEX/EVEX and legacy encodings
/third_party/ffmpeg/libavutil/x86/
Dx86inc.asm1290 ; 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/
DX86AsmParser.cpp3170 (MCID.TSFlags & X86II::EncodingMask) != X86II::EVEX) in checkTargetMatchPredicate()