OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_CONST
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c
186
#define
IS_CONST
(expr) (expr->type == Expr_Node_Constant)
3610
if (
IS_CONST
((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_DREG ((yyvsp[-3].reg)))
3615
else if (
IS_CONST
((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_PREG ((yyvsp[-3].reg)))
3622
if (
IS_CONST
((yyvsp[-1].expr)) && !IS_IMM ((yyvsp[-1].expr), 16))
3635
if (
IS_CONST
((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
3852
else if ((IS_DREG ((yyvsp[-2].reg)) || IS_PREG ((yyvsp[-2].reg))) &&
IS_CONST
((yyvsp[0].expr)))
/src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c
186
#define
IS_CONST
(expr) (expr->type == Expr_Node_Constant)
3610
if (
IS_CONST
((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_DREG ((yyvsp[-3].reg)))
3615
else if (
IS_CONST
((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_PREG ((yyvsp[-3].reg)))
3622
if (
IS_CONST
((yyvsp[-1].expr)) && !IS_IMM ((yyvsp[-1].expr), 16))
3635
if (
IS_CONST
((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
3852
else if ((IS_DREG ((yyvsp[-2].reg)) || IS_PREG ((yyvsp[-2].reg))) &&
IS_CONST
((yyvsp[0].expr)))
Completed in 36 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026