OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:not_result
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
15860
rtx
not_result
= gen_reg_rtx (CCEQmode);
15869
emit_insn (gen_rtx_SET (
not_result
, not_op));
15870
condition_rtx = gen_rtx_EQ (VOIDmode,
not_result
, const0_rtx);
15828
rtx
not_result
= gen_reg_rtx (CCEQmode);
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
15402
rtx
not_result
= gen_reg_rtx (CCEQmode);
15411
emit_insn (gen_rtx_SET (
not_result
, not_op));
15412
condition_rtx = gen_rtx_EQ (VOIDmode,
not_result
, const0_rtx);
15370
rtx
not_result
= gen_reg_rtx (CCEQmode);
local
Completed in 58 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026