Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Dafuc.h208 } afuc_instr; typedef
211 afuc_get_opc(afuc_instr *ai, afuc_opc *opc, bool *rep) in afuc_get_opc()
223 afuc_set_opc(afuc_instr *ai, afuc_opc opc, bool rep) in afuc_set_opc()
Demu.c123 emu_instr(struct emu *emu, afuc_instr *instr) in emu_instr()
314 afuc_instr *instr = (void *)&emu->instrs[emu->gpr_regs.pc]; in emu_step()
Ddisasm.c292 afuc_instr *instr = (void *)&instrs[pc]; in disasm_instr()
732 afuc_instr *instr = (void *)&instrs[i]; in setup_labels()
Dasm.c145 afuc_instr instr = {0}; in emit_instructions()