/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 94 static rtx do_store_flag (sepops, rtx, machine_mode); 9959 temp = do_store_flag (ops, in expand_expr_real_2() 12595 do_store_flag (sepops ops, rtx target, machine_mode mode) in do_store_flag() function 12660 return do_store_flag (&nops, target, mode); in do_store_flag()
|
H A D | FSFChangeLog.11 | 84 * expr.c (do_store_flag): For shift, get bit count using tree_pow2. 9666 * expr.c (do_store_flag): Don't check if target is 0 in code 11839 (do_store_flag): Do not use an sCC insn for a function pointer 13874 * expr.c (do_store_flag): Rewrite last change to avoid compiler 13978 * expr.c (do_store_flag): Before calling exact_log2, remove any
|
H A D | FSFChangeLog | 2046 * expr.c (get_pointer_alignment, compare, do_store_flag): Likewise.
|
H A D | ChangeLog-2009 | 17053 TRUTH_ANDIF_EXPR if do_store_flag returns NULL. 17529 * expr.c (expand_expr_real_1): Just use do_store_flag. 17530 (do_store_flag): Drop support for TRUTH_NOT_EXPR. Use 21525 * expr.c (expand_expr_real_1): Avoid calling do_store_flag 22328 * expr.c (expand_expr_real_1): Avoid calling do_store_flag 26986 (do_store_flag): Likewise. 28867 * expr.c (do_store_flag): Remove last argument. Simplify code
|
H A D | ChangeLog-2000 | 4982 * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0) 5528 * expr.c (do_store_flag): Don't crash if either side of a 19578 (force_operand, expand_expr, do_store_flag): Use it. 26968 (do_store_flag): Use compare_tree_int. 29935 * expr.c (expand_expr, do_jump, do_store_flag): Likewise. 30157 (do_jump, do_store_flag): Likewise.
|
H A D | ChangeLog-2003 | 5862 (do_store_flag): Let expand_operands call safe_from_p for us. 9061 (do_store_flag): Likewise for operands of comparison operations. 15725 * expr.c (do_store_flag): Pass in the correct result type 16001 * expr.c (do_store_flag): Remove special case folding for 16005 extracted from do_store_flag, with an additional case extracted
|
H A D | ChangeLog-2011 | 1431 * expr.c (do_store_flag): Rewrite code that looks for BIT_AND_EXPR for 10415 * expr.c (do_store_flag): Expand vector comparison by 24890 * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag 24893 (do_store_flag): If ops->type is single bit signed type, disable
|
H A D | ChangeLog-2015 | 6424 * expr.c (do_store_flag): Expand vector comparison as 7049 * expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results. 25835 * expr.c (do_store_flag): Likewise. 27228 * expr.c (expand_expr_real_2, do_store_flag): Likewise.
|
H A D | ChangeLog-1999 | 6720 (do_store_flag): Pass ccp_store_flag to can_compare_p. 7898 (do_store_flag): Likewise.
|
H A D | ChangeLog-2004 | 14580 expand_expr_addr_expr, expand_expr_real_1, do_store_flag): Likewise. 29825 expand_expr_real_1, expand_increment, do_store_flag, do_tablejump): 31775 * expr.c (expand_expr_real_1, do_store_flag): Likewise. 38270 expand_expr_real, do_store_flag, try_casesi): Likewise.
|
H A D | ChangeLog-2007 | 8006 (do_store_flag): Check FIXED_CST to put a constant second. 11929 (do_store_flag): Likewise.
|
H A D | ChangeLog-2016 | 8449 * expr.c (do_store_flag): Likewise. 16595 * config/avr/avr.md: New pattern to work around do_store_flag
|
H A D | ChangeLog-2018 | 10657 * expr.c (do_store_flag): Use POINTER_TYPE_P and FUNC_OR_METHOD_TYPE_P. 10912 (do_store_flag): Use it.
|
H A D | ChangeLog-1998 | 16280 (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
|
H A D | ChangeLog-2006 | 5279 * expr.c (do_store_flag): If we can't find a scc insn, try cstore.
|
H A D | ChangeLog-2021 | 35370 (do_store_flag): Use it.
|
H A D | ChangeLog-2001 | 917 * expr.c (do_store_flag): Similarly.
|
H A D | ChangeLog-2012 | 10174 * expr.c (do_store_flag): Remove duplicated code.
|
H A D | ChangeLog-2005 | 15923 * expr.c (do_store_flag): Remove check for non-negative BRANCH_COST.
|
H A D | ChangeLog-2002 | 30384 * expr.c (store_field, expand_expr, do_store_flag): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 92 static rtx do_store_flag (sepops, rtx, machine_mode); 9516 temp = do_store_flag (ops, in expand_expr_real_2() 12117 do_store_flag (sepops ops, rtx target, machine_mode mode) in do_store_flag() function 12188 return do_store_flag (&nops, target, mode); in do_store_flag()
|
H A D | FSFChangeLog.11 | 84 * expr.c (do_store_flag): For shift, get bit count using tree_pow2. 9666 * expr.c (do_store_flag): Don't check if target is 0 in code 11839 (do_store_flag): Do not use an sCC insn for a function pointer 13874 * expr.c (do_store_flag): Rewrite last change to avoid compiler 13978 * expr.c (do_store_flag): Before calling exact_log2, remove any
|
H A D | FSFChangeLog | 2046 * expr.c (get_pointer_alignment, compare, do_store_flag): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.md | 6944 ;; ??? do_store_flag emits a hard-coded right shift to extract a bit without
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.md | 9750 ;; ??? do_store_flag emits a hard-coded right shift to extract a bit without
|