Searched refs:isa_bitset (Results 1 – 2 of 2) sorted by relevance
36 struct isa_bitset;102 const struct isa_bitset **bitsets; /* if type==BITSET */135 struct isa_bitset { struct136 const struct isa_bitset *parent; argument
50 extern const struct isa_bitset *__instruction[];85 const struct isa_bitset *bitset;251 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope()307 static const struct isa_bitset *308 find_bitset(struct decode_state *state, const struct isa_bitset **bitsets, in find_bitset()311 const struct isa_bitset *match = NULL; in find_bitset()361 find_field(struct decode_scope *scope, const struct isa_bitset *bitset, in find_field()420 find_display(struct decode_scope *scope, const struct isa_bitset *bitset) in find_display()464 const struct isa_bitset *b = find_bitset(scope->state, field->bitsets, val); in display_bitset_field()678 const struct isa_bitset *bitset = scope->bitset; in display()[all …]