Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/rs6000/
HDrs6000.c11929 rs6000_emit_cmove (rtx dest, rtx op, rtx true_cond, rtx false_cond) in rs6000_emit_cmove() argument
11946 if (GET_MODE (true_cond) != result_mode) in rs6000_emit_cmove()
11956 return rs6000_emit_int_cmove (dest, op, true_cond, false_cond); in rs6000_emit_cmove()
11980 temp = true_cond; in rs6000_emit_cmove()
11981 true_cond = false_cond; in rs6000_emit_cmove()
12003 || (! rtx_equal_p (op0, true_cond) in rs6000_emit_cmove()
12004 && ! rtx_equal_p (op1, true_cond)))) in rs6000_emit_cmove()
12026 temp = true_cond; in rs6000_emit_cmove()
12027 true_cond = false_cond; in rs6000_emit_cmove()
12073 true_cond, false_cond))); in rs6000_emit_cmove()
[all …]