Home
last modified time | relevance | path

Searched refs:__msa_maxi_u_b (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips-msa-error.c138 …v16u8_r = __msa_maxi_u_b(v16u8_a, 32); // expected-error {{argument value 32 is outsid… in test()
328 …v16u8_r = __msa_maxi_u_b(v16u8_a, -1); // expected-error {{argument value -1 is outsid… in test()
Dbuiltins-mips-msa.c566 v16u8_r = __msa_maxi_u_b(v16u8_a, 2); // CHECK: call <16 x i8> @llvm.mips.maxi.u.b( in test()
/external/llvm-project/clang/lib/Headers/
Dmsa.h143 #define __msa_maxi_u_b __builtin_msa_maxi_u_b macro