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

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c11957 rs6000_emit_cmove (rtx dest, rtx op, rtx true_cond, rtx false_cond)
11974 if (GET_MODE (true_cond) != result_mode)
11984 return rs6000_emit_int_cmove (dest, op, true_cond, false_cond);
12008 temp = true_cond;
12009 true_cond = false_cond;
12031 || (! rtx_equal_p (op0, true_cond)
12032 && ! rtx_equal_p (op1, true_cond))))
12054 temp = true_cond;
12055 true_cond = false_cond;
12101 true_cond, false_con
11928 rs6000_emit_cmove(rtx dest, rtx op, rtx true_cond, rtx false_cond) argument
12112 rs6000_emit_int_cmove(rtx dest, rtx op, rtx true_cond, rtx false_cond) argument
[all...]

Completed in 173 milliseconds