Searched defs:decode_state (Results 1 – 2 of 2) sorted by relevance
116 struct decode_state { struct117 const struct isa_decode_options *options;118 FILE *out;123 unsigned n;128 unsigned num_instr;133 unsigned line_column;139 BITSET_WORD *branch_targets;165 print(struct decode_state *state, const char *fmt, ...) in print() argument
518 …int decode_state[MAX_DECOMPOSITIONS][4][1]; /* Stored state info for unpack_coeffs. 1 variable per… in decode_frame() local