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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c11958 rs6000_emit_cmove (rtx dest, rtx op, rtx true_cond, rtx false_cond)
11975 if (GET_MODE (true_cond) != result_mode)
11985 return rs6000_emit_int_cmove (dest, op, true_cond, false_cond);
12009 temp = true_cond;
12010 true_cond = false_cond;
12032 || (! rtx_equal_p (op0, true_cond)
12033 && ! rtx_equal_p (op1, true_cond))))
12055 temp = true_cond;
12056 true_cond = false_cond;
12102 true_cond, false_con
11929 rs6000_emit_cmove(rtx dest, rtx op, rtx true_cond, rtx false_cond) argument
12113 rs6000_emit_int_cmove(rtx dest, rtx op, rtx true_cond, rtx false_cond) argument
[all...]

Completed in 96 milliseconds