OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GPR_REG_TYPE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
283
GPR_REG_TYPE
- FPR_REG_TYPE are ordered so that we can use a simple range
290
GPR_REG_TYPE
,
303
#define IS_STD_REG_TYPE(RTYPE) IN_RANGE(RTYPE,
GPR_REG_TYPE
, FPR_REG_TYPE)
2802
reg_class_to_reg_type[(int)GENERAL_REGS] =
GPR_REG_TYPE
;
2803
reg_class_to_reg_type[(int)BASE_REGS] =
GPR_REG_TYPE
;
12631
&& ((to_type ==
GPR_REG_TYPE
&& from_type == VSX_REG_TYPE)
12632
|| (to_type == VSX_REG_TYPE && from_type ==
GPR_REG_TYPE
)))
12662
&& ((to_type ==
GPR_REG_TYPE
&& from_type == SPR_REG_TYPE)
12663
|| (to_type == SPR_REG_TYPE && from_type ==
GPR_REG_TYPE
)))
12691
if (to_type == VSX_REG_TYPE && from_type ==
GPR_REG_TYPE
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
284
GPR_REG_TYPE
- FPR_REG_TYPE are ordered so that we can use a simple range
291
GPR_REG_TYPE
,
304
#define IS_STD_REG_TYPE(RTYPE) IN_RANGE(RTYPE,
GPR_REG_TYPE
, FPR_REG_TYPE)
2796
reg_class_to_reg_type[(int)GENERAL_REGS] =
GPR_REG_TYPE
;
2797
reg_class_to_reg_type[(int)BASE_REGS] =
GPR_REG_TYPE
;
12246
&& ((to_type ==
GPR_REG_TYPE
&& from_type == VSX_REG_TYPE)
12247
|| (to_type == VSX_REG_TYPE && from_type ==
GPR_REG_TYPE
)))
12277
&& ((to_type ==
GPR_REG_TYPE
&& from_type == SPR_REG_TYPE)
12278
|| (to_type == SPR_REG_TYPE && from_type ==
GPR_REG_TYPE
)))
12306
if (to_type == VSX_REG_TYPE && from_type ==
GPR_REG_TYPE
)
[
all
...]
Completed in 47 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026