OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regno_rtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
targhooks.cc
1071
rtx
regno_rtx
= regno_reg_rtx[regno];
local
1072
machine_mode mode = GET_MODE (
regno_rtx
);
1089
regno_rtx
= gen_rtx_REG (mode, regno);
1097
*pregno_rtx =
regno_rtx
;
1119
rtx
regno_rtx
;
local
1122
if (!zcur_select_mode_rtx (regno, &mode, &
regno_rtx
,
1130
rtx_insn *insn = emit_move_insn (
regno_rtx
, zero);
1156
rtx
regno_rtx
;
local
1161
if (!zcur_select_mode_rtx (regno, &mode, &
regno_rtx
,
1194
rtx_insn *insn = emit_move_insn (
regno_rtx
, src_rtx)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc
1045
rtx
regno_rtx
= regno_reg_rtx[regno];
local
1046
machine_mode mode = GET_MODE (
regno_rtx
);
1063
regno_rtx
= gen_rtx_REG (mode, regno);
1071
*pregno_rtx =
regno_rtx
;
1093
rtx
regno_rtx
;
local
1096
if (!zcur_select_mode_rtx (regno, &mode, &
regno_rtx
,
1104
rtx_insn *insn = emit_move_insn (
regno_rtx
, zero);
1130
rtx
regno_rtx
;
local
1135
if (!zcur_select_mode_rtx (regno, &mode, &
regno_rtx
,
1168
rtx_insn *insn = emit_move_insn (
regno_rtx
, src_rtx)
[
all
...]
Completed in 15 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026