Searched defs:isa_bitset (Results 1 – 1 of 1) sorted by relevance
135 struct isa_bitset { struct136 const struct isa_bitset *parent; argument137 const char *name;138 struct {141 } gen;142 bitmask_t match;143 bitmask_t dontcare;144 bitmask_t mask;145 unsigned num_cases;146 const struct isa_case *cases[];