Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips-msa-error.c32 long long ll_r; in test() local
105ll_r = __msa_copy_s_d(v2i64_a, 2); // expected-error {{argument value 2 is outside… in test()
110ll_r = __msa_copy_u_d(v2i64_a, 2); // expected-error {{argument value 2 is outside… in test()
301ll_r = __msa_copy_s_d(v2i64_a, -1); // expected-error {{argument value 4294967295 i… in test()
306ll_r = __msa_copy_u_d(v2i64_a, -1); // expected-error {{argument value 4294967295 i… in test()
Dbuiltins-mips-msa.c48 long long ll_r; in test() local
276 ll_r = __msa_copy_s_d(v2i64_a, 1); // CHECK: call i64 @llvm.mips.copy.s.d( in test()
281 ll_r = __msa_copy_u_d(v2i64_a, 1); // CHECK: call i64 @llvm.mips.copy.u.d( in test()
/external/clang/test/CodeGen/
Dbuiltins-mips-msa.c55 long long ll_r; in test() local
283 ll_r = __builtin_msa_copy_s_d(v2i64_a, 1); // CHECK: call i64 @llvm.mips.copy.s.d( in test()
288 ll_r = __builtin_msa_copy_u_d(v2i64_a, 1); // CHECK: call i64 @llvm.mips.copy.u.d( in test()