Searched defs:disasm_ctx (Results 1 – 1 of 1) sorted by relevance
60 struct disasm_ctx { struct61 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 …]