Searched refs:vda (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-p8vector.c | 164 res_vd = vec_mergee(vda, vda); in test1() 357 res_vd = vec_eqv(vda, vda); in test1() 437 res_i = vec_all_eq(vda, vda); in test1() 448 res_i = vec_all_ne(vda, vda); in test1() 470 res_i = vec_any_eq(vda, vda); in test1() 478 res_i = vec_any_ne(vda, vda); in test1() 486 res_i = vec_all_ge(vda, vda); in test1() 494 res_i = vec_all_gt(vda, vda); in test1() 502 res_i = vec_all_le(vda, vda); in test1() 510 res_i = vec_all_lt(vda, vda); in test1() [all …]
|
| H A D | builtins-ppc-p9vector.c | 31 vector double vda, vdb; variable 605 return vec_cmpne (vda, vdb); in test37() 731 return vec_insert_exp (vda,vulb); in test55() 953 return vec_pack(vda, vdb); in test81() 967 return vec_extract_exp(vda); in test83() 981 return vec_extract_sig(vda); in test85() 995 return vec_test_data_class(vda, __VEC_CLASS_FP_NOT_NORMAL); in test87() 1146 return vec_xst_len(vda,d,0); in test109()
|
| H A D | builtins-ppc-vec-ins-error.c | 23 vector double vda; variable 48 …return vec_replace_elt(vda, da, 3); // expected-error {{element number 3 is outside of the valid r… in test_vec_replace_elt_d()
|
| H A D | builtins-ppc-p10vector.c | 27 vector double vda, vdb; variable 956 return vec_permx(vda, vdb, vucc, 1); in test_vec_permx_d() 1018 return vec_blendv(vda, vdb, vullc); in test_vec_blend_d() 1178 return vec_replace_elt(vda, da, 1); in test_vec_replace_elt_d() 1326 return vec_replace_unaligned(vda, da, 8); in test_vec_replace_unaligned_d()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-elf2-abi.ll | 4 @vda = common global <2 x double> zeroinitializer, align 16 20 %0 = load <2 x double>, <2 x double>* @vda, align 16 44 %0 = load <2 x double>, <2 x double>* @vda, align 16 45 %1 = load <2 x double>, <2 x double>* @vda, align 16 68 %0 = load <2 x double>, <2 x double>* @vda, align 16 92 %0 = load <2 x double>, <2 x double>* @vda, align 16 116 %0 = load <2 x double>, <2 x double>* @vda, align 16
|
| H A D | vsx-p9.ll | 29 @vda = global <2 x double> zeroinitializer, align 16 134 %22 = load <2 x double>, <2 x double>* @vda, align 16
|