Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptabs.cc52 static rtx expand_unop_direct (machine_mode, optab, rtx, rtx, int);
2670 temp = expand_unop_direct (mode, clz_optab, temp, val ? NULL_RTX : target, in expand_clrsb_using_clz()
2721 temp = expand_unop_direct (word_mode, clz_optab, subhi, result, true); in expand_doubleword_clz()
2735 temp = expand_unop_direct (word_mode, clz_optab, sublo, 0, true); in expand_doubleword_clz()
2771 t0 = expand_unop_direct (word_mode, popcount_optab, in expand_doubleword_popcount()
2774 t1 = expand_unop_direct (word_mode, popcount_optab, in expand_doubleword_popcount()
2945 temp = expand_unop_direct (mode, neg_optab, op0, NULL_RTX, true); in expand_ctz()
2950 temp = expand_unop_direct (mode, clz_optab, temp, NULL_RTX, true); in expand_ctz()
2989 temp = expand_unop_direct (mode, ctz_optab, op0, 0, true); in expand_ffs()
3173 expand_unop_direct (machine_mode mode, optab unoptab, rtx op0, rtx target, in expand_unop_direct() function
[all …]
DChangeLog-20078794 (expand_unop_direct): New, broken out of expand_unop.
8798 expand_unop_direct. Add more commentary.
DChangeLog-201922176 (expand_unop_direct): Same.
34993 expand_unop_direct, maybe_emit_unop_insn): Adjust callers.
DChangeLog-201421818 (expand_unop_direct): Likewise.
26052 (expand_unop_direct): Likewise for local "last".
DChangeLog-201217669 (expand_binop, expand_simple_unop, expand_unop_direct): Likewise.
DChangeLog-201133937 (expand_unop_direct, emit_indirect_jump): Likewise.
DChangeLog-201531802 (expand_unop_direct): Likewise.