Home
last modified time | relevance | path

Searched refs:__msa_addv_d (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips-msa.c74 v2i64_r = __msa_addv_d(v2i64_a, v2i64_b); // CHECK: call <2 x i64> @llvm.mips.addv.d( in test()
79 v2u64_r = __msa_addv_d(v2u64_a, v2u64_b); // CHECK: call <2 x i64> @llvm.mips.addv.d( in test()
/external/llvm-project/clang/lib/Headers/
Dmsa.h118 #define __msa_addv_d __builtin_msa_addv_d macro