OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curr_exec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc
4587
gcn_restore_exec (rtx_insn *insn, rtx_insn *last_exec_def, int64_t
curr_exec
,
4599
if (curr_exec_known && exec_value ==
curr_exec
)
4697
int64_t
curr_exec
= 0; /* 0 here means 'the value is that of EXEC
local
4750
new_exec =
curr_exec
| 1;
4787
if (new_exec && (!curr_exec_known || new_exec !=
curr_exec
))
4799
curr_exec
= new_exec;
4826
curr_exec
= gcn_restore_exec (insn, last_exec_def,
4827
curr_exec
, curr_exec_known,
4839
curr_exec
= gcn_insn_exec_value (insn);
4869
gcn_restore_exec (end_insn, last_exec_def,
curr_exec
,
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc
5900
gcn_restore_exec (rtx_insn *insn, rtx_insn *last_exec_def, int64_t
curr_exec
,
5912
if (curr_exec_known && exec_value ==
curr_exec
)
6010
int64_t
curr_exec
= 0; /* 0 here means 'the value is that of EXEC
local
6063
new_exec =
curr_exec
| 1;
6102
if (new_exec && (!curr_exec_known || new_exec !=
curr_exec
))
6114
curr_exec
= new_exec;
6141
curr_exec
= gcn_restore_exec (insn, last_exec_def,
6142
curr_exec
, curr_exec_known,
6154
curr_exec
= gcn_insn_exec_value (insn);
6184
gcn_restore_exec (end_insn, last_exec_def,
curr_exec
,
[
all
...]
Completed in 43 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026