Searched refs:extract_left_shift (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 7911 extract_left_shift (scalar_int_mode mode, rtx x, int count) in extract_left_shift() function 7929 if ((tem = extract_left_shift (mode, XEXP (x, 0), count)) != 0) in extract_left_shift() 7940 && (tem = extract_left_shift (mode, XEXP (x, 0), count)) != 0) in extract_left_shift() 8269 && (new_rtx = extract_left_shift (mode, lhs, INTVAL (rhs))) != 0) in make_compound_operation_int()
|
H A D | FSFChangeLog.11 | 3781 (extract_left_shift, make_compound_operation, force_to_mode): Likewise.
|
H A D | ChangeLog-1998 | 16822 (extract_left_shift): Add parentheses around operand of &.
|
H A D | ChangeLog-2017 | 18361 * combine.c (extract_left_shift): Add a mode argument and update 18364 to scalar_int_mode and update the call to extract_left_shift.
|
H A D | ChangeLog-2004 | 31579 extract_left_shift, force_to_mode, 31866 extract_left_shift, force_to_mode,
|
H A D | ChangeLog-2005 | 28231 simplify_logical, expand_field_assignment, extract_left_shift,
|
H A D | ChangeLog-2016 | 24437 * combine.c (make_compound_operation): Don't call extract_left_shift
|
H A D | ChangeLog-2010 | 8078 (extract_left_shift): Likewise.
|
H A D | ChangeLog-2013 | 19311 * combine.c (simplify_set, expand_field_assignment, extract_left_shift)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 8038 extract_left_shift (scalar_int_mode mode, rtx x, int count) in extract_left_shift() function 8056 if ((tem = extract_left_shift (mode, XEXP (x, 0), count)) != 0) in extract_left_shift() 8067 && (tem = extract_left_shift (mode, XEXP (x, 0), count)) != 0) in extract_left_shift() 8396 && (new_rtx = extract_left_shift (mode, lhs, INTVAL (rhs))) != 0) in make_compound_operation_int()
|
H A D | FSFChangeLog.11 | 3781 (extract_left_shift, make_compound_operation, force_to_mode): Likewise.
|