OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comparison_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
combine.cc
3239
&&
COMPARISON_P
(*cc_use_loc))
5787
&& ! (
COMPARISON_P
(x)
5788
&& (
COMPARISON_P
(true_rtx) ||
COMPARISON_P
(false_rtx)))
5797
if (cond_code == NE &&
COMPARISON_P
(cond))
6038
&&
COMPARISON_P
(temp)
6443
bool
comparison_p
=
COMPARISON_P
(cond);
6451
if (
comparison_p
&& true_rtx == const_true_rtx && false_rtx == const0_rtx)
6456
if (
comparison_p
6424
bool
comparison_p
= COMPARISON_P (cond);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
combine.cc
5747
&& ! (
COMPARISON_P
(x)
5748
&& (
COMPARISON_P
(true_rtx) ||
COMPARISON_P
(false_rtx)))
5757
if (cond_code == NE &&
COMPARISON_P
(cond))
5996
&&
COMPARISON_P
(temp)
6403
int
comparison_p
=
COMPARISON_P
(cond);
6411
if (
comparison_p
&& true_rtx == const_true_rtx && false_rtx == const0_rtx)
6416
if (
comparison_p
6425
if (
comparison_p
6384
int
comparison_p
= COMPARISON_P (cond);
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
10107
bool
comparison_p
= false;
local
10181
comparison_p
= true;
10211
int adjust = (
comparison_p
) ? 1 : 0;
10298
else if (!
comparison_p
)
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc
9482
bool
comparison_p
= false;
local
9556
comparison_p
= true;
9586
int adjust = (
comparison_p
) ? 1 : 0;
9673
else if (!
comparison_p
)
Completed in 83 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026