Searched refs:not_result (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c11478 rtx not_result = gen_reg_rtx (CCEQmode);
11487 emit_insn (gen_rtx_SET (VOIDmode, not_result, not_op));
11488 condition_rtx = gen_rtx_EQ (VOIDmode, not_result, const0_rtx);
11449 rtx not_result = gen_reg_rtx (CCEQmode); local

Completed in 152 milliseconds