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_IMM
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c
188
#define
IS_IMM
(expr, bits) value_match (expr, bits, 0, 1, 1)
3577
if (!
IS_IMM
((yyvsp[0].expr), 16) && !IS_UIMM ((yyvsp[0].expr), 16))
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))
3842
else if (IS_PREG ((yyvsp[-2].reg)) &&
IS_IMM
((yyvsp[0].expr), 7))
3847
else if (IS_DREG ((yyvsp[-2].reg)) &&
IS_IMM
((yyvsp[0].expr), 7))
4046
if (((yyvsp[0].r0).r0 == 1 &&
IS_IMM
((yyvsp[-1].expr), 3))
4079
if (
IS_IMM
((yyvsp[0].expr), 3))
4126
if (((yyvsp[0].r0).r0 == 1 &&
IS_IMM
((yyvsp[-1].expr), 3)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c
188
#define
IS_IMM
(expr, bits) value_match (expr, bits, 0, 1, 1)
3577
if (!
IS_IMM
((yyvsp[0].expr), 16) && !IS_UIMM ((yyvsp[0].expr), 16))
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))
3842
else if (IS_PREG ((yyvsp[-2].reg)) &&
IS_IMM
((yyvsp[0].expr), 7))
3847
else if (IS_DREG ((yyvsp[-2].reg)) &&
IS_IMM
((yyvsp[0].expr), 7))
4046
if (((yyvsp[0].r0).r0 == 1 &&
IS_IMM
((yyvsp[-1].expr), 3))
4079
if (
IS_IMM
((yyvsp[0].expr), 3))
4126
if (((yyvsp[0].r0).r0 == 1 &&
IS_IMM
((yyvsp[-1].expr), 3)
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026