OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rs6000_opt_masks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
24489
static struct rs6000_opt_mask const
rs6000_opt_masks
[] =
24667
for (i = 0; i < ARRAY_SIZE (
rs6000_opt_masks
); i++)
24668
if (strcmp (r,
rs6000_opt_masks
[i].name) == 0)
24670
HOST_WIDE_INT mask =
rs6000_opt_masks
[i].mask;
24672
if (!
rs6000_opt_masks
[i].valid_target)
24690
if (
rs6000_opt_masks
[i].invert)
25214
&
rs6000_opt_masks
[0],
25215
ARRAY_SIZE (
rs6000_opt_masks
));
25258
for (j = 0; j < ARRAY_SIZE (
rs6000_opt_masks
); j++)
25259
if ((set_flags &
rs6000_opt_masks
[j].mask) != 0
24444
static struct rs6000_opt_mask const
rs6000_opt_masks
[] =
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
24006
static struct rs6000_opt_mask const
rs6000_opt_masks
[] =
24209
for (i = 0; i < ARRAY_SIZE (
rs6000_opt_masks
); i++)
24210
if (strcmp (r,
rs6000_opt_masks
[i].name) == 0)
24212
HOST_WIDE_INT mask =
rs6000_opt_masks
[i].mask;
24214
if (!
rs6000_opt_masks
[i].valid_target)
24232
if (
rs6000_opt_masks
[i].invert)
24762
&
rs6000_opt_masks
[0],
24763
ARRAY_SIZE (
rs6000_opt_masks
));
24823
for (j = 0; j < ARRAY_SIZE (
rs6000_opt_masks
); j++)
24824
if ((set_flags &
rs6000_opt_masks
[j].mask) != 0
23961
static struct rs6000_opt_mask const
rs6000_opt_masks
[] =
variable
[
all
...]
Completed in 55 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026