Searched defs:isa_bitset (Results 1 – 1 of 1) sorted by relevance
160 struct isa_bitset { struct161 const struct isa_bitset *parent; argument162 const char *name;163 struct {166 } gen;167 bitmask_t match;168 bitmask_t dontcare;169 bitmask_t mask;170 void (*decode)(void *out, struct decode_scope *scope);171 unsigned num_decode_fields;[all …]