Searched refs:__msa_maxi_u_h (Results 1 – 4 of 4) sorted by relevance
139 …v8u16_r = __msa_maxi_u_h(v8u16_a, 32); // expected-error {{argument value 32 is outsid… in test()329 …v8u16_r = __msa_maxi_u_h(v8u16_a, -1); // expected-error {{argument value -1 is outsid… in test()
567 v8u16_r = __msa_maxi_u_h(v8u16_a, 2); // CHECK: call <8 x i16> @llvm.mips.maxi.u.h( in test()
144 #define __msa_maxi_u_h __builtin_msa_maxi_u_h macro
554 in = __msa_maxi_u_h((v8u16) in, 0); \