Home
last modified time | relevance | path

Searched refs:gpir_codegen_src_ident (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Ddisasm.c259 if (instr->mul0_src1 == gpir_codegen_src_ident && in print_mul()
290 if (instr->mul1_src1 == gpir_codegen_src_ident && in print_mul()
405 if (instr->acc0_src1 == gpir_codegen_src_ident && in print_acc()
438 if (instr->acc1_src1 == gpir_codegen_src_ident && in print_acc()
Dcodegen.c120 code->mul0_src1 = gpir_codegen_src_ident; in gpir_codegen_mul0_slot()
180 code->mul1_src1 = gpir_codegen_src_ident; in gpir_codegen_mul1_slot()
274 code->acc0_src1 = gpir_codegen_src_ident; in gpir_codegen_add0_slot()
359 code->acc1_src1 = gpir_codegen_src_ident; in gpir_codegen_add1_slot()
Dcodegen.h53 gpir_codegen_src_ident = 22, enumerator