Searched refs:e_opcode (Results 1 – 6 of 6) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | EmitVISAPass.hpp | 87 void Unary(e_opcode opCode, const SSource sources[1], const DstModifier& modifier); 88 void Binary(e_opcode opCode, const SSource sources[2], const DstModifier& modifier); 89 void Tenary(e_opcode opCode, const SSource sources[3], const DstModifier& modifier); 97 void Alu(e_opcode opCode, const SSource sources[N], const DstModifier& modifier); 267 CVariable* ReductionReduceHelper(e_opcode op, VISA_Type type, SIMDMode simd, CVariable* src); 268 void ReductionExpandHelper(e_opcode op, VISA_Type type, CVariable* src, CVariable* dst); 271 …CVariable* ReductionClusteredReduceHelper(e_opcode op, VISA_Type type, SIMDMode simd, bool secondH… 277 e_opcode op, 284 const e_opcode op, 292 e_opcode op, [all …]
|
H A D | CISACodeGen.h | 68 enum e_opcode enum
|
H A D | EmitVISAPass.cpp | 3912 void EmitPass::Tenary(e_opcode opCode, const SSource sources[3], const DstModifier& modifier) in Tenary() 3917 void EmitPass::Binary(e_opcode opCode, const SSource sources[2], const DstModifier& modifier) in Binary() 3922 void EmitPass::Unary(e_opcode opCode, const SSource sources[1], const DstModifier& modifier) in Unary() 3928 void EmitPass::Alu(e_opcode opCode, const SSource sources[N], const DstModifier& modifier) in Alu() 12424 void EmitPass::ReductionExpandHelper(e_opcode op, VISA_Type type, CVariable* src, CVariable* dst) in ReductionExpandHelper() 12877 e_opcode op, uint64_t identityValue, VISA_Type type, bool negateSrc, in emitPreOrPostFixOp() 13181 e_opcode op, in emitPreOrPostFixOpScalar() 13325 e_opcode op = EOPCODE_ADD; in emitScalarAtomics() 18382 e_opcode opCode; in emitScan() 18413 e_opcode opCode; in emitWaveAll() [all …]
|
H A D | CISABuilder.hpp | 155 …void GenericAlu(e_opcode opcode, CVariable* dst, CVariable* src0, CVariable* src1, CVariable* src2…
|
H A D | CISABuilder.cpp | 3216 …void CEncoder::GenericAlu(e_opcode opcode, CVariable* dst, CVariable* src0, CVariable* src1, CVari… in GenericAlu()
|
/dports/editors/e93/e93/e93lib/syntaxmaps/ |
H A D | asm.tcl | 5 exp {e_opcode "^\[^ \\t\\n\]*\[ \\t\]+(\[A-Za-z_.\]\[A-Za-z_.0-9\]*)"}
|