Searched refs:mask_low_and_shift_len (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips-protos.h | 337 extern int mask_low_and_shift_len (machine_mode, rtx, rtx);
|
H A D | mips.md | 4389 ;; itself will be sign-extended. mask_low_and_shift_len will 4402 GEN_INT (mask_low_and_shift_len (<MODE>mode, operands[3], operands[2]));
|
H A D | mips.c | 8517 return IN_RANGE (mask_low_and_shift_len (mode, mask, shift), 1, maxlen); in mask_low_and_shift_p() 8548 mask_low_and_shift_len (machine_mode mode, rtx mask, rtx shift) in mask_low_and_shift_len() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips-protos.h | 338 extern int mask_low_and_shift_len (machine_mode, rtx, rtx);
|
H A D | mips.md | 4389 ;; itself will be sign-extended. mask_low_and_shift_len will 4402 GEN_INT (mask_low_and_shift_len (<MODE>mode, operands[3], operands[2]));
|
H A D | mips.cc | 8657 return IN_RANGE (mask_low_and_shift_len (mode, mask, shift), 1, maxlen); in mask_low_and_shift_p() 8688 mask_low_and_shift_len (machine_mode mode, rtx mask, rtx shift) in mask_low_and_shift_len() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2008 | 6715 mask_low_and_shift_len): Declare. 6717 mask_low_and_shift_len): New functions.
|