Searched refs:gpir_codegen_src_ident (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.h53 gpir_codegen_src_ident = 22, enumerator in enum:__anon93fdc6de0103
H A Ddisasm.c255 if (instr->mul0_src1 == gpir_codegen_src_ident &&
284 if (instr->mul1_src1 == gpir_codegen_src_ident &&
390 if (instr->acc0_src1 == gpir_codegen_src_ident &&
422 if (instr->acc1_src1 == gpir_codegen_src_ident &&
H A Dcodegen.c101 /* Will get confused with gpir_codegen_src_ident, so need to swap inputs */
117 code->mul0_src1 = gpir_codegen_src_ident;
160 /* Will get confused with gpir_codegen_src_ident, so need to swap inputs */
176 code->mul1_src1 = gpir_codegen_src_ident;
269 code->acc0_src1 = gpir_codegen_src_ident;
353 code->acc1_src1 = gpir_codegen_src_ident;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.h53 gpir_codegen_src_ident = 22, enumerator in enum:__anonc788b6b10103
H A Dcodegen.c103 /* Will get confused with gpir_codegen_src_ident, so need to swap inputs */
120 code->mul0_src1 = gpir_codegen_src_ident;
163 /* Will get confused with gpir_codegen_src_ident, so need to swap inputs */
180 code->mul1_src1 = gpir_codegen_src_ident;
274 code->acc0_src1 = gpir_codegen_src_ident;
359 code->acc1_src1 = gpir_codegen_src_ident;
H A Ddisasm.c259 if (instr->mul0_src1 == gpir_codegen_src_ident &&
290 if (instr->mul1_src1 == gpir_codegen_src_ident &&
405 if (instr->acc0_src1 == gpir_codegen_src_ident &&
438 if (instr->acc1_src1 == gpir_codegen_src_ident &&

Completed in 6 milliseconds