OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scratch2
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc
2149
rtx
scratch2
= gen_rtx_REG (Pmode, RV_REGNUM);
local
2150
emit_move_insn (
scratch2
, GEN_INT (hi));
2151
emit_insn (gen_add2_insn (scratch,
scratch2
));
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc
2681
rtx
scratch2
= gen_reg_rtx (SImode);
local
2682
emit_insn (gen_eqsi3 (
scratch2
, scratch1, const0_rtx));
2684
gen_rtx_XOR (SImode,
scratch2
, const1_rtx)));
3282
rtx
scratch2
= gen_reg_rtx (SImode);
local
3285
emit_insn (gen_lshrsi3 (
scratch2
, scratch1, GEN_INT (28)));
3286
emit_insn (gen_andsi3 (target,
scratch2
, GEN_INT (0xf)));
/src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc
10823
rtx scratch0, scratch1,
scratch2
;
10858
scratch0 = scratch1 =
scratch2
= gen_rtx_REG (Pmode, 0);
10866
scratch2
= gen_rtx_REG (Pmode, 3);
10940
XEXP (XVECEXP (sibcall, 0, 3), 0) =
scratch2
;
10945
XEXP (XVECEXP (sibcall, 0, 2), 0) =
scratch2
;
10950
emit_move_insn (
scratch2
, funexp);
10951
funexp = gen_rtx_MEM (FUNCTION_MODE,
scratch2
);
10801
rtx scratch0, scratch1,
scratch2
;
local
Completed in 40 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026