Home | History | Annotate | Download | only in libcpu

Lines Matching full:bitvalue

66 struct bitvalue
74 struct bitvalue *next;
100 struct bitvalue *bytes;
180 static void check_bits (struct bitvalue *value);
181 static int check_duplicates (struct bitvalue *val);
182 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
183 static int check_bitsused (struct bitvalue *bitval,
187 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
218 struct bitvalue *bit;
391 struct bitvalue *runp = $1;
406 struct bitvalue *runp = $1;
418 $$ = xmalloc (sizeof (struct bitvalue));
425 $$ = xmalloc (sizeof (struct bitvalue));
432 $$ = xmalloc (sizeof (struct bitvalue));
590 check_bits (struct bitvalue *val)
592 struct bitvalue *runp = val;
632 check_duplicates (struct bitvalue *val)
659 check_argsdef (struct bitvalue *bitval, struct argument *args)
671 struct bitvalue *runp = bitval;
695 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix,
769 fillin_arg (struct bitvalue *bytes, struct argname *name,
819 struct bitvalue *b = bytes;
1251 struct bitvalue *b = instr->bytes;