Searched refs:ll_r (Results 1 – 3 of 3) sorted by relevance
32 long long ll_r; in test() local105 …ll_r = __msa_copy_s_d(v2i64_a, 2); // expected-error {{argument value 2 is outside… in test()110 …ll_r = __msa_copy_u_d(v2i64_a, 2); // expected-error {{argument value 2 is outside… in test()301 …ll_r = __msa_copy_s_d(v2i64_a, -1); // expected-error {{argument value 4294967295 i… in test()306 …ll_r = __msa_copy_u_d(v2i64_a, -1); // expected-error {{argument value 4294967295 i… in test()
48 long long ll_r; in test() local276 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()
55 long long ll_r; in test() local283 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()