Home
last modified time | relevance | path

Searched defs:pg (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
Dacle_sve_cvt.c18 svint16_t test_svcvt_s16_f16_z(svbool_t pg, svfloat16_t op) in test_svcvt_s16_f16_z()
27 svint16_t test_svcvt_s16_f16_m(svint16_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_s16_f16_m()
36 svint16_t test_svcvt_s16_f16_x(svbool_t pg, svfloat16_t op) in test_svcvt_s16_f16_x()
45 svuint16_t test_svcvt_u16_f16_z(svbool_t pg, svfloat16_t op) in test_svcvt_u16_f16_z()
54 svuint16_t test_svcvt_u16_f16_m(svuint16_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_u16_f16_m()
63 svuint16_t test_svcvt_u16_f16_x(svbool_t pg, svfloat16_t op) in test_svcvt_u16_f16_x()
72 svint32_t test_svcvt_s32_f16_z(svbool_t pg, svfloat16_t op) in test_svcvt_s32_f16_z()
81 svint32_t test_svcvt_s32_f32_z(svbool_t pg, svfloat32_t op) in test_svcvt_s32_f32_z()
90 svint32_t test_svcvt_s32_f64_z(svbool_t pg, svfloat64_t op) in test_svcvt_s32_f64_z()
99 svint32_t test_svcvt_s32_f16_m(svint32_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_s32_f16_m()
[all …]
Dacle_sve_ld1.c18 svint8_t test_svld1_s8(svbool_t pg, const int8_t *base) in test_svld1_s8()
26 svint16_t test_svld1_s16(svbool_t pg, const int16_t *base) in test_svld1_s16()
35 svint32_t test_svld1_s32(svbool_t pg, const int32_t *base) in test_svld1_s32()
44 svint64_t test_svld1_s64(svbool_t pg, const int64_t *base) in test_svld1_s64()
53 svuint8_t test_svld1_u8(svbool_t pg, const uint8_t *base) in test_svld1_u8()
61 svuint16_t test_svld1_u16(svbool_t pg, const uint16_t *base) in test_svld1_u16()
70 svuint32_t test_svld1_u32(svbool_t pg, const uint32_t *base) in test_svld1_u32()
79 svuint64_t test_svld1_u64(svbool_t pg, const uint64_t *base) in test_svld1_u64()
88 svfloat16_t test_svld1_f16(svbool_t pg, const float16_t *base) in test_svld1_f16()
97 svfloat32_t test_svld1_f32(svbool_t pg, const float32_t *base) in test_svld1_f32()
[all …]
Dacle_sve_ldff1.c18 svint8_t test_svldff1_s8(svbool_t pg, const int8_t *base) in test_svldff1_s8()
26 svint16_t test_svldff1_s16(svbool_t pg, const int16_t *base) in test_svldff1_s16()
35 svint32_t test_svldff1_s32(svbool_t pg, const int32_t *base) in test_svldff1_s32()
44 svint64_t test_svldff1_s64(svbool_t pg, const int64_t *base) in test_svldff1_s64()
53 svuint8_t test_svldff1_u8(svbool_t pg, const uint8_t *base) in test_svldff1_u8()
61 svuint16_t test_svldff1_u16(svbool_t pg, const uint16_t *base) in test_svldff1_u16()
70 svuint32_t test_svldff1_u32(svbool_t pg, const uint32_t *base) in test_svldff1_u32()
79 svuint64_t test_svldff1_u64(svbool_t pg, const uint64_t *base) in test_svldff1_u64()
88 svfloat16_t test_svldff1_f16(svbool_t pg, const float16_t *base) in test_svldff1_f16()
97 svfloat32_t test_svldff1_f32(svbool_t pg, const float32_t *base) in test_svldff1_f32()
[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_cnt.c18 svuint8_t test_svcnt_s8_z(svbool_t pg, svint8_t op) in test_svcnt_s8_z()
26 svuint16_t test_svcnt_s16_z(svbool_t pg, svint16_t op) in test_svcnt_s16_z()
35 svuint32_t test_svcnt_s32_z(svbool_t pg, svint32_t op) in test_svcnt_s32_z()
44 svuint64_t test_svcnt_s64_z(svbool_t pg, svint64_t op) in test_svcnt_s64_z()
53 svuint8_t test_svcnt_u8_z(svbool_t pg, svuint8_t op) in test_svcnt_u8_z()
61 svuint16_t test_svcnt_u16_z(svbool_t pg, svuint16_t op) in test_svcnt_u16_z()
70 svuint32_t test_svcnt_u32_z(svbool_t pg, svuint32_t op) in test_svcnt_u32_z()
79 svuint64_t test_svcnt_u64_z(svbool_t pg, svuint64_t op) in test_svcnt_u64_z()
88 svuint16_t test_svcnt_f16_z(svbool_t pg, svfloat16_t op) in test_svcnt_f16_z()
97 svuint32_t test_svcnt_f32_z(svbool_t pg, svfloat32_t op) in test_svcnt_f32_z()
[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_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_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_not.c18 svint8_t test_svnot_s8_z(svbool_t pg, svint8_t op) in test_svnot_s8_z()
26 svint16_t test_svnot_s16_z(svbool_t pg, svint16_t op) in test_svnot_s16_z()
35 svint32_t test_svnot_s32_z(svbool_t pg, svint32_t op) in test_svnot_s32_z()
44 svint64_t test_svnot_s64_z(svbool_t pg, svint64_t op) in test_svnot_s64_z()
53 svuint8_t test_svnot_u8_z(svbool_t pg, svuint8_t op) in test_svnot_u8_z()
61 svuint16_t test_svnot_u16_z(svbool_t pg, svuint16_t op) in test_svnot_u16_z()
70 svuint32_t test_svnot_u32_z(svbool_t pg, svuint32_t op) in test_svnot_u32_z()
79 svuint64_t test_svnot_u64_z(svbool_t pg, svuint64_t op) in test_svnot_u64_z()
88 svint8_t test_svnot_s8_m(svint8_t inactive, svbool_t pg, svint8_t op) in test_svnot_s8_m()
96 svint16_t test_svnot_s16_m(svint16_t inactive, svbool_t pg, svint16_t op) in test_svnot_s16_m()
[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_rshr.c15 svint8_t test_svrshr_n_s8_z(svbool_t pg, svint8_t op1) in test_svrshr_n_s8_z()
26 svint8_t test_svrshr_n_s8_z_1(svbool_t pg, svint8_t op1) in test_svrshr_n_s8_z_1()
37 svint16_t test_svrshr_n_s16_z(svbool_t pg, svint16_t op1) in test_svrshr_n_s16_z()
49 svint16_t test_svrshr_n_s16_z_1(svbool_t pg, svint16_t op1) in test_svrshr_n_s16_z_1()
61 svint32_t test_svrshr_n_s32_z(svbool_t pg, svint32_t op1) in test_svrshr_n_s32_z()
73 svint32_t test_svrshr_n_s32_z_1(svbool_t pg, svint32_t op1) in test_svrshr_n_s32_z_1()
85 svint64_t test_svrshr_n_s64_z(svbool_t pg, svint64_t op1) in test_svrshr_n_s64_z()
97 svint64_t test_svrshr_n_s64_z_1(svbool_t pg, svint64_t op1) in test_svrshr_n_s64_z_1()
109 svuint8_t test_svrshr_n_u8_z(svbool_t pg, svuint8_t op1) in test_svrshr_n_u8_z()
120 svuint8_t test_svrshr_n_u8_z_1(svbool_t pg, svuint8_t op1) in test_svrshr_n_u8_z_1()
[all …]
Dacle_sve2_qshlu.c15 svuint8_t test_svqshlu_n_s8_z(svbool_t pg, svint8_t op1) in test_svqshlu_n_s8_z()
26 svuint8_t test_svqshlu_n_s8_z_1(svbool_t pg, svint8_t op1) in test_svqshlu_n_s8_z_1()
37 svuint16_t test_svqshlu_n_s16_z(svbool_t pg, svint16_t op1) in test_svqshlu_n_s16_z()
49 svuint16_t test_svqshlu_n_s16_z_1(svbool_t pg, svint16_t op1) in test_svqshlu_n_s16_z_1()
61 svuint32_t test_svqshlu_n_s32_z(svbool_t pg, svint32_t op1) in test_svqshlu_n_s32_z()
73 svuint32_t test_svqshlu_n_s32_z_1(svbool_t pg, svint32_t op1) in test_svqshlu_n_s32_z_1()
85 svuint64_t test_svqshlu_n_s64_z(svbool_t pg, svint64_t op1) in test_svqshlu_n_s64_z()
97 svuint64_t test_svqshlu_n_s64_z_1(svbool_t pg, svint64_t op1) in test_svqshlu_n_s64_z_1()
109 svuint8_t test_svqshlu_n_s8_m(svbool_t pg, svint8_t op1) in test_svqshlu_n_s8_m()
119 svuint8_t test_svqshlu_n_s8_m_1(svbool_t pg, svint8_t op1) in test_svqshlu_n_s8_m_1()
[all …]
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 …]
/external/llvm-project/clang/test/CodeGen/aarch64-sve2-intrinsics/negative/
Dacle_sve2_rshr.c13 svint8_t test_svrshr_n_s8_z(svbool_t pg, svint8_t op1) in test_svrshr_n_s8_z()
19 svint8_t test_svrshr_n_s8_z_1(svbool_t pg, svint8_t op1) in test_svrshr_n_s8_z_1()
25 svint16_t test_svrshr_n_s16_z(svbool_t pg, svint16_t op1) in test_svrshr_n_s16_z()
31 svint16_t test_svrshr_n_s16_z_1(svbool_t pg, svint16_t op1) in test_svrshr_n_s16_z_1()
37 svint32_t test_svrshr_n_s32_z(svbool_t pg, svint32_t op1) in test_svrshr_n_s32_z()
43 svint32_t test_svrshr_n_s32_z_1(svbool_t pg, svint32_t op1) in test_svrshr_n_s32_z_1()
49 svint64_t test_svrshr_n_s64_z(svbool_t pg, svint64_t op1) in test_svrshr_n_s64_z()
55 svint64_t test_svrshr_n_s64_z_1(svbool_t pg, svint64_t op1) in test_svrshr_n_s64_z_1()
61 svuint8_t test_svrshr_n_u8_z(svbool_t pg, svuint8_t op1) in test_svrshr_n_u8_z()
67 svuint16_t test_svrshr_n_u16_z(svbool_t pg, svuint16_t op1) in test_svrshr_n_u16_z()
[all …]

12345678910