Searched refs:alu_off (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/ir2/ |
D | disasm-a2xx.c | 230 disasm_alu(uint32_t *dwords, uint32_t alu_off, int level, int sync, in disasm_alu() argument 237 printf("%02x: %08x %08x %08x\t", alu_off, dwords[0], dwords[1], in disasm_alu() 475 disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) in disasm_fetch() argument 481 printf("%02x: %08x %08x %08x\t", alu_off, dwords[0], dwords[1], in disasm_fetch() 643 uint32_t alu_off = (cf->exec.address + i); in disasm_a2xx() local 645 disasm_fetch(dwords + alu_off * 3, alu_off, level, in disasm_a2xx() 648 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2, in disasm_a2xx()
|