Searched defs:decode_state (Results 1 – 3 of 3) sorted by relevance
119 struct decode_state { struct120 const struct isa_decode_options *options;122 struct isa_print_state print;127 unsigned n;132 unsigned num_instr;138 BITSET_WORD *branch_targets;143 BITSET_WORD *call_targets;148 BITSET_WORD *entrypoints;155 int expr_sp;156 isa_expr_t expr_stack[8];[all …]
98 struct decode_state { struct99 uint32_t immed;100 uint8_t shift;101 bool has_immed;102 bool dst_is_addr;
514 …int decode_state[MAX_DECOMPOSITIONS][4][1]; /* Stored state info for unpack_coeffs. 1 variable per… in decode_frame() local