Home
last modified time | relevance | path

Searched refs:op_mul (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_disasm.c398 uint32_t op_mul = QPU_GET_FIELD(inst, QPU_OP_MUL); in print_mul_op() local
400 bool is_mov = (op_mul == QPU_M_V8MIN && in print_mul_op()
407 fprintf(stderr, "%s", DESC(qpu_mul_opcodes, op_mul)); in print_mul_op()
412 if (op_mul != QPU_M_NOP) in print_mul_op()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp373 int op_mul(int a, int b) { return a * b; } in op_mul() function
399 { '*', MUL, op_mul },

Completed in 4 milliseconds