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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Ddisasm-a2xx.c214 static int disasm_alu(uint32_t *dwords, uint32_t alu_off, argument
221 printf("%02x: %08x %08x %08x\t", alu_off,
453 static int disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) argument
459 printf("%02x: %08x %08x %08x\t", alu_off,
617 uint32_t alu_off = (cf->exec.address + i); local in function:disasm_a2xx
619 disasm_fetch(dwords + alu_off * 3, alu_off, level, sequence & 0x2);
621 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2, type);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Ddisasm-a2xx.c230 disasm_alu(uint32_t *dwords, uint32_t alu_off, int level, int sync, argument
237 printf("%02x: %08x %08x %08x\t", alu_off, dwords[0], dwords[1],
475 disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) argument
481 printf("%02x: %08x %08x %08x\t", alu_off, dwords[0], dwords[1],
643 uint32_t alu_off = (cf->exec.address + i); local in function:disasm_a2xx
645 disasm_fetch(dwords + alu_off * 3, alu_off, level,
648 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2,

Completed in 5 milliseconds