OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flag2_opts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc
414
static struct ix86_target_opts
flag2_opts
[] =
local
420
+ ARRAY_SIZE (flag_opts) + ARRAY_SIZE (
flag2_opts
) + 6][2];
516
for (i = 0; i < ARRAY_SIZE (
flag2_opts
); i++)
518
if ((flags2 &
flag2_opts
[i].mask) != 0)
520
opts[num++][0] =
flag2_opts
[i].option;
521
flags2 &= ~
flag2_opts
[i].mask;
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc
442
static struct ix86_target_opts
flag2_opts
[] =
local
448
+ ARRAY_SIZE (flag_opts) + ARRAY_SIZE (
flag2_opts
) + 6][2];
544
for (i = 0; i < ARRAY_SIZE (
flag2_opts
); i++)
546
if ((flags2 &
flag2_opts
[i].mask) != 0)
548
opts[num++][0] =
flag2_opts
[i].option;
549
flags2 &= ~
flag2_opts
[i].mask;
Completed in 39 milliseconds
Indexes created Wed Apr 08 00:23:23 UTC 2026