Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c214 static int disasm_alu(uint32_t *dwords, uint32_t alu_off, in disasm_alu() argument
221 printf("%02x: %08x %08x %08x\t", alu_off, in disasm_alu()
453 static int disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) in disasm_fetch() argument
459 printf("%02x: %08x %08x %08x\t", alu_off, in disasm_fetch()
617 uint32_t alu_off = (cf->exec.address + i); in disasm_a2xx() local
619 disasm_fetch(dwords + alu_off * 3, alu_off, level, sequence & 0x2); in disasm_a2xx()
621 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2, type); in disasm_a2xx()