Searched refs:s390_decompose_shift_count (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | s390-protos.h | 116 extern bool s390_decompose_shift_count (rtx, rtx *, HOST_WIDE_INT *);
|
| D | predicates.md | 88 if (!s390_decompose_shift_count (op, &base, &offset))
|
| D | constraints.md | 161 (match_test "s390_decompose_shift_count (op, NULL, NULL)" ))
|
| D | s390.c | 1817 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/ |
| D | ChangeLog-2005 | 1911 * 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.
|