Home
last modified time | relevance | path

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 Dmips-protos.h337 extern int mask_low_and_shift_len (machine_mode, rtx, rtx);
H A Dmips.md4389 ;; 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 Dmips.c8517 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 Dmips-protos.h338 extern int mask_low_and_shift_len (machine_mode, rtx, rtx);
H A Dmips.md4389 ;; 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 Dmips.cc8657 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 DChangeLog-20086715 mask_low_and_shift_len): Declare.
6717 mask_low_and_shift_len): New functions.