Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c11449 rtx not_result = gen_reg_rtx (CCEQmode); in rs6000_emit_sCOND() local
11458 emit_insn (gen_rtx_SET (VOIDmode, not_result, not_op)); in rs6000_emit_sCOND()
11459 condition_rtx = gen_rtx_EQ (VOIDmode, not_result, const0_rtx); in rs6000_emit_sCOND()