HomeSort by: relevance | last modified time | path
    Searched defs:IS_UIMM (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c 189 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
3577 if (!IS_IMM ((yyvsp[0].expr), 16) && !IS_UIMM ((yyvsp[0].expr), 16))
3635 if (IS_CONST ((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
4047 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
4127 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
4385 if (IS_UIMM ((yyvsp[0].expr), 5))
4399 if (IS_DREG ((yyvsp[-5].reg)) && IS_DREG ((yyvsp[-3].reg)) && IS_UIMM ((yyvsp[-1].expr), 5))
4437 if (IS_UIMM ((yyvsp[-1].expr), 4))
4564 if (IS_UIMM ((yyvsp[0].expr), 5))
4650 if (IS_DREG ((yyvsp[-5].reg)) && IS_DREG ((yyvsp[-3].reg)) && IS_UIMM ((yyvsp[-1].expr), 5)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c 189 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
3577 if (!IS_IMM ((yyvsp[0].expr), 16) && !IS_UIMM ((yyvsp[0].expr), 16))
3635 if (IS_CONST ((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
4047 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
4127 || ((yyvsp[0].r0).r0 == 3 && IS_UIMM ((yyvsp[-1].expr), 3)))
4385 if (IS_UIMM ((yyvsp[0].expr), 5))
4399 if (IS_DREG ((yyvsp[-5].reg)) && IS_DREG ((yyvsp[-3].reg)) && IS_UIMM ((yyvsp[-1].expr), 5))
4437 if (IS_UIMM ((yyvsp[-1].expr), 4))
4564 if (IS_UIMM ((yyvsp[0].expr), 5))
4650 if (IS_DREG ((yyvsp[-5].reg)) && IS_DREG ((yyvsp[-3].reg)) && IS_UIMM ((yyvsp[-1].expr), 5)
    [all...]

Completed in 44 milliseconds