OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:not_taken
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc
2654
rtx taken,
not_taken
;
2677
not_taken
= gen_label_rtx ();
2680
/* Generate the reversed branch to
NOT_TAKEN
. */
2681
operands[0] =
not_taken
;
2688
/* Output
NOT_TAKEN
. */
2690
CODE_LABEL_NUMBER (
not_taken
));
2648
rtx taken,
not_taken
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc
2455
rtx taken,
not_taken
;
2479
not_taken
= gen_label_rtx ();
2482
/* Generate the reversed branch to
NOT_TAKEN
. */
2483
operands[0] =
not_taken
;
2491
/* Output
NOT_TAKEN
. */
2493
CODE_LABEL_NUMBER (
not_taken
));
2449
rtx taken,
not_taken
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc
5172
rtx_code_label *
not_taken
= gen_label_rtx ();
local
5175
/* Generate the reversed branch to
NOT_TAKEN
. */
5176
operands[0] =
not_taken
;
5181
/* Output
NOT_TAKEN
. */
5183
CODE_LABEL_NUMBER (
not_taken
));
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc
7173
rtx_code_label *
not_taken
= gen_label_rtx ();
local
7176
/* Generate the reversed branch to
NOT_TAKEN
. */
7177
operands[0] =
not_taken
;
7182
/* Output
NOT_TAKEN
. */
7184
CODE_LABEL_NUMBER (
not_taken
));
/src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc
14176
rtx_code_label *
not_taken
= gen_label_rtx ();
14179
/* Generate the reversed branch to
NOT_TAKEN
. */
14180
operands[0] =
not_taken
;
14184
branch to
NOT_TAKEN
and the conditional jump. We must also ensure
14239
/* Output
NOT_TAKEN
. */
14241
CODE_LABEL_NUMBER (
not_taken
));
14120
rtx_code_label *
not_taken
= gen_label_rtx ();
local
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc
13987
rtx_code_label *
not_taken
= gen_label_rtx ();
13990
/* Generate the reversed branch to
NOT_TAKEN
. */
13991
operands[0] =
not_taken
;
13995
branch to
NOT_TAKEN
and the conditional jump. We must also ensure
14050
/* Output
NOT_TAKEN
. */
14052
CODE_LABEL_NUMBER (
not_taken
));
13931
rtx_code_label *
not_taken
= gen_label_rtx ();
local
Completed in 76 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026