Searched refs:do_shift_rotate (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-store-merging.cc | 261 do_shift_rotate (enum tree_code code, in do_shift_rotate() function 640 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos)) in find_bswap_or_nop_1() 721 if (!do_shift_rotate (code, n, (int) TREE_INT_CST_LOW (rhs2))) in find_bswap_or_nop_1() 971 if (!do_shift_rotate (LSHIFT_EXPR, &n1, i * eltsz)) in find_bswap_or_nop() 974 else if (!do_shift_rotate (LSHIFT_EXPR, &n0, eltsz)) in find_bswap_or_nop() 2876 if (!do_shift_rotate (LSHIFT_EXPR, &this_n, in try_coalesce_bswap()
|
H A D | ChangeLog-2014 | 17129 (do_shift_rotate): Mark bytes with unknown values due to sign 20957 (do_shift_rotate): Fix confusion between host, target and marker byte 33985 * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast 35035 (do_shift_rotate): Adapt to change in struct symbolic_number. Return
|
H A D | ChangeLog | 5729 * gimple-ssa-store-merging.cc (do_shift_rotate): Use uint64_t
|
H A D | ChangeLog-2017 | 5957 CMPXCHG, do_shift_rotate, verify_symbolic_number_p, 5964 (nop_stats, bswap_stats, do_shift_rotate, verify_symbolic_number_p,
|
H A D | ChangeLog-2009 | 19377 (do_shift_rotate, verify_symbolic_number_p): New functions.
|
H A D | ChangeLog-2018 | 6392 * gimple-ssa-store-merging.c (do_shift_rotate): Punt if count is
|
H A D | ChangeLog-2011 | 20537 * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 261 do_shift_rotate (enum tree_code code, in do_shift_rotate() function 612 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos)) in find_bswap_or_nop_1() 693 if (!do_shift_rotate (code, n, (int) TREE_INT_CST_LOW (rhs2))) in find_bswap_or_nop_1() 2540 if (!do_shift_rotate (LSHIFT_EXPR, &this_n, in try_coalesce_bswap()
|