OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operand0
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc
3894
rtx
operand0
= operands[0];
3899
&& reload_in_progress && GET_CODE (
operand0
) == REG
3900
&& REGNO (
operand0
) >= FIRST_PSEUDO_REGISTER)
3901
operand0
= reg_equiv_mem (REGNO (
operand0
));
3903
&& reload_in_progress && GET_CODE (
operand0
) == SUBREG
3904
&& GET_CODE (SUBREG_REG (
operand0
)) == REG
3905
&& REGNO (SUBREG_REG (
operand0
)) >= FIRST_PSEUDO_REGISTER)
3907
/* We must not alter SUBREG_BYTE (
operand0
) since that would confuse
3909
rtx temp = gen_rtx_SUBREG (GET_MODE (
operand0
),
3884
rtx
operand0
= operands[0];
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc
3875
rtx
operand0
= operands[0];
3880
&& reload_in_progress && GET_CODE (
operand0
) == REG
3881
&& REGNO (
operand0
) >= FIRST_PSEUDO_REGISTER)
3882
operand0
= reg_equiv_mem (REGNO (
operand0
));
3884
&& reload_in_progress && GET_CODE (
operand0
) == SUBREG
3885
&& GET_CODE (SUBREG_REG (
operand0
)) == REG
3886
&& REGNO (SUBREG_REG (
operand0
)) >= FIRST_PSEUDO_REGISTER)
3888
/* We must not alter SUBREG_BYTE (
operand0
) since that would confuse
3890
rtx temp = gen_rtx_SUBREG (GET_MODE (
operand0
),
3865
rtx
operand0
= operands[0];
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc
1934
rtx
operand0
= operands[0];
1941
if (GET_CODE (
operand0
) == MEM && IS_INDEX_ADDR_P (XEXP (
operand0
, 0)))
1945
tem = copy_to_mode_reg (Pmode, XEXP (
operand0
, 0));
1946
operand0
= replace_equiv_address (
operand0
, tem);
1967
&& reload_in_progress && GET_CODE (
operand0
) == REG
1968
&& REGNO (
operand0
) >= FIRST_PSEUDO_REGISTER)
1969
operand0
= reg_equiv_mem (REGNO (
operand0
));
1930
rtx
operand0
= operands[0];
local
5078
rtx
operand0
= operands[1];
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc
1790
rtx
operand0
= operands[0];
1797
if (GET_CODE (
operand0
) == MEM && IS_INDEX_ADDR_P (XEXP (
operand0
, 0)))
1801
tem = copy_to_mode_reg (Pmode, XEXP (
operand0
, 0));
1802
operand0
= replace_equiv_address (
operand0
, tem);
1823
&& reload_in_progress && GET_CODE (
operand0
) == REG
1824
&& REGNO (
operand0
) >= FIRST_PSEUDO_REGISTER)
1825
operand0
= reg_equiv_mem (REGNO (
operand0
));
1786
rtx
operand0
= operands[0];
local
4935
rtx
operand0
= operands[1];
local
[
all
...]
Completed in 26 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026