Lines Matching defs:dwords
230 disasm_alu(uint32_t *dwords, uint32_t alu_off, int level, int sync,
233 instr_alu_t *alu = (instr_alu_t *)dwords;
237 printf("%02x: %08x %08x %08x\t", alu_off, dwords[0], dwords[1],
238 dwords[2]);
475 disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync)
477 instr_fetch_t *fetch = (instr_fetch_t *)dwords;
481 printf("%02x: %08x %08x %08x\t", alu_off, dwords[0], dwords[1],
482 dwords[2]);
621 disasm_a2xx(uint32_t *dwords, int sizedwords, int level, gl_shader_stage type)
623 instr_cf_t *cfs = (instr_cf_t *)dwords;
645 disasm_fetch(dwords + alu_off * 3, alu_off, level,
648 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2,