Home | History | Annotate | Download | only in dsp

Lines Matching refs:SRAI_W

30   #define SRAI_W(a, b)  __msa_srai_w((v4i32)a, b)
41 #define SRAI_W(a, b) (a >> b)
1053 in0 = (RTYPE)SRAI_W(in0, shift_val); \
1054 in1 = (RTYPE)SRAI_W(in1, shift_val); \