OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:post_update_rtx_index
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-utils.cc
293
int
post_update_rtx_index
;
local
302
post_update_rtx_index
= find_post_update_rtx (insn);
304
if (
post_update_rtx_index
!= -1)
305
return SET_DEST (parallel_element (insn,
post_update_rtx_index
));
311
post_update_rtx_index
= find_post_update_rtx (insn);
313
if (
post_update_rtx_index
!= -1)
314
return SET_DEST (parallel_element (insn,
post_update_rtx_index
));
nds32-pipelines-auxiliary.cc
66
int
post_update_rtx_index
;
local
76
post_update_rtx_index
= find_post_update_rtx (insn);
77
if (
post_update_rtx_index
!= -1)
78
plus_rtx = SET_SRC (parallel_element (insn,
post_update_rtx_index
));
96
post_update_rtx_index
= find_post_update_rtx (insn);
97
if (
post_update_rtx_index
!= -1)
98
plus_rtx = SET_SRC (parallel_element (insn,
post_update_rtx_index
));
166
int
post_update_rtx_index
= find_post_update_rtx (insn);
local
175
if (
post_update_rtx_index
!= -1)
177
if (n >= 0 &&
post_update_rtx_index
<= n
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-utils.cc
293
int
post_update_rtx_index
;
local
302
post_update_rtx_index
= find_post_update_rtx (insn);
304
if (
post_update_rtx_index
!= -1)
305
return SET_DEST (parallel_element (insn,
post_update_rtx_index
));
311
post_update_rtx_index
= find_post_update_rtx (insn);
313
if (
post_update_rtx_index
!= -1)
314
return SET_DEST (parallel_element (insn,
post_update_rtx_index
));
nds32-pipelines-auxiliary.cc
66
int
post_update_rtx_index
;
local
76
post_update_rtx_index
= find_post_update_rtx (insn);
77
if (
post_update_rtx_index
!= -1)
78
plus_rtx = SET_SRC (parallel_element (insn,
post_update_rtx_index
));
96
post_update_rtx_index
= find_post_update_rtx (insn);
97
if (
post_update_rtx_index
!= -1)
98
plus_rtx = SET_SRC (parallel_element (insn,
post_update_rtx_index
));
166
int
post_update_rtx_index
= find_post_update_rtx (insn);
local
175
if (
post_update_rtx_index
!= -1)
177
if (n >= 0 &&
post_update_rtx_index
<= n
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026