Home | History | Annotate | Download | only in libcpu

Lines Matching defs:bit

357   struct bitvalue *bit;
689 "bit", "optargs", "args", "arg", "argcomp", 0
1619 unconditionally makes the parser a bit smaller, and it avoids a
1689 if (check_duplicates ((yyvsp[(1) - (6)].bit)) == 0
1690 && check_argsdef ((yyvsp[(1) - (6)].bit), (yyvsp[(6) - (6)].arg)) == 0
1691 && check_bitsused ((yyvsp[(1) - (6)].bit), (yyvsp[(5) - (6)].field), (yyvsp[(6) - (6)].arg)) == 0)
1703 newp->bytes = (yyvsp[(1) - (6)].bit);
1753 fillin_arg ((yyvsp[(1) - (6)].bit), args->name, newp, n);
1798 check_bits ((yyvsp[(3) - (3)].bit));
1800 struct bitvalue *runp = (yyvsp[(1) - (3)].bit);
1803 runp->next = (yyvsp[(3) - (3)].bit);
1804 (yyval.bit) = (yyvsp[(1) - (3)].bit);
1813 check_bits ((yyvsp[(1) - (1)].bit));
1814 (yyval.bit) = (yyvsp[(1) - (1)].bit);
1823 struct bitvalue *runp = (yyvsp[(1) - (2)].bit);
1826 runp->next = (yyvsp[(2) - (2)].bit);
1827 (yyval.bit) = (yyvsp[(1) - (2)].bit);
1835 { (yyval.bit) = (yyvsp[(1) - (1)].bit); }
1843 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1844 (yyval.bit)->type = zeroone;
1845 (yyval.bit)->value = 0;
1846 (yyval.bit)->next = NULL;
1855 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1856 (yyval.bit)->type = zeroone;
1857 (yyval.bit)->value = 1;
1858 (yyval.bit)->next = NULL;
1867 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1876 (yyval.bit)->type = failure;
1880 (yyval.bit)->type = field;
1881 (yyval.bit)->field = *res;
1883 (yyval.bit)->next = NULL;
2531 /* Now compute the bit offset of the field. */