Searched refs:IS_UIMM (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y138 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
1202 if (!IS_IMM ($3, 16) && !IS_UIMM ($3, 16))
1254 if (IS_CONST ($3) && !IS_UIMM ($3, 16))
1586 || ($6.r0 == 3 && IS_UIMM ($5, 3)))
1636 || ($6.r0 == 3 && IS_UIMM ($5, 3)))
1853 if (IS_UIMM ($4, 5))
1864 if (IS_DREG ($1) && IS_DREG ($3) && IS_UIMM ($5, 5))
1898 if (IS_UIMM ($5, 4))
1908 if (IS_UIMM ($5, 4))
2009 if (IS_UIMM (
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y134 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
1284 if (!IS_IMM ($3, 16) && !IS_UIMM ($3, 16))
1336 if (IS_CONST ($3) && !IS_UIMM ($3, 16))
1674 || ($6.r0 == 3 && IS_UIMM ($5, 3)))
1734 || ($6.r0 == 3 && IS_UIMM ($5, 3)))
1959 if (IS_UIMM ($4, 5))
1970 if (IS_DREG ($1) && IS_DREG ($3) && IS_UIMM ($5, 5))
2004 if (IS_UIMM ($5, 4))
2113 if (IS_UIMM ($4, 5))
2180 if (IS_DREG ($1) && IS_DREG ($3) && IS_UIMM (
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c529 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0) macro
3454 if (!IS_IMM ((yyvsp[0].expr), 16) && !IS_UIMM ((yyvsp[0].expr), 16))
3510 if (IS_CONST ((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
3893 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
3958 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
4195 if (IS_UIMM ((yyvsp[0].expr), 5))
4208 if (IS_DREG ((yyvsp[-5].reg)) && IS_DREG ((yyvsp[-3].reg)) && IS_UIMM ((yyvsp[-1].expr), 5))
4245 if (IS_UIMM ((yyvsp[0].expr), 4))
4258 if (IS_UIMM ((yyvsp[-1].expr), 4))
4370 if (IS_UIMM ((yyvs
[all...]
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c180 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0) macro
3454 if (!IS_IMM ((yyvsp[0].expr), 16) && !IS_UIMM ((yyvsp[0].expr), 16))
3512 if (IS_CONST ((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
3924 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
4004 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
4262 if (IS_UIMM ((yyvsp[0].expr), 5))
4276 if (IS_DREG ((yyvsp[-5].reg)) && IS_DREG ((yyvsp[-3].reg)) && IS_UIMM ((yyvsp[-1].expr), 5))
4314 if (IS_UIMM ((yyvsp[-1].expr), 4))
4441 if (IS_UIMM ((yyvsp[0].expr), 5))
4527 if (IS_DREG ((yyvsp[-5].reg)) && IS_DREG ((yyvsp[-3].reg)) && IS_UIMM ((yyvs
[all...]

Completed in 125 milliseconds