Searched refs:XORI_B8_128 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1889 #define XORI_B8_128(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7) \ macro 1894 #define XORI_B8_128_SB(...) XORI_B8_128(v16i8, __VA_ARGS__) 1895 #define XORI_B8_128_UB(...) XORI_B8_128(v16u8, __VA_ARGS__)
|