Home | History | Annotate | Download | only in dsp

Lines Matching refs:INSERT_W4

681 #define INSERT_W4(RTYPE, in0, in1, in2, in3, out) do {  \
687 #define INSERT_W4_UB(...) INSERT_W4(v16u8, __VA_ARGS__)
688 #define INSERT_W4_SB(...) INSERT_W4(v16i8, __VA_ARGS__)
689 #define INSERT_W4_SW(...) INSERT_W4(v4i32, __VA_ARGS__)