/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/ |
D | vqdmlad.c | 12 int8x16_t test_vqdmladhq_s8(int8x16_t inactive, int8x16_t a, int8x16_t b) { in test_vqdmladhq_s8() argument 14 return vqdmladhq(inactive, a, b); in test_vqdmladhq_s8() 16 return vqdmladhq_s8(inactive, a, b); in test_vqdmladhq_s8() 25 int16x8_t test_vqdmladhq_s16(int16x8_t inactive, int16x8_t a, int16x8_t b) { in test_vqdmladhq_s16() argument 27 return vqdmladhq(inactive, a, b); in test_vqdmladhq_s16() 29 return vqdmladhq_s16(inactive, a, b); in test_vqdmladhq_s16() 38 int32x4_t test_vqdmladhq_s32(int32x4_t inactive, int32x4_t a, int32x4_t b) { in test_vqdmladhq_s32() argument 40 return vqdmladhq(inactive, a, b); in test_vqdmladhq_s32() 42 return vqdmladhq_s32(inactive, a, b); in test_vqdmladhq_s32() 51 int8x16_t test_vqdmladhxq_s8(int8x16_t inactive, int8x16_t a, int8x16_t b) { in test_vqdmladhxq_s8() argument [all …]
|
D | absneg.c | 174 int8x16_t test_vmvnq_m_s8(int8x16_t inactive, int8x16_t a, mve_pred16_t p) in test_vmvnq_m_s8() argument 177 return vmvnq_m(inactive, a, p); in test_vmvnq_m_s8() 179 return vmvnq_m_s8(inactive, a, p); in test_vmvnq_m_s8() 190 int16x8_t test_vmvnq_m_s16(int16x8_t inactive, int16x8_t a, mve_pred16_t p) in test_vmvnq_m_s16() argument 193 return vmvnq_m(inactive, a, p); in test_vmvnq_m_s16() 195 return vmvnq_m_s16(inactive, a, p); in test_vmvnq_m_s16() 206 int32x4_t test_vmvnq_m_s32(int32x4_t inactive, int32x4_t a, mve_pred16_t p) in test_vmvnq_m_s32() argument 209 return vmvnq_m(inactive, a, p); in test_vmvnq_m_s32() 211 return vmvnq_m_s32(inactive, a, p); in test_vmvnq_m_s32() 222 uint8x16_t test_vmvnq_m_u8(uint8x16_t inactive, uint8x16_t a, mve_pred16_t p) in test_vmvnq_m_u8() argument [all …]
|
D | vector-shift-imm.c | 347 int8x16_t test_vshlq_m_n_s8(int8x16_t inactive, int8x16_t a, mve_pred16_t p) in test_vshlq_m_n_s8() argument 350 return vshlq_m_n(inactive, a, 6, p); in test_vshlq_m_n_s8() 352 return vshlq_m_n_s8(inactive, a, 6, p); in test_vshlq_m_n_s8() 363 int16x8_t test_vshlq_m_n_s16(int16x8_t inactive, int16x8_t a, mve_pred16_t p) in test_vshlq_m_n_s16() argument 366 return vshlq_m_n(inactive, a, 13, p); in test_vshlq_m_n_s16() 368 return vshlq_m_n_s16(inactive, a, 13, p); in test_vshlq_m_n_s16() 379 int32x4_t test_vshlq_m_n_s32(int32x4_t inactive, int32x4_t a, mve_pred16_t p) in test_vshlq_m_n_s32() argument 382 return vshlq_m_n(inactive, a, 0, p); in test_vshlq_m_n_s32() 384 return vshlq_m_n_s32(inactive, a, 0, p); in test_vshlq_m_n_s32() 395 uint8x16_t test_vshlq_m_n_u8(uint8x16_t inactive, uint8x16_t a, mve_pred16_t p) in test_vshlq_m_n_u8() argument [all …]
|
D | vcvt_anpm.c | 174 int16x8_t test_vcvtaq_m_s16_f16(int16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvtaq_m_s16_f16() argument 177 return vcvtaq_m(inactive, a, p); in test_vcvtaq_m_s16_f16() 179 return vcvtaq_m_s16_f16(inactive, a, p); in test_vcvtaq_m_s16_f16() 190 int32x4_t test_vcvtaq_m_s32_f32(int32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vcvtaq_m_s32_f32() argument 193 return vcvtaq_m(inactive, a, p); in test_vcvtaq_m_s32_f32() 195 return vcvtaq_m_s32_f32(inactive, a, p); in test_vcvtaq_m_s32_f32() 206 uint16x8_t test_vcvtaq_m_u16_f16(uint16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvtaq_m_u16_f16() argument 209 return vcvtaq_m(inactive, a, p); in test_vcvtaq_m_u16_f16() 211 return vcvtaq_m_u16_f16(inactive, a, p); in test_vcvtaq_m_u16_f16() 222 uint32x4_t test_vcvtaq_m_u32_f32(uint32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vcvtaq_m_u32_f32() argument [all …]
|
D | vcvt.c | 110 float16x8_t test_vcvtq_m_f16_s16(float16x8_t inactive, int16x8_t a, mve_pred16_t p) in test_vcvtq_m_f16_s16() argument 113 return vcvtq_m(inactive, a, p); in test_vcvtq_m_f16_s16() 115 return vcvtq_m_f16_s16(inactive, a, p); in test_vcvtq_m_f16_s16() 126 float16x8_t test_vcvtq_m_f16_u16(float16x8_t inactive, uint16x8_t a, mve_pred16_t p) in test_vcvtq_m_f16_u16() argument 129 return vcvtq_m(inactive, a, p); in test_vcvtq_m_f16_u16() 131 return vcvtq_m_f16_u16(inactive, a, p); in test_vcvtq_m_f16_u16() 142 float32x4_t test_vcvtq_m_f32_s32(float32x4_t inactive, int32x4_t a, mve_pred16_t p) in test_vcvtq_m_f32_s32() argument 145 return vcvtq_m(inactive, a, p); in test_vcvtq_m_f32_s32() 147 return vcvtq_m_f32_s32(inactive, a, p); in test_vcvtq_m_f32_s32() 158 float32x4_t test_vcvtq_m_f32_u32(float32x4_t inactive, uint32x4_t a, mve_pred16_t p) in test_vcvtq_m_f32_u32() argument [all …]
|
D | vrev.c | 224 int8x16_t test_vrev16q_m_s8(int8x16_t inactive, int8x16_t a, mve_pred16_t p) in test_vrev16q_m_s8() argument 227 return vrev16q_m(inactive, a, p); in test_vrev16q_m_s8() 229 return vrev16q_m_s8(inactive, a, p); in test_vrev16q_m_s8() 240 uint8x16_t test_vrev16q_m_u8(uint8x16_t inactive, uint8x16_t a, mve_pred16_t p) in test_vrev16q_m_u8() argument 243 return vrev16q_m(inactive, a, p); in test_vrev16q_m_u8() 245 return vrev16q_m_u8(inactive, a, p); in test_vrev16q_m_u8() 256 float16x8_t test_vrev32q_m_f16(float16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vrev32q_m_f16() argument 259 return vrev32q_m(inactive, a, p); in test_vrev32q_m_f16() 261 return vrev32q_m_f16(inactive, a, p); in test_vrev32q_m_f16() 272 int8x16_t test_vrev32q_m_s8(int8x16_t inactive, int8x16_t a, mve_pred16_t p) in test_vrev32q_m_s8() argument [all …]
|
D | idup.c | 411 uint8x16_t test_vidupq_m_n_u8(uint8x16_t inactive, uint32_t a, mve_pred16_t p) in test_vidupq_m_n_u8() argument 414 return vidupq_m(inactive, a, 8, p); in test_vidupq_m_n_u8() 416 return vidupq_m_n_u8(inactive, a, 8, p); in test_vidupq_m_n_u8() 428 uint16x8_t test_vidupq_m_n_u16(uint16x8_t inactive, uint32_t a, mve_pred16_t p) in test_vidupq_m_n_u16() argument 431 return vidupq_m(inactive, a, 8, p); in test_vidupq_m_n_u16() 433 return vidupq_m_n_u16(inactive, a, 8, p); in test_vidupq_m_n_u16() 445 uint32x4_t test_vidupq_m_n_u32(uint32x4_t inactive, uint32_t a, mve_pred16_t p) in test_vidupq_m_n_u32() argument 448 return vidupq_m(inactive, a, 2, p); in test_vidupq_m_n_u32() 450 return vidupq_m_n_u32(inactive, a, 2, p); in test_vidupq_m_n_u32() 462 uint8x16_t test_vddupq_m_n_u8(uint8x16_t inactive, uint32_t a, mve_pred16_t p) in test_vddupq_m_n_u8() argument [all …]
|
D | vrnd.c | 182 float16x8_t test_vrndaq_m_f16(float16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vrndaq_m_f16() argument 185 return vrndaq_m(inactive, a, p); in test_vrndaq_m_f16() 187 return vrndaq_m_f16(inactive, a, p); in test_vrndaq_m_f16() 198 float32x4_t test_vrndaq_m_f32(float32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vrndaq_m_f32() argument 201 return vrndaq_m(inactive, a, p); in test_vrndaq_m_f32() 203 return vrndaq_m_f32(inactive, a, p); in test_vrndaq_m_f32() 214 float16x8_t test_vrndmq_m_f16(float16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vrndmq_m_f16() argument 217 return vrndmq_m(inactive, a, p); in test_vrndmq_m_f16() 219 return vrndmq_m_f16(inactive, a, p); in test_vrndmq_m_f16() 230 float32x4_t test_vrndmq_m_f32(float32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vrndmq_m_f32() argument [all …]
|
D | dup.c | 104 float16x8_t test_vdupq_m_n_f16(float16x8_t inactive, float16_t a, mve_pred16_t p) in test_vdupq_m_n_f16() argument 107 return vdupq_m(inactive, a, p); in test_vdupq_m_n_f16() 109 return vdupq_m_n_f16(inactive, a, p); in test_vdupq_m_n_f16() 122 float32x4_t test_vdupq_m_n_f32(float32x4_t inactive, float32_t a, mve_pred16_t p) in test_vdupq_m_n_f32() argument 125 return vdupq_m(inactive, a, p); in test_vdupq_m_n_f32() 127 return vdupq_m_n_f32(inactive, a, p); in test_vdupq_m_n_f32() 140 int8x16_t test_vdupq_m_n_s8(int8x16_t inactive, int8_t a, mve_pred16_t p) in test_vdupq_m_n_s8() argument 143 return vdupq_m(inactive, a, p); in test_vdupq_m_n_s8() 145 return vdupq_m_n_s8(inactive, a, p); in test_vdupq_m_n_s8() 158 int16x8_t test_vdupq_m_n_s16(int16x8_t inactive, int16_t a, mve_pred16_t p) in test_vdupq_m_n_s16() argument [all …]
|
D | vclz.c | 140 int8x16_t test_vclsq_m_s8(int8x16_t inactive, int8x16_t a, mve_pred16_t p) in test_vclsq_m_s8() argument 143 return vclsq_m(inactive, a, p); in test_vclsq_m_s8() 145 return vclsq_m_s8(inactive, a, p); in test_vclsq_m_s8() 156 int16x8_t test_vclsq_m_s16(int16x8_t inactive, int16x8_t a, mve_pred16_t p) in test_vclsq_m_s16() argument 159 return vclsq_m(inactive, a, p); in test_vclsq_m_s16() 161 return vclsq_m_s16(inactive, a, p); in test_vclsq_m_s16() 172 int32x4_t test_vclsq_m_s32(int32x4_t inactive, int32x4_t a, mve_pred16_t p) in test_vclsq_m_s32() argument 175 return vclsq_m(inactive, a, p); in test_vclsq_m_s32() 177 return vclsq_m_s32(inactive, a, p); in test_vclsq_m_s32() 188 int8x16_t test_vclzq_m_s8(int8x16_t inactive, int8x16_t a, mve_pred16_t p) in test_vclzq_m_s8() argument [all …]
|
D | vcaddq.c | 239 uint8x16_t test_vcaddq_rot90_m_u8(uint8x16_t inactive, uint8x16_t a, uint8x16_t b, mve_pred16_t p) in test_vcaddq_rot90_m_u8() argument 242 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_u8() 244 return vcaddq_rot90_m_u8(inactive, a, b, p); in test_vcaddq_rot90_m_u8() 255 uint16x8_t test_vcaddq_rot90_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vcaddq_rot90_m_u16() argument 258 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_u16() 260 return vcaddq_rot90_m_u16(inactive, a, b, p); in test_vcaddq_rot90_m_u16() 271 uint32x4_t test_vcaddq_rot90_m_u32(uint32x4_t inactive, uint32x4_t a, uint32x4_t b, mve_pred16_t p) in test_vcaddq_rot90_m_u32() argument 274 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_u32() 276 return vcaddq_rot90_m_u32(inactive, a, b, p); in test_vcaddq_rot90_m_u32() 287 int8x16_t test_vcaddq_rot90_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vcaddq_rot90_m_s8() argument [all …]
|
D | vmovl.c | 134 int16x8_t test_vmovlbq_m_s8(int16x8_t inactive, int8x16_t a, mve_pred16_t p) in test_vmovlbq_m_s8() argument 137 return vmovlbq_m(inactive, a, p); in test_vmovlbq_m_s8() 139 return vmovlbq_m_s8(inactive, a, p); in test_vmovlbq_m_s8() 150 int32x4_t test_vmovlbq_m_s16(int32x4_t inactive, int16x8_t a, mve_pred16_t p) in test_vmovlbq_m_s16() argument 153 return vmovlbq_m(inactive, a, p); in test_vmovlbq_m_s16() 155 return vmovlbq_m_s16(inactive, a, p); in test_vmovlbq_m_s16() 166 uint16x8_t test_vmovlbq_m_u8(uint16x8_t inactive, uint8x16_t a, mve_pred16_t p) in test_vmovlbq_m_u8() argument 169 return vmovlbq_m(inactive, a, p); in test_vmovlbq_m_u8() 171 return vmovlbq_m_u8(inactive, a, p); in test_vmovlbq_m_u8() 182 uint32x4_t test_vmovlbq_m_u16(uint32x4_t inactive, uint16x8_t a, mve_pred16_t p) in test_vmovlbq_m_u16() argument [all …]
|
D | vqsubq.c | 56 int8x16_t test_vqsubq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vqsubq_m_s8() argument 59 return vqsubq_m(inactive, a, b, p); in test_vqsubq_m_s8() 61 return vqsubq_m_s8(inactive, a, b, p); in test_vqsubq_m_s8() 72 uint16x8_t test_vqsubq_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vqsubq_m_u16() argument 75 return vqsubq_m(inactive, a, b, p); in test_vqsubq_m_u16() 77 return vqsubq_m_u16(inactive, a, b, p); in test_vqsubq_m_u16() 88 int32x4_t test_vqsubq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vqsubq_m_s32() argument 91 return vqsubq_m(inactive, a, b, p); in test_vqsubq_m_s32() 93 return vqsubq_m_s32(inactive, a, b, p); in test_vqsubq_m_s32() 154 int8x16_t test_vqsubq_m_n_s8(int8x16_t inactive, int8x16_t a, int8_t b, mve_pred16_t p) in test_vqsubq_m_n_s8() argument [all …]
|
D | vqrdmulhq.c | 56 int8x16_t test_vqrdmulhq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vqrdmulhq_m_s8() argument 59 return vqrdmulhq_m(inactive, a, b, p); in test_vqrdmulhq_m_s8() 61 return vqrdmulhq_m_s8(inactive, a, b, p); in test_vqrdmulhq_m_s8() 72 int16x8_t test_vqrdmulhq_m_s16(int16x8_t inactive, int16x8_t a, int16x8_t b, mve_pred16_t p) in test_vqrdmulhq_m_s16() argument 75 return vqrdmulhq_m(inactive, a, b, p); in test_vqrdmulhq_m_s16() 77 return vqrdmulhq_m_s16(inactive, a, b, p); in test_vqrdmulhq_m_s16() 88 int32x4_t test_vqrdmulhq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vqrdmulhq_m_s32() argument 91 return vqrdmulhq_m(inactive, a, b, p); in test_vqrdmulhq_m_s32() 93 return vqrdmulhq_m_s32(inactive, a, b, p); in test_vqrdmulhq_m_s32() 154 int8x16_t test_vqrdmulhq_m_n_s8(int8x16_t inactive, int8x16_t a, int8_t b, mve_pred16_t p) in test_vqrdmulhq_m_n_s8() argument [all …]
|
D | vqaddq.c | 56 int8x16_t test_vqaddq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vqaddq_m_s8() argument 59 return vqaddq_m(inactive, a, b, p); in test_vqaddq_m_s8() 61 return vqaddq_m_s8(inactive, a, b, p); in test_vqaddq_m_s8() 72 uint16x8_t test_vqaddq_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vqaddq_m_u16() argument 75 return vqaddq_m(inactive, a, b, p); in test_vqaddq_m_u16() 77 return vqaddq_m_u16(inactive, a, b, p); in test_vqaddq_m_u16() 88 int32x4_t test_vqaddq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vqaddq_m_s32() argument 91 return vqaddq_m(inactive, a, b, p); in test_vqaddq_m_s32() 93 return vqaddq_m_s32(inactive, a, b, p); in test_vqaddq_m_s32() 154 int8x16_t test_vqaddq_m_n_s8(int8x16_t inactive, int8x16_t a, int8_t b, mve_pred16_t p) in test_vqaddq_m_n_s8() argument [all …]
|
D | vqdmulhq.c | 56 int8x16_t test_vqdmulhq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vqdmulhq_m_s8() argument 59 return vqdmulhq_m(inactive, a, b, p); in test_vqdmulhq_m_s8() 61 return vqdmulhq_m_s8(inactive, a, b, p); in test_vqdmulhq_m_s8() 72 int16x8_t test_vqdmulhq_m_s16(int16x8_t inactive, int16x8_t a, int16x8_t b, mve_pred16_t p) in test_vqdmulhq_m_s16() argument 75 return vqdmulhq_m(inactive, a, b, p); in test_vqdmulhq_m_s16() 77 return vqdmulhq_m_s16(inactive, a, b, p); in test_vqdmulhq_m_s16() 88 int32x4_t test_vqdmulhq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vqdmulhq_m_s32() argument 91 return vqdmulhq_m(inactive, a, b, p); in test_vqdmulhq_m_s32() 93 return vqdmulhq_m_s32(inactive, a, b, p); in test_vqdmulhq_m_s32() 154 int8x16_t test_vqdmulhq_m_n_s8(int8x16_t inactive, int8x16_t a, int8_t b, mve_pred16_t p) in test_vqdmulhq_m_n_s8() argument [all …]
|
D | vadc.c | 59 uint32x4_t test_vadciq_m_u32(uint32x4_t inactive, uint32x4_t a, uint32x4_t b, unsigned *carry_out, … in test_vadciq_m_u32() argument 62 return vadciq_m(inactive, a, b, carry_out, p); in test_vadciq_m_u32() 64 return vadciq_m_u32(inactive, a, b, carry_out, p); in test_vadciq_m_u32() 82 int32x4_t test_vadcq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, unsigned *carry, mve_pred1… in test_vadcq_m_s32() argument 85 return vadcq_m(inactive, a, b, carry, p); in test_vadcq_m_s32() 87 return vadcq_m_s32(inactive, a, b, carry, p); in test_vadcq_m_s32() 179 int32x4_t test_vsbciq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, unsigned *carry_out, mve_… in test_vsbciq_m_s32() argument 181 return vsbciq_m(inactive, a, b, carry_out, p); in test_vsbciq_m_s32() 183 return vsbciq_m_s32(inactive, a, b, carry_out, p); in test_vsbciq_m_s32() 199 uint32x4_t test_vsbciq_m_u32(uint32x4_t inactive, uint32x4_t a, uint32x4_t b, unsigned *carry_out, … in test_vsbciq_m_u32() argument [all …]
|
D | vhsubq.c | 56 int8x16_t test_vhsubq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vhsubq_m_s8() argument 59 return vhsubq_m(inactive, a, b, p); in test_vhsubq_m_s8() 61 return vhsubq_m_s8(inactive, a, b, p); in test_vhsubq_m_s8() 72 uint16x8_t test_vhsubq_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vhsubq_m_u16() argument 75 return vhsubq_m(inactive, a, b, p); in test_vhsubq_m_u16() 77 return vhsubq_m_u16(inactive, a, b, p); in test_vhsubq_m_u16() 88 int32x4_t test_vhsubq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vhsubq_m_s32() argument 91 return vhsubq_m(inactive, a, b, p); in test_vhsubq_m_s32() 93 return vhsubq_m_s32(inactive, a, b, p); in test_vhsubq_m_s32() 154 int8x16_t test_vhsubq_m_n_s8(int8x16_t inactive, int8x16_t a, int8_t b, mve_pred16_t p) in test_vhsubq_m_n_s8() argument [all …]
|
D | vmulq.c | 70 int8x16_t test_vmulq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vmulq_m_s8() argument 73 return vmulq_m(inactive, a, b, p); in test_vmulq_m_s8() 75 return vmulq_m_s8(inactive, a, b, p); in test_vmulq_m_s8() 86 uint16x8_t test_vmulq_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vmulq_m_u16() argument 89 return vmulq_m(inactive, a, b, p); in test_vmulq_m_u16() 91 return vmulq_m_u16(inactive, a, b, p); in test_vmulq_m_u16() 102 int32x4_t test_vmulq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vmulq_m_s32() argument 105 return vmulq_m(inactive, a, b, p); in test_vmulq_m_s32() 107 return vmulq_m_s32(inactive, a, b, p); in test_vmulq_m_s32() 118 float16x8_t test_vmulq_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16_t p) in test_vmulq_m_f16() argument [all …]
|
D | vcmulq.c | 126 float16x8_t test_vcmulq_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16_t p) in test_vcmulq_m_f16() argument 129 return vcmulq_m(inactive, a, b, p); in test_vcmulq_m_f16() 131 return vcmulq_m_f16(inactive, a, b, p); in test_vcmulq_m_f16() 142 float32x4_t test_vcmulq_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16_t p) in test_vcmulq_m_f32() argument 145 return vcmulq_m(inactive, a, b, p); in test_vcmulq_m_f32() 147 return vcmulq_m_f32(inactive, a, b, p); in test_vcmulq_m_f32() 158 float16x8_t test_vcmulq_rot90_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16_… in test_vcmulq_rot90_m_f16() argument 161 return vcmulq_rot90_m(inactive, a, b, p); in test_vcmulq_rot90_m_f16() 163 return vcmulq_rot90_m_f16(inactive, a, b, p); in test_vcmulq_rot90_m_f16() 174 float32x4_t test_vcmulq_rot90_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16_… in test_vcmulq_rot90_m_f32() argument [all …]
|
D | vector-shift-var.c | 686 int8x16_t test_vshlq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vshlq_m_s8() argument 689 return vshlq_m(inactive, a, b, p); in test_vshlq_m_s8() 691 return vshlq_m_s8(inactive, a, b, p); in test_vshlq_m_s8() 702 int16x8_t test_vshlq_m_s16(int16x8_t inactive, int16x8_t a, int16x8_t b, mve_pred16_t p) in test_vshlq_m_s16() argument 705 return vshlq_m(inactive, a, b, p); in test_vshlq_m_s16() 707 return vshlq_m_s16(inactive, a, b, p); in test_vshlq_m_s16() 718 int32x4_t test_vshlq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vshlq_m_s32() argument 721 return vshlq_m(inactive, a, b, p); in test_vshlq_m_s32() 723 return vshlq_m_s32(inactive, a, b, p); in test_vshlq_m_s32() 734 uint8x16_t test_vshlq_m_u8(uint8x16_t inactive, uint8x16_t a, int8x16_t b, mve_pred16_t p) in test_vshlq_m_u8() argument [all …]
|
D | vhaddq.c | 56 int8x16_t test_vhaddq_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vhaddq_m_s8() argument 59 return vhaddq_m(inactive, a, b, p); in test_vhaddq_m_s8() 61 return vhaddq_m_s8(inactive, a, b, p); in test_vhaddq_m_s8() 72 uint16x8_t test_vhaddq_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vhaddq_m_u16() argument 75 return vhaddq_m(inactive, a, b, p); in test_vhaddq_m_u16() 77 return vhaddq_m_u16(inactive, a, b, p); in test_vhaddq_m_u16() 88 int32x4_t test_vhaddq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vhaddq_m_s32() argument 91 return vhaddq_m(inactive, a, b, p); in test_vhaddq_m_s32() 93 return vhaddq_m_s32(inactive, a, b, p); in test_vhaddq_m_s32() 202 int8x16_t test_vhaddq_m_n_s8(int8x16_t inactive, int8x16_t a, int8_t b, mve_pred16_t p) in test_vhaddq_m_n_s8() argument [all …]
|
D | vhcaddq.c | 194 int8x16_t test_vhcaddq_rot90_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vhcaddq_rot90_m_s8() argument 197 return vhcaddq_rot90_m(inactive, a, b, p); in test_vhcaddq_rot90_m_s8() 199 return vhcaddq_rot90_m_s8(inactive, a, b, p); in test_vhcaddq_rot90_m_s8() 210 int16x8_t test_vhcaddq_rot90_m_s16(int16x8_t inactive, int16x8_t a, int16x8_t b, mve_pred16_t p) in test_vhcaddq_rot90_m_s16() argument 213 return vhcaddq_rot90_m(inactive, a, b, p); in test_vhcaddq_rot90_m_s16() 215 return vhcaddq_rot90_m_s16(inactive, a, b, p); in test_vhcaddq_rot90_m_s16() 226 int32x4_t test_vhcaddq_rot90_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vhcaddq_rot90_m_s32() argument 229 return vhcaddq_rot90_m(inactive, a, b, p); in test_vhcaddq_rot90_m_s32() 231 return vhcaddq_rot90_m_s32(inactive, a, b, p); in test_vhcaddq_rot90_m_s32() 242 int8x16_t test_vhcaddq_rot270_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vhcaddq_rot270_m_s8() argument [all …]
|
/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/ |
D | acle_sve_cvt.c | 27 svint16_t test_svcvt_s16_f16_m(svint16_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_s16_f16_m() argument 33 return SVE_ACLE_FUNC(svcvt_s16,_f16,_m,)(inactive, pg, op); in test_svcvt_s16_f16_m() 54 svuint16_t test_svcvt_u16_f16_m(svuint16_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_u16_f16_m() argument 60 return SVE_ACLE_FUNC(svcvt_u16,_f16,_m,)(inactive, pg, op); in test_svcvt_u16_f16_m() 99 svint32_t test_svcvt_s32_f16_m(svint32_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_s32_f16_m() argument 105 return SVE_ACLE_FUNC(svcvt_s32,_f16,_m,)(inactive, pg, op); in test_svcvt_s32_f16_m() 108 svint32_t test_svcvt_s32_f32_m(svint32_t inactive, svbool_t pg, svfloat32_t op) in test_svcvt_s32_f32_m() argument 114 return SVE_ACLE_FUNC(svcvt_s32,_f32,_m,)(inactive, pg, op); in test_svcvt_s32_f32_m() 117 svint32_t test_svcvt_s32_f64_m(svint32_t inactive, svbool_t pg, svfloat64_t op) in test_svcvt_s32_f64_m() argument 123 return SVE_ACLE_FUNC(svcvt_s32,_f64,_m,)(inactive, pg, op); in test_svcvt_s32_f64_m() [all …]
|
D | acle_sve_cnt.c | 115 svuint8_t test_svcnt_s8_m(svuint8_t inactive, svbool_t pg, svint8_t op) in test_svcnt_s8_m() argument 120 return SVE_ACLE_FUNC(svcnt,_s8,_m,)(inactive, pg, op); in test_svcnt_s8_m() 123 svuint16_t test_svcnt_s16_m(svuint16_t inactive, svbool_t pg, svint16_t op) in test_svcnt_s16_m() argument 129 return SVE_ACLE_FUNC(svcnt,_s16,_m,)(inactive, pg, op); in test_svcnt_s16_m() 132 svuint32_t test_svcnt_s32_m(svuint32_t inactive, svbool_t pg, svint32_t op) in test_svcnt_s32_m() argument 138 return SVE_ACLE_FUNC(svcnt,_s32,_m,)(inactive, pg, op); in test_svcnt_s32_m() 141 svuint64_t test_svcnt_s64_m(svuint64_t inactive, svbool_t pg, svint64_t op) in test_svcnt_s64_m() argument 147 return SVE_ACLE_FUNC(svcnt,_s64,_m,)(inactive, pg, op); in test_svcnt_s64_m() 150 svuint8_t test_svcnt_u8_m(svuint8_t inactive, svbool_t pg, svuint8_t op) in test_svcnt_u8_m() argument 155 return SVE_ACLE_FUNC(svcnt,_u8,_m,)(inactive, pg, op); in test_svcnt_u8_m() [all …]
|