Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
Dacle_sve_mul.c18 svint8_t test_svmul_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmul_s8_z()
27 svint16_t test_svmul_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmul_s16_z()
37 svint32_t test_svmul_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svmul_s32_z()
47 svint64_t test_svmul_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svmul_s64_z()
57 svuint8_t test_svmul_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svmul_u8_z()
66 svuint16_t test_svmul_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svmul_u16_z()
76 svuint32_t test_svmul_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svmul_u32_z()
86 svuint64_t test_svmul_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svmul_u64_z()
96 svint8_t test_svmul_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmul_s8_m()
104 svint16_t test_svmul_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmul_s16_m()
[all …]
Dacle_sve_add.c18 svint8_t test_svadd_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svadd_s8_z()
27 svint16_t test_svadd_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svadd_s16_z()
37 svint32_t test_svadd_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svadd_s32_z()
47 svint64_t test_svadd_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svadd_s64_z()
57 svuint8_t test_svadd_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svadd_u8_z()
66 svuint16_t test_svadd_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svadd_u16_z()
76 svuint32_t test_svadd_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svadd_u32_z()
86 svuint64_t test_svadd_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svadd_u64_z()
96 svint8_t test_svadd_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svadd_s8_m()
104 svint16_t test_svadd_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svadd_s16_m()
[all …]
Dacle_sve_abd.c18 svint8_t test_svabd_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svabd_s8_z()
27 svint16_t test_svabd_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svabd_s16_z()
37 svint32_t test_svabd_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svabd_s32_z()
47 svint64_t test_svabd_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svabd_s64_z()
57 svuint8_t test_svabd_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svabd_u8_z()
66 svuint16_t test_svabd_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svabd_u16_z()
76 svuint32_t test_svabd_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svabd_u32_z()
86 svuint64_t test_svabd_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svabd_u64_z()
96 svint8_t test_svabd_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svabd_s8_m()
104 svint16_t test_svabd_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svabd_s16_m()
[all …]
Dacle_sve_min.c18 svint8_t test_svmin_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmin_s8_z()
27 svint16_t test_svmin_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmin_s16_z()
37 svint32_t test_svmin_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svmin_s32_z()
47 svint64_t test_svmin_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svmin_s64_z()
57 svuint8_t test_svmin_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svmin_u8_z()
66 svuint16_t test_svmin_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svmin_u16_z()
76 svuint32_t test_svmin_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svmin_u32_z()
86 svuint64_t test_svmin_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svmin_u64_z()
96 svint8_t test_svmin_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmin_s8_m()
104 svint16_t test_svmin_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmin_s16_m()
[all …]
Dacle_sve_subr.c18 svint8_t test_svsubr_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svsubr_s8_z()
27 svint16_t test_svsubr_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svsubr_s16_z()
37 svint32_t test_svsubr_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svsubr_s32_z()
47 svint64_t test_svsubr_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svsubr_s64_z()
57 svuint8_t test_svsubr_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svsubr_u8_z()
66 svuint16_t test_svsubr_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svsubr_u16_z()
76 svuint32_t test_svsubr_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svsubr_u32_z()
86 svuint64_t test_svsubr_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svsubr_u64_z()
96 svint8_t test_svsubr_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svsubr_s8_m()
104 svint16_t test_svsubr_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svsubr_s16_m()
[all …]
Dacle_sve_max.c18 svint8_t test_svmax_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmax_s8_z()
27 svint16_t test_svmax_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmax_s16_z()
37 svint32_t test_svmax_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svmax_s32_z()
47 svint64_t test_svmax_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svmax_s64_z()
57 svuint8_t test_svmax_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svmax_u8_z()
66 svuint16_t test_svmax_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svmax_u16_z()
76 svuint32_t test_svmax_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svmax_u32_z()
86 svuint64_t test_svmax_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svmax_u64_z()
96 svint8_t test_svmax_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmax_s8_m()
104 svint16_t test_svmax_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmax_s16_m()
[all …]
Dacle_sve_sub.c18 svint8_t test_svsub_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svsub_s8_z()
27 svint16_t test_svsub_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svsub_s16_z()
37 svint32_t test_svsub_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svsub_s32_z()
47 svint64_t test_svsub_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svsub_s64_z()
57 svuint8_t test_svsub_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svsub_u8_z()
66 svuint16_t test_svsub_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svsub_u16_z()
76 svuint32_t test_svsub_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svsub_u32_z()
86 svuint64_t test_svsub_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svsub_u64_z()
96 svint8_t test_svsub_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svsub_s8_m()
104 svint16_t test_svsub_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svsub_s16_m()
[all …]
Dacle_sve_lsl.c18 svint8_t test_svlsl_s8_z(svbool_t pg, svint8_t op1, svuint8_t op2) in test_svlsl_s8_z()
27 svint16_t test_svlsl_s16_z(svbool_t pg, svint16_t op1, svuint16_t op2) in test_svlsl_s16_z()
37 svint32_t test_svlsl_s32_z(svbool_t pg, svint32_t op1, svuint32_t op2) in test_svlsl_s32_z()
47 svint64_t test_svlsl_s64_z(svbool_t pg, svint64_t op1, svuint64_t op2) in test_svlsl_s64_z()
57 svuint8_t test_svlsl_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svlsl_u8_z()
66 svuint16_t test_svlsl_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svlsl_u16_z()
76 svuint32_t test_svlsl_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svlsl_u32_z()
86 svuint64_t test_svlsl_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svlsl_u64_z()
96 svint8_t test_svlsl_s8_m(svbool_t pg, svint8_t op1, svuint8_t op2) in test_svlsl_s8_m()
104 svint16_t test_svlsl_s16_m(svbool_t pg, svint16_t op1, svuint16_t op2) in test_svlsl_s16_m()
[all …]
Dacle_sve_bic.c18 svint8_t test_svbic_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svbic_s8_z()
27 svint16_t test_svbic_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svbic_s16_z()
37 svint32_t test_svbic_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svbic_s32_z()
47 svint64_t test_svbic_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svbic_s64_z()
57 svuint8_t test_svbic_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svbic_u8_z()
66 svuint16_t test_svbic_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svbic_u16_z()
76 svuint32_t test_svbic_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svbic_u32_z()
86 svuint64_t test_svbic_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svbic_u64_z()
96 svint8_t test_svbic_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svbic_s8_m()
104 svint16_t test_svbic_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svbic_s16_m()
[all …]
Dacle_sve_and.c18 svint8_t test_svand_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svand_s8_z()
27 svint16_t test_svand_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svand_s16_z()
37 svint32_t test_svand_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svand_s32_z()
47 svint64_t test_svand_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svand_s64_z()
57 svuint8_t test_svand_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svand_u8_z()
66 svuint16_t test_svand_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svand_u16_z()
76 svuint32_t test_svand_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svand_u32_z()
86 svuint64_t test_svand_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svand_u64_z()
96 svint8_t test_svand_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svand_s8_m()
104 svint16_t test_svand_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svand_s16_m()
[all …]
Dacle_sve_eor.c18 svint8_t test_sveor_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_sveor_s8_z()
27 svint16_t test_sveor_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_sveor_s16_z()
37 svint32_t test_sveor_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_sveor_s32_z()
47 svint64_t test_sveor_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_sveor_s64_z()
57 svuint8_t test_sveor_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_sveor_u8_z()
66 svuint16_t test_sveor_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_sveor_u16_z()
76 svuint32_t test_sveor_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_sveor_u32_z()
86 svuint64_t test_sveor_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_sveor_u64_z()
96 svint8_t test_sveor_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_sveor_s8_m()
104 svint16_t test_sveor_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_sveor_s16_m()
[all …]
Dacle_sve_orr.c18 svint8_t test_svorr_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svorr_s8_z()
27 svint16_t test_svorr_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svorr_s16_z()
37 svint32_t test_svorr_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svorr_s32_z()
47 svint64_t test_svorr_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svorr_s64_z()
57 svuint8_t test_svorr_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svorr_u8_z()
66 svuint16_t test_svorr_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svorr_u16_z()
76 svuint32_t test_svorr_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svorr_u32_z()
86 svuint64_t test_svorr_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svorr_u64_z()
96 svint8_t test_svorr_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svorr_s8_m()
104 svint16_t test_svorr_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svorr_s16_m()
[all …]
Dacle_sve_asr.c18 svint8_t test_svasr_s8_z(svbool_t pg, svint8_t op1, svuint8_t op2) in test_svasr_s8_z()
27 svint16_t test_svasr_s16_z(svbool_t pg, svint16_t op1, svuint16_t op2) in test_svasr_s16_z()
37 svint32_t test_svasr_s32_z(svbool_t pg, svint32_t op1, svuint32_t op2) in test_svasr_s32_z()
47 svint64_t test_svasr_s64_z(svbool_t pg, svint64_t op1, svuint64_t op2) in test_svasr_s64_z()
57 svint8_t test_svasr_s8_m(svbool_t pg, svint8_t op1, svuint8_t op2) in test_svasr_s8_m()
65 svint16_t test_svasr_s16_m(svbool_t pg, svint16_t op1, svuint16_t op2) in test_svasr_s16_m()
74 svint32_t test_svasr_s32_m(svbool_t pg, svint32_t op1, svuint32_t op2) in test_svasr_s32_m()
83 svint64_t test_svasr_s64_m(svbool_t pg, svint64_t op1, svuint64_t op2) in test_svasr_s64_m()
92 svint8_t test_svasr_s8_x(svbool_t pg, svint8_t op1, svuint8_t op2) in test_svasr_s8_x()
100 svint16_t test_svasr_s16_x(svbool_t pg, svint16_t op1, svuint16_t op2) in test_svasr_s16_x()
[all …]
Dacle_sve_divr.c18 svint32_t test_svdivr_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svdivr_s32_z()
28 svint64_t test_svdivr_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svdivr_s64_z()
38 svuint32_t test_svdivr_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svdivr_u32_z()
48 svuint64_t test_svdivr_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svdivr_u64_z()
58 svint32_t test_svdivr_s32_m(svbool_t pg, svint32_t op1, svint32_t op2) in test_svdivr_s32_m()
67 svint64_t test_svdivr_s64_m(svbool_t pg, svint64_t op1, svint64_t op2) in test_svdivr_s64_m()
76 svuint32_t test_svdivr_u32_m(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svdivr_u32_m()
85 svuint64_t test_svdivr_u64_m(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svdivr_u64_m()
94 svint32_t test_svdivr_s32_x(svbool_t pg, svint32_t op1, svint32_t op2) in test_svdivr_s32_x()
103 svint64_t test_svdivr_s64_x(svbool_t pg, svint64_t op1, svint64_t op2) in test_svdivr_s64_x()
[all …]
Dacle_sve_div.c18 svint32_t test_svdiv_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svdiv_s32_z()
28 svint64_t test_svdiv_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svdiv_s64_z()
38 svuint32_t test_svdiv_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svdiv_u32_z()
48 svuint64_t test_svdiv_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svdiv_u64_z()
58 svint32_t test_svdiv_s32_m(svbool_t pg, svint32_t op1, svint32_t op2) in test_svdiv_s32_m()
67 svint64_t test_svdiv_s64_m(svbool_t pg, svint64_t op1, svint64_t op2) in test_svdiv_s64_m()
76 svuint32_t test_svdiv_u32_m(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svdiv_u32_m()
85 svuint64_t test_svdiv_u64_m(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svdiv_u64_m()
94 svint32_t test_svdiv_s32_x(svbool_t pg, svint32_t op1, svint32_t op2) in test_svdiv_s32_x()
103 svint64_t test_svdiv_s64_x(svbool_t pg, svint64_t op1, svint64_t op2) in test_svdiv_s64_x()
[all …]
Dacle_sve_mulh.c18 svint8_t test_svmulh_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmulh_s8_z()
27 svint16_t test_svmulh_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmulh_s16_z()
37 svint32_t test_svmulh_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svmulh_s32_z()
47 svint64_t test_svmulh_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svmulh_s64_z()
57 svuint8_t test_svmulh_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svmulh_u8_z()
66 svuint16_t test_svmulh_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svmulh_u16_z()
76 svuint32_t test_svmulh_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svmulh_u32_z()
86 svuint64_t test_svmulh_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svmulh_u64_z()
96 svint8_t test_svmulh_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svmulh_s8_m()
104 svint16_t test_svmulh_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svmulh_s16_m()
[all …]
/external/llvm-project/clang/test/CodeGen/aarch64-sve2-intrinsics/
Dacle_sve2_qsubr.c15 svint8_t test_svqsubr_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqsubr_s8_z()
26 svint16_t test_svqsubr_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqsubr_s16_z()
38 svint32_t test_svqsubr_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svqsubr_s32_z()
50 svint64_t test_svqsubr_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svqsubr_s64_z()
62 svuint8_t test_svqsubr_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svqsubr_u8_z()
73 svuint16_t test_svqsubr_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svqsubr_u16_z()
85 svuint32_t test_svqsubr_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svqsubr_u32_z()
97 svuint64_t test_svqsubr_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svqsubr_u64_z()
109 svint8_t test_svqsubr_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqsubr_s8_m()
119 svint16_t test_svqsubr_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqsubr_s16_m()
[all …]
Dacle_sve2_qsub.c15 svint8_t test_svqsub_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqsub_s8_z()
26 svint16_t test_svqsub_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqsub_s16_z()
38 svint32_t test_svqsub_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svqsub_s32_z()
50 svint64_t test_svqsub_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svqsub_s64_z()
62 svuint8_t test_svqsub_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svqsub_u8_z()
73 svuint16_t test_svqsub_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svqsub_u16_z()
85 svuint32_t test_svqsub_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svqsub_u32_z()
97 svuint64_t test_svqsub_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svqsub_u64_z()
109 svint8_t test_svqsub_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqsub_s8_m()
119 svint16_t test_svqsub_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqsub_s16_m()
[all …]
Dacle_sve2_qrshl.c15 svint8_t test_svqrshl_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqrshl_s8_z()
26 svint16_t test_svqrshl_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqrshl_s16_z()
38 svint32_t test_svqrshl_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svqrshl_s32_z()
50 svint64_t test_svqrshl_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svqrshl_s64_z()
62 svuint8_t test_svqrshl_u8_z(svbool_t pg, svuint8_t op1, svint8_t op2) in test_svqrshl_u8_z()
73 svuint16_t test_svqrshl_u16_z(svbool_t pg, svuint16_t op1, svint16_t op2) in test_svqrshl_u16_z()
85 svuint32_t test_svqrshl_u32_z(svbool_t pg, svuint32_t op1, svint32_t op2) in test_svqrshl_u32_z()
97 svuint64_t test_svqrshl_u64_z(svbool_t pg, svuint64_t op1, svint64_t op2) in test_svqrshl_u64_z()
109 svint8_t test_svqrshl_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqrshl_s8_m()
119 svint16_t test_svqrshl_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqrshl_s16_m()
[all …]
Dacle_sve2_hadd.c15 svint8_t test_svhadd_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svhadd_s8_m()
25 svint16_t test_svhadd_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svhadd_s16_m()
36 svint32_t test_svhadd_s32_m(svbool_t pg, svint32_t op1, svint32_t op2) in test_svhadd_s32_m()
47 svint64_t test_svhadd_s64_m(svbool_t pg, svint64_t op1, svint64_t op2) in test_svhadd_s64_m()
58 svuint8_t test_svhadd_u8_m(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svhadd_u8_m()
68 svuint16_t test_svhadd_u16_m(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svhadd_u16_m()
79 svuint32_t test_svhadd_u32_m(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svhadd_u32_m()
90 svuint64_t test_svhadd_u64_m(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svhadd_u64_m()
101 svint8_t test_svhadd_n_s8_m(svbool_t pg, svint8_t op1, int8_t op2) in test_svhadd_n_s8_m()
112 svint16_t test_svhadd_n_s16_m(svbool_t pg, svint16_t op1, int16_t op2) in test_svhadd_n_s16_m()
[all …]
Dacle_sve2_hsub.c15 svint8_t test_svhsub_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svhsub_s8_z()
26 svint16_t test_svhsub_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svhsub_s16_z()
38 svint32_t test_svhsub_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svhsub_s32_z()
50 svint64_t test_svhsub_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svhsub_s64_z()
62 svuint8_t test_svhsub_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svhsub_u8_z()
73 svuint16_t test_svhsub_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svhsub_u16_z()
85 svuint32_t test_svhsub_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svhsub_u32_z()
97 svuint64_t test_svhsub_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svhsub_u64_z()
109 svint8_t test_svhsub_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svhsub_s8_m()
119 svint16_t test_svhsub_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svhsub_s16_m()
[all …]
Dacle_sve2_rshl.c15 svint8_t test_svrshl_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svrshl_s8_z()
26 svint16_t test_svrshl_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svrshl_s16_z()
38 svint32_t test_svrshl_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svrshl_s32_z()
50 svint64_t test_svrshl_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svrshl_s64_z()
62 svuint8_t test_svrshl_u8_z(svbool_t pg, svuint8_t op1, svint8_t op2) in test_svrshl_u8_z()
73 svuint16_t test_svrshl_u16_z(svbool_t pg, svuint16_t op1, svint16_t op2) in test_svrshl_u16_z()
85 svuint32_t test_svrshl_u32_z(svbool_t pg, svuint32_t op1, svint32_t op2) in test_svrshl_u32_z()
97 svuint64_t test_svrshl_u64_z(svbool_t pg, svuint64_t op1, svint64_t op2) in test_svrshl_u64_z()
109 svint8_t test_svrshl_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svrshl_s8_m()
119 svint16_t test_svrshl_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svrshl_s16_m()
[all …]
Dacle_sve2_rhadd.c14 svint8_t test_svrhadd_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svrhadd_s8_m()
24 svint16_t test_svrhadd_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svrhadd_s16_m()
35 svint32_t test_svrhadd_s32_m(svbool_t pg, svint32_t op1, svint32_t op2) in test_svrhadd_s32_m()
46 svint64_t test_svrhadd_s64_m(svbool_t pg, svint64_t op1, svint64_t op2) in test_svrhadd_s64_m()
57 svuint8_t test_svrhadd_u8_m(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svrhadd_u8_m()
67 svuint16_t test_svrhadd_u16_m(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svrhadd_u16_m()
78 svuint32_t test_svrhadd_u32_m(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svrhadd_u32_m()
89 svuint64_t test_svrhadd_u64_m(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svrhadd_u64_m()
100 svint8_t test_svrhadd_n_s8_m(svbool_t pg, svint8_t op1, int8_t op2) in test_svrhadd_n_s8_m()
111 svint16_t test_svrhadd_n_s16_m(svbool_t pg, svint16_t op1, int16_t op2) in test_svrhadd_n_s16_m()
[all …]
Dacle_sve2_qshl.c15 svint8_t test_svqshl_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqshl_s8_z()
26 svint16_t test_svqshl_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqshl_s16_z()
38 svint32_t test_svqshl_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svqshl_s32_z()
50 svint64_t test_svqshl_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svqshl_s64_z()
62 svuint8_t test_svqshl_u8_z(svbool_t pg, svuint8_t op1, svint8_t op2) in test_svqshl_u8_z()
73 svuint16_t test_svqshl_u16_z(svbool_t pg, svuint16_t op1, svint16_t op2) in test_svqshl_u16_z()
85 svuint32_t test_svqshl_u32_z(svbool_t pg, svuint32_t op1, svint32_t op2) in test_svqshl_u32_z()
97 svuint64_t test_svqshl_u64_z(svbool_t pg, svuint64_t op1, svint64_t op2) in test_svqshl_u64_z()
109 svint8_t test_svqshl_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svqshl_s8_m()
119 svint16_t test_svqshl_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svqshl_s16_m()
[all …]
Dacle_sve2_hsubr.c15 svint8_t test_svhsubr_s8_z(svbool_t pg, svint8_t op1, svint8_t op2) in test_svhsubr_s8_z()
26 svint16_t test_svhsubr_s16_z(svbool_t pg, svint16_t op1, svint16_t op2) in test_svhsubr_s16_z()
38 svint32_t test_svhsubr_s32_z(svbool_t pg, svint32_t op1, svint32_t op2) in test_svhsubr_s32_z()
50 svint64_t test_svhsubr_s64_z(svbool_t pg, svint64_t op1, svint64_t op2) in test_svhsubr_s64_z()
62 svuint8_t test_svhsubr_u8_z(svbool_t pg, svuint8_t op1, svuint8_t op2) in test_svhsubr_u8_z()
73 svuint16_t test_svhsubr_u16_z(svbool_t pg, svuint16_t op1, svuint16_t op2) in test_svhsubr_u16_z()
85 svuint32_t test_svhsubr_u32_z(svbool_t pg, svuint32_t op1, svuint32_t op2) in test_svhsubr_u32_z()
97 svuint64_t test_svhsubr_u64_z(svbool_t pg, svuint64_t op1, svuint64_t op2) in test_svhsubr_u64_z()
109 svint8_t test_svhsubr_s8_m(svbool_t pg, svint8_t op1, svint8_t op2) in test_svhsubr_s8_m()
119 svint16_t test_svhsubr_s16_m(svbool_t pg, svint16_t op1, svint16_t op2) in test_svhsubr_s16_m()
[all …]

12345678910>>...16