Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Ddisasm.c252 switch (instr->mul_op) { in print_mul()
267 if (instr->mul_op == gpir_codegen_mul_op_complex2) in print_mul()
350 fprintf(fp, "\tunknown%u.m01 ", instr->mul_op); in print_mul()
H A Dcodegen.h156 gpir_codegen_mul_op mul_op : 3; member
H A Dcodegen.c126 code->mul_op = gpir_codegen_mul_op_complex1; in gpir_codegen_mul0_slot()
132 code->mul_op = gpir_codegen_mul_op_complex2; in gpir_codegen_mul0_slot()
138 code->mul_op = gpir_codegen_mul_op_select; in gpir_codegen_mul0_slot()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c812 nir_op mul_op; in test_iterations() local
817 mul_op = nir_op_fmul; in test_iterations()
823 mul_op = nir_op_imul; in test_iterations()
834 eval_const_binop(mul_op, bit_size, iter_src, step, execution_mode); in test_iterations()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c327 uint32_t mul_op = QPU_GET_FIELD(inst, QPU_OP_MUL); in calculate_deps() local
349 if (mul_op != QPU_M_NOP) { in calculate_deps()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3837 InstructionCode mla_code, IrOpcode::Value mul_op) { in MlaHelper()
3839 SimdAddOpMatcher m(node, mul_op); in MlaHelper()
3836 MlaHelper(InstructionSelector* selector, Node* node, InstructionCode mla_code, IrOpcode::Value mul_op) MlaHelper() argument

Completed in 13 milliseconds