Home
last modified time | relevance | path

Searched defs:isa_bitset (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/isaspec/
Disaspec_decode_decl.h160 struct isa_bitset { struct
161 const struct isa_bitset *parent; argument
162 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 …]