OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_bool
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
optabs.cc
6921
rtx target_oval,
target_bool
= NULL_RTX;
6955
|| (
target_bool
= *ptarget_bool) == NULL
6956
|| GET_MODE (
target_bool
) != bool_mode)
6957
target_bool
= gen_reg_rtx (bool_mode);
6960
create_output_operand (&ops[0],
target_bool
, bool_mode);
6971
target_bool
= ops[0].value;
7004
target_bool
= emit_store_flag_force (
target_bool
, EQ, cc_reg,
7032
target_bool
= emit_store_flag_force (
target_bool
, EQ, target_oval
6897
rtx target_oval,
target_bool
= NULL_RTX;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
optabs.cc
7175
rtx target_oval,
target_bool
= NULL_RTX;
7209
|| (
target_bool
= *ptarget_bool) == NULL
7210
|| GET_MODE (
target_bool
) != bool_mode)
7211
target_bool
= gen_reg_rtx (bool_mode);
7214
create_output_operand (&ops[0],
target_bool
, bool_mode);
7225
target_bool
= ops[0].value;
7258
target_bool
= emit_store_flag_force (
target_bool
, EQ, cc_reg,
7286
target_bool
= emit_store_flag_force (
target_bool
, EQ, target_oval
7152
rtx target_oval,
target_bool
= NULL_RTX;
local
[
all
...]
Completed in 41 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026