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

/freebsd-10.1-release/contrib/gcc/
H A Dtarghooks.c168 return have_insn_for (DIV, mode) ? 3 : 2;
H A Dexpr.h275 extern int have_insn_for (enum rtx_code, enum machine_mode);
H A Dcombine.c6049 && have_insn_for (STRICT_LOW_PART, tmode))))
6545 && !have_insn_for (LSHIFTRT, mode)
6546 && have_insn_for (ASHIFTRT, mode)
6587 if (have_insn_for (ASHIFTRT, mode)
6588 && ! have_insn_for (LSHIFTRT, mode)
6883 && have_insn_for (code, mode))
10712 && ! have_insn_for (COMPARE, mode))
10717 if (have_insn_for (COMPARE, tmode))
10745 && !have_insn_for (AND, mode))
H A Dstmt.c2508 && ! have_insn_for (COMPARE, GET_MODE (index)))
2513 if (have_insn_for (COMPARE, wider_mode))
H A Dpostreload.c1281 if (have_insn_for (STRICT_LOW_PART, narrow_mode)
H A Dloop-unroll.c1575 So we check have_insn_for which looks for an optab for the operation
1578 if (!have_insn_for (GET_CODE (src), GET_MODE (src)))
H A Doptabs.c4897 have_insn_for (enum rtx_code code, enum machine_mode mode)
5262 have_insn_for. */
4873 have_insn_for (enum rtx_code code, enum machine_mode mode) function
H A Dsimplify-rtx.c4669 || ! have_insn_for (SET, innermode))

Completed in 157 milliseconds