Home
last modified time | relevance | path

Searched refs:vfa (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p8vector.c160 res_vf = vec_mergee(vfa, vfa); in test1()
346 res_vf = vec_eqv(vfa, vfa); in test1()
441 res_i = vec_all_eq(vfa, vfa); in test1()
455 res_i = vec_all_ne(vfa, vfa); in test1()
474 res_i = vec_any_eq(vfa, vfa); in test1()
482 res_i = vec_any_ne(vfa, vfa); in test1()
490 res_i = vec_all_ge(vfa, vfa); in test1()
498 res_i = vec_all_gt(vfa, vfa); in test1()
506 res_i = vec_all_le(vfa, vfa); in test1()
514 res_i = vec_all_lt(vfa, vfa); in test1()
[all …]
H A Dbuiltins-ppc-p9vector.c30 vector float vfa, vfb; variable
612 return vec_cmpne (vfa, vfb); in test38()
745 return vec_insert_exp (vfa,vuib); in test57()
860 return vec_pack_to_short_fp32(vfa, vfb); in test74()
911 return vec_unpackh(vfa); in test79()
926 return vec_unpackl(vfa); in test80()
960 return vec_extract_exp(vfa); in test82()
974 return vec_extract_sig(vfa); in test84()
988 return vec_test_data_class(vfa, __VEC_CLASS_FP_NOT_NORMAL); in test86()
1128 return vec_xst_len(vfa,f,0); in test106()
H A Dbuiltins-ppc-vec-ins-error.c22 vector float vfa; variable
38 …return vec_replace_elt(vfa, fa, 10); // expected-error {{element number 10 is outside of the valid… in test_vec_replace_elt_f()
H A Dbuiltins-ppc-p10vector.c26 vector float vfa, vfb; variable
949 return vec_permx(vfa, vfb, vucc, 0); in test_vec_permx_f()
1011 return vec_blendv(vfa, vfb, vuic); in test_vec_blend_f()
1098 return vec_replace_elt(vfa, fa, 2); in test_vec_replace_elt_f()
1252 return vec_replace_unaligned(vfa, fa, 12); in test_vec_replace_unaligned_f()
1606 return vec_splati_ins(vfa, 0, 1.0f); in test_vec_vec_splati_ins_f()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dp10-splatImm32.ll51 define <4 x float> @test_xxsplti32dx_5(<4 x float> %vfa) {
57 …%vecins3.i = shufflevector <4 x float> %vfa, <4 x float> <float undef, float 1.000000e+00, float u…
62 define <4 x float> @test_xxsplti32dx_6(<4 x float> %vfa) {
68 … 2.000000e+00, float undef, float 2.000000e+00, float undef>, <4 x float> %vfa, <4 x i32> <i32 0, …
H A Dbuiltins-ppc-elf2-abi.ll7 @vfa = common global <4 x float> zeroinitializer, align 16
32 %0 = load <4 x float>, <4 x float>* @vfa, align 16
56 %0 = load <4 x float>, <4 x float>* @vfa, align 16
57 %1 = load <4 x float>, <4 x float>* @vfa, align 16
80 %0 = load <4 x float>, <4 x float>* @vfa, align 16
104 %0 = load <4 x float>, <4 x float>* @vfa, align 16
128 %0 = load <4 x float>, <4 x float>* @vfa, align 16
H A Dvsx-p9.ll27 @vfa = global <4 x float> zeroinitializer, align 16
125 %20 = load <4 x float>, <4 x float>* @vfa, align 16
/llvm-project-15.0.7/llvm/test/MC/SystemZ/
H A Dinsn-good-z13.s2041 #CHECK: vfa %v0, %v0, %v0, 0, 0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0xe3]
2042 #CHECK: vfa %v0, %v0, %v0, 15, 0 # encoding: [0xe7,0x00,0x00,0x00,0xf0,0xe3]
2043 #CHECK: vfa %v0, %v0, %v0, 0, 15 # encoding: [0xe7,0x00,0x00,0x0f,0x00,0xe3]
2044 #CHECK: vfa %v0, %v0, %v31, 0, 0 # encoding: [0xe7,0x00,0xf0,0x00,0x02,0xe3]
2049 vfa %v0, %v0, %v0, 0, 0
2050 vfa %v0, %v0, %v0, 15, 0
2051 vfa %v0, %v0, %v0, 0, 15
2052 vfa %v0, %v0, %v31, 0, 0
2053 vfa %v0, %v31, %v0, 0, 0
2054 vfa %v31, %v0, %v0, 0, 0
[all …]
/llvm-project-15.0.7/llvm/test/MC/Disassembler/SystemZ/
H A Dinsns-z13.txt1622 # CHECK: vfa %v0, %v0, %v0, 11, 9
1625 # CHECK: vfa %v18, %v3, %v20, 11, 9
1628 # CHECK: vfa %v31, %v31, %v31, 11, 9
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1048 def VFA : BinaryVRRcFloatGeneric<"vfa", 0xE7E3>;