Home | History | Annotate | Download | only in dsp

Lines Matching refs:SRLI_H

31   #define SRLI_H(a, b)  __msa_srli_h((v8i16)a, b)
42 #define SRLI_H(a, b) (a << b)