Home
last modified time | relevance | path

Searched refs:extract_left_shift (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc7911 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 DFSFChangeLog.113781 (extract_left_shift, make_compound_operation, force_to_mode): Likewise.
H A DChangeLog-199816822 (extract_left_shift): Add parentheses around operand of &.
H A DChangeLog-201718361 * 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 DChangeLog-200431579 extract_left_shift, force_to_mode,
31866 extract_left_shift, force_to_mode,
H A DChangeLog-200528231 simplify_logical, expand_field_assignment, extract_left_shift,
H A DChangeLog-201624437 * combine.c (make_compound_operation): Don't call extract_left_shift
H A DChangeLog-20108078 (extract_left_shift): Likewise.
H A DChangeLog-201319311 * combine.c (simplify_set, expand_field_assignment, extract_left_shift)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c8038 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 DFSFChangeLog.113781 (extract_left_shift, make_compound_operation, force_to_mode): Likewise.