OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xor2_result
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
17072
rtx
xor2_result
= gen_reg_rtx (DImode);
17080
emit_insn (gen_xordi3 (
xor2_result
, new_word1, old_word1));
17081
emit_insn (gen_iordi3 (or_result, xor1_result,
xor2_result
));
17040
rtx
xor2_result
= gen_reg_rtx (DImode);
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
16614
rtx
xor2_result
= gen_reg_rtx (DImode);
16622
emit_insn (gen_xordi3 (
xor2_result
, new_word1, old_word1));
16623
emit_insn (gen_iordi3 (or_result, xor1_result,
xor2_result
));
16582
rtx
xor2_result
= gen_reg_rtx (DImode);
local
Completed in 80 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026