OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yregno
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ira-lives.cc
1020
(REG:YMODE
YREGNO
),
1026
int xregno,
yregno
;
local
1034
yregno
= simplify_subreg_regno (xregno, xmode, offset, ymode);
1035
if (
yregno
>= 0
1036
&& ira_class_hard_reg_index[aclass][
yregno
] >= 0)
1048
[ira_class_hard_reg_index[aclass][
yregno
]] -= cost;
/src/external/gpl3/gcc.old/dist/gcc/
ira-lives.cc
1019
(REG:YMODE
YREGNO
),
1025
int xregno,
yregno
;
local
1033
yregno
= simplify_subreg_regno (xregno, xmode, offset, ymode);
1034
if (
yregno
>= 0
1035
&& ira_class_hard_reg_index[aclass][
yregno
] >= 0)
1047
[ira_class_hard_reg_index[aclass][
yregno
]] -= cost;
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026