OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:have_as
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
8548
alg_usable_p (enum stringop_alg alg, bool memset, bool
have_as
)
8555
if (alg == libcall &&
have_as
)
8568
if (
have_as
)
8582
bool memset, bool zero_memset, bool
have_as
,
8615
bool usable = alg_usable_p (candidate, memset,
have_as
);
8631
&& alg_usable_p (ix86_stringop_alg, memset,
have_as
))
8638
return alg_usable_p (rep_prefix_1_byte, memset,
have_as
)
8641
return alg_usable_p (rep_prefix_4_byte, memset,
have_as
)
8665
&& alg_usable_p (candidate, memset,
have_as
))
8685
else if (alg_usable_p (candidate, memset,
have_as
)
8961
bool
have_as
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc
7981
alg_usable_p (enum stringop_alg alg, bool memset, bool
have_as
)
7996
if (
have_as
)
8010
bool memset, bool zero_memset, bool
have_as
,
8043
bool usable = alg_usable_p (candidate, memset,
have_as
);
8059
&& alg_usable_p (ix86_stringop_alg, memset,
have_as
))
8066
return alg_usable_p (rep_prefix_1_byte, memset,
have_as
)
8069
return alg_usable_p (rep_prefix_4_byte, memset,
have_as
)
8093
&& alg_usable_p (candidate, memset,
have_as
))
8113
else if (alg_usable_p (candidate, memset,
have_as
)
8135
|| !alg_usable_p (algs->unknown_size, memset,
have_as
)))
8385
bool
have_as
;
local
[
all
...]
Completed in 36 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026