Home | History | Annotate | Download | only in dsp

Lines Matching refs:SRARI_W2

1087 #define SRARI_W2(RTYPE, in0, in1, shift) do {     \
1091 #define SRARI_W2_SW(...) SRARI_W2(v4i32, __VA_ARGS__)
1094 SRARI_W2(RTYPE, in0, in1, shift); \
1095 SRARI_W2(RTYPE, in2, in3, shift); \