OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_tmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc
992
rtx one_tmp,
zero_tmp
;
1055
zero_tmp
= force_reg (SImode, const0_rtx);
1060
emit_insn (gen_fn (dest, XEXP (cmp, 0), one_tmp,
zero_tmp
, cmp));
990
rtx one_tmp,
zero_tmp
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc
985
rtx one_tmp,
zero_tmp
;
993
zero_tmp
= gen_reg_rtx (SImode);
995
emit_insn (gen_movsi (
zero_tmp
, const0_rtx));
1000
emit_insn (gen_fn (dest, XEXP (cmp, 0), one_tmp,
zero_tmp
, cmp));
983
rtx one_tmp,
zero_tmp
;
local
Completed in 40 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026