Searched refs:mul_op (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.h156 gpir_codegen_mul_op mul_op : 3; member in struct:__anon93fdc6de0808
H A Ddisasm.c250 switch (instr->mul_op) {
263 if (instr->mul_op == gpir_codegen_mul_op_complex2)
338 printf("unknown%u ", instr->mul_op);
H A Dcodegen.c123 code->mul_op = gpir_codegen_mul_op_complex1;
129 code->mul_op = gpir_codegen_mul_op_complex2;
135 code->mul_op = gpir_codegen_mul_op_select;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.h156 gpir_codegen_mul_op mul_op : 3; member in struct:__anonc788b6b10808
H A Dcodegen.c126 code->mul_op = gpir_codegen_mul_op_complex1;
132 code->mul_op = gpir_codegen_mul_op_complex2;
138 code->mul_op = gpir_codegen_mul_op_select;
H A Ddisasm.c252 switch (instr->mul_op) {
267 if (instr->mul_op == gpir_codegen_mul_op_complex2)
350 fprintf(fp, "\tunknown%u.m01 ", instr->mul_op);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c810 nir_op mul_op; local in function:test_iterations
815 mul_op = nir_op_fmul;
821 mul_op = nir_op_imul;
832 eval_const_binop(mul_op, bit_size, iter_src, step, execution_mode);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c659 nir_op mul_op; local in function:test_iterations
664 mul_op = nir_op_fmul;
670 mul_op = nir_op_imul;
682 nir_eval_const_opcode(mul_op, &mul_result, 1, bit_size, mul_src);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c327 uint32_t mul_op = QPU_GET_FIELD(inst, QPU_OP_MUL); local in function:calculate_deps
349 if (mul_op != QPU_M_NOP) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c327 uint32_t mul_op = QPU_GET_FIELD(inst, QPU_OP_MUL); local in function:calculate_deps
349 if (mul_op != QPU_M_NOP) {

Completed in 13 milliseconds