Searched refs:expand_unop_direct (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | optabs.cc | 52 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 …]
|
| D | ChangeLog-2007 | 8794 (expand_unop_direct): New, broken out of expand_unop. 8798 expand_unop_direct. Add more commentary.
|
| D | ChangeLog-2019 | 22176 (expand_unop_direct): Same. 34993 expand_unop_direct, maybe_emit_unop_insn): Adjust callers.
|
| D | ChangeLog-2014 | 21818 (expand_unop_direct): Likewise. 26052 (expand_unop_direct): Likewise for local "last".
|
| D | ChangeLog-2012 | 17669 (expand_binop, expand_simple_unop, expand_unop_direct): Likewise.
|
| D | ChangeLog-2011 | 33937 (expand_unop_direct, emit_indirect_jump): Likewise.
|
| D | ChangeLog-2015 | 31802 (expand_unop_direct): Likewise.
|