Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_rhadd.c29 return SVE_ACLE_FUNC(svrhadd,_s8,_m,)(pg, op1, op2); in test_svrhadd_s8_m()
46 return SVE_ACLE_FUNC(svrhadd,_s16,_m,)(pg, op1, op2); in test_svrhadd_s16_m()
63 return SVE_ACLE_FUNC(svrhadd,_s32,_m,)(pg, op1, op2); in test_svrhadd_s32_m()
80 return SVE_ACLE_FUNC(svrhadd,_s64,_m,)(pg, op1, op2); in test_svrhadd_s64_m()
95 return SVE_ACLE_FUNC(svrhadd,_u8,_m,)(pg, op1, op2); in test_svrhadd_u8_m()
112 return SVE_ACLE_FUNC(svrhadd,_u16,_m,)(pg, op1, op2); in test_svrhadd_u16_m()
130 return SVE_ACLE_FUNC(svrhadd,_u32,_m,)(pg, op1, op2); in test_svrhadd_u32_m()
147 return SVE_ACLE_FUNC(svrhadd,_u64,_m,)(pg, op1, op2); in test_svrhadd_u64_m()
166 return SVE_ACLE_FUNC(svrhadd,_n_s8,_m,)(pg, op1, op2); in test_svrhadd_n_s8_m()
328 return SVE_ACLE_FUNC(svrhadd,_s8,_z,)(pg, op1, op2); in test_svrhadd_s8_z()
[all …]
/llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/
H A Dacle_sve2.cpp257 SVE_ACLE_FUNC(svrhadd,_n_s8,_m,)(pg, svundef_s8(), i8); in test_s8() local
263 SVE_ACLE_FUNC(svrhadd,_n_s8,_z,)(pg, svundef_s8(), i8); in test_s8() local
269 SVE_ACLE_FUNC(svrhadd,_n_s8,_x,)(pg, svundef_s8(), i8); in test_s8() local
816 SVE_ACLE_FUNC(svrhadd,_n_s16,_m,)(pg, svundef_s16(), i16); in test_s16() local
822 SVE_ACLE_FUNC(svrhadd,_n_s16,_z,)(pg, svundef_s16(), i16); in test_s16() local
828 SVE_ACLE_FUNC(svrhadd,_n_s16,_x,)(pg, svundef_s16(), i16); in test_s16() local
1498 SVE_ACLE_FUNC(svrhadd,_n_s32,_m,)(pg, svundef_s32(), i32); in test_s32() local
1504 SVE_ACLE_FUNC(svrhadd,_n_s32,_z,)(pg, svundef_s32(), i32); in test_s32() local
2796 SVE_ACLE_FUNC(svrhadd,_n_u8,_m,)(pg, svundef_u8(), u8); in test_u8() local
2802 SVE_ACLE_FUNC(svrhadd,_n_u8,_z,)(pg, svundef_u8(), u8); in test_u8() local
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_sve.td1499 defm SVRHADD_S : SInstZPZZ<"svrhadd", "csli", "aarch64_sve_srhadd">;
1500 defm SVRHADD_U : SInstZPZZ<"svrhadd", "UcUsUiUl", "aarch64_sve_urhadd">;