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

/freebsd-9.3-release/contrib/gcc/
H A Drtl.h1653 extern rtx simplify_gen_ternary (enum rtx_code, enum machine_mode,
H A Doptabs.c3963 equiv = simplify_gen_ternary (IF_THEN_ELSE, word_mode, word_mode,
4008 equiv = simplify_gen_ternary (IF_THEN_ELSE, word_mode, word_mode,
H A Dsimplify-rtx.c234 simplify_gen_ternary (enum rtx_code code, enum machine_mode mode,
322 return simplify_gen_ternary (code, mode, op_mode, op0, op1, op2);
230 simplify_gen_ternary (enum rtx_code code, enum machine_mode mode, function
H A Dcombine.c6775 return simplify_gen_ternary (GET_CODE (x), GET_MODE (x),

Completed in 123 milliseconds