Home
last modified time | relevance | path

Searched refs:s390_decompose_shift_count (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/s390/
Ds390-protos.h116 extern bool s390_decompose_shift_count (rtx, rtx *, HOST_WIDE_INT *);
Dpredicates.md88 if (!s390_decompose_shift_count (op, &base, &offset))
Dconstraints.md161 (match_test "s390_decompose_shift_count (op, NULL, NULL)" ))
Ds390.c1817 s390_decompose_shift_count (rtx op, rtx *base, HOST_WIDE_INT *offset) in s390_decompose_shift_count() function
1979 if (!s390_decompose_shift_count (op, NULL, NULL)) in s390_mem_constraint()
4405 if (!s390_decompose_shift_count (op, &base, &offset)) in print_shift_count_operand()
/freebsd-12-stable/contrib/gcc/
DChangeLog-20051911 * config/s390/s390.c (s390_decompose_shift_count): Remove BITS
1914 * config/s390/s390-protos.h (s390_decompose_shift_count): Adjust
1919 s390_decompose_shift_count caller.
5166 * config/s390/s390-protos.h (s390_decompose_shift_count): Declare.
5167 * config/s390/s390.c (s390_decompose_shift_count): New function.
5168 (s390_extra_constraint_str) ['Y']: Use s390_decompose_shift_count.
5169 (print_shift_count_operand): Use s390_decompose_shift_count.
5171 Use s390_decompose_shift_count. Do not accept any non-base hard regs.