Searched refs:s390_valid_shift_count (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390-protos.h | 144 extern bool s390_valid_shift_count (rtx op, HOST_WIDE_INT required_mask = 63);
|
H A D | predicates.md | 567 return s390_valid_shift_count (op, 63); 575 ;; calls s390_valid_shift_count with the proper mode size. 585 return s390_valid_shift_count (op, 0);
|
H A D | vector.md | 1002 && s390_valid_shift_count (operands[2],
|
H A D | s390.c | 3167 s390_valid_shift_count (rtx op, HOST_WIDE_INT implicit_mask) in s390_valid_shift_count() function 7532 if (!s390_valid_shift_count (op, 0)) in print_shift_count_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390-protos.h | 151 extern bool s390_valid_shift_count (rtx op, HOST_WIDE_INT required_mask = 63);
|
H A D | predicates.md | 570 return s390_valid_shift_count (op, 63); 578 ;; calls s390_valid_shift_count with the proper mode size. 588 return s390_valid_shift_count (op, 0);
|
H A D | vector.md | 1252 && s390_valid_shift_count (operands[2],
|
H A D | s390.cc | 3236 s390_valid_shift_count (rtx op, HOST_WIDE_INT implicit_mask) in s390_valid_shift_count() function 7723 if (!s390_valid_shift_count (op, 0)) in print_shift_count_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2019 | 23181 * config/s390/s390-protos.h (s390_valid_shift_count): New function. 23182 * config/s390/s390.c (s390_valid_shift_count): New function. 23183 (print_shift_count_operand): Use s390_valid_shift_count.
|