OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:restr_arg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc
3560
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
3561
STRIP_NOPS (
restr_arg
);
3562
if (!(TREE_CODE (
restr_arg
) == INTEGER_CST
3563
&& (TREE_INT_CST_LOW (
restr_arg
) & ~mask) == 0))
3575
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
3576
STRIP_NOPS (
restr_arg
);
3577
if (!(TREE_CODE (
restr_arg
) == INTEGER_CST
3578
&& IN_RANGE (tree_to_shwi (
restr_arg
),
3592
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
3593
STRIP_NOPS (
restr_arg
);
3609
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc
3596
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
3597
STRIP_NOPS (
restr_arg
);
3598
if (!(TREE_CODE (
restr_arg
) == INTEGER_CST
3599
&& (TREE_INT_CST_LOW (
restr_arg
) & ~mask) == 0))
3611
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
3612
STRIP_NOPS (
restr_arg
);
3613
if (!(TREE_CODE (
restr_arg
) == INTEGER_CST
3614
&& IN_RANGE (tree_to_shwi (
restr_arg
),
3628
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
3629
STRIP_NOPS (
restr_arg
);
3645
tree
restr_arg
= arg[bifaddr->restr_opnd[i] - 1];
local
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026