Home
last modified time | relevance | path

Searched defs:disasm_ctx (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c60 struct disasm_ctx { struct
61 FILE *out;
62 struct isa_decode_options *options;
63 unsigned level;
64 unsigned extra_cycles;
71 int nop_count; /* number of nop's since non-nop instruction: */
72 bool has_end; /* have we seen end instruction */
74 int cur_n; /* current instr # */
75 int cur_opc_cat; /* current opc_cat */
77 int sfu_delay;
[all …]