Home
last modified time | relevance | path

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 Ds390-protos.h144 extern bool s390_valid_shift_count (rtx op, HOST_WIDE_INT required_mask = 63);
H A Dpredicates.md567 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 Dvector.md1002 && s390_valid_shift_count (operands[2],
H A Ds390.c3167 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 Ds390-protos.h151 extern bool s390_valid_shift_count (rtx op, HOST_WIDE_INT required_mask = 63);
H A Dpredicates.md570 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 Dvector.md1252 && s390_valid_shift_count (operands[2],
H A Ds390.cc3236 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 DChangeLog-201923181 * 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.