Searched refs:acc1_src0 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.h | 131 gpir_codegen_src acc1_src0 : 5; member in struct:__anon93fdc6de0808
|
| H A D | codegen.c | 283 code->acc1_src0 = gpir_codegen_src_unused; 296 code->acc1_src0 = gpir_get_alu_input(node, alu->children[0]); 306 code->acc1_src1 = code->acc1_src0; 307 code->acc1_src0 = gpir_codegen_src_p1_complex; 334 code->acc1_src0 = gpir_get_alu_input(node, alu->children[0]); 352 code->acc1_src0 = gpir_get_alu_input(node, alu->children[0]);
|
| H A D | disasm.c | 419 if (instr->acc1_src0 != gpir_codegen_src_unused && 438 print_src(instr->acc1_src0, unit_acc_1, 0, instr, prev_instr,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.h | 131 gpir_codegen_src acc1_src0 : 5; member in struct:__anonc788b6b10808
|
| H A D | codegen.c | 288 code->acc1_src0 = gpir_codegen_src_unused; 301 code->acc1_src0 = gpir_get_alu_input(node, alu->children[0]); 311 code->acc1_src1 = code->acc1_src0; 312 code->acc1_src0 = gpir_codegen_src_p1_complex; 339 code->acc1_src0 = gpir_get_alu_input(node, alu->children[0]); 358 code->acc1_src0 = gpir_get_alu_input(node, alu->children[0]);
|
| H A D | disasm.c | 434 if (instr->acc1_src0 != gpir_codegen_src_unused) { 454 print_src(instr->acc1_src0, unit_acc_1, 0, instr, prev_instr,
|
Completed in 9 milliseconds