Home | History | Annotate | Download | only in libcpu

Lines Matching refs:bitvalue

144 struct bitvalue
152 struct bitvalue *next;
178 struct bitvalue *bytes;
258 static void check_bits (struct bitvalue *value);
259 static int check_duplicates (struct bitvalue *val);
260 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
261 static int check_bitsused (struct bitvalue *bitval,
265 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
357 struct bitvalue *bit;
1800 struct bitvalue *runp = (yyvsp[(1) - (3)].bit);
1823 struct bitvalue *runp = (yyvsp[(1) - (2)].bit);
1843 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1855 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1867 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
2303 check_bits (struct bitvalue *val)
2305 struct bitvalue *runp = val;
2345 check_duplicates (struct bitvalue *val)
2372 check_argsdef (struct bitvalue *bitval, struct argument *args)
2384 struct bitvalue *runp = bitval;
2408 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix,
2482 fillin_arg (struct bitvalue *bytes, struct argname *name,
2532 struct bitvalue *b = bytes;
2966 struct bitvalue *b = instr->bytes;