• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:float32x2_t

41 float32x2_t test_vadd_f32(float32x2_t v1, float32x2_t v2) {  in test_vadd_f32()
172 float32x2_t test_vsub_f32(float32x2_t v1, float32x2_t v2) { in test_vsub_f32()
298 float32x2_t test_vmul_f32(float32x2_t v1, float32x2_t v2) { in test_vmul_f32()
428 float32x2_t test_vmla_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) { in test_vmla_f32()
549 float32x2_t test_vmls_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) { in test_vmls_f32()
647 float32x2_t test_vfma_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) { in test_vfma_f32()
686 float32x2_t test_vfms_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) { in test_vfms_f32()
735 float32x2_t test_vdiv_f32(float32x2_t v1, float32x2_t v2) { in test_vdiv_f32()
932 float32x2_t test_vabd_f32(float32x2_t v1, float32x2_t v2) { in test_vabd_f32()
1148 float32x2_t test_vbsl_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) { in test_vbsl_f32()
1380 float32x2_t test_vrecps_f32(float32x2_t v1, float32x2_t v2) { in test_vrecps_f32()
1419 float32x2_t test_vrsqrts_f32(float32x2_t v1, float32x2_t v2) { in test_vrsqrts_f32()
1456 uint32x2_t test_vcage_f32(float32x2_t v1, float32x2_t v2) { in test_vcage_f32()
1500 uint32x2_t test_vcagt_f32(float32x2_t v1, float32x2_t v2) { in test_vcagt_f32()
1544 uint32x2_t test_vcale_f32(float32x2_t v1, float32x2_t v2) { in test_vcale_f32()
1591 uint32x2_t test_vcalt_f32(float32x2_t v1, float32x2_t v2) { in test_vcalt_f32()
1911 uint32x2_t test_vceq_f32(float32x2_t v1, float32x2_t v2) { in test_vceq_f32()
2087 uint32x2_t test_vcge_f32(float32x2_t v1, float32x2_t v2) { in test_vcge_f32()
2250 uint32x2_t test_vcle_f32(float32x2_t v1, float32x2_t v2) { in test_vcle_f32()
2411 uint32x2_t test_vcgt_f32(float32x2_t v1, float32x2_t v2) { in test_vcgt_f32()
2576 uint32x2_t test_vclt_f32(float32x2_t v1, float32x2_t v2) { in test_vclt_f32()
4285 float32x2_t test_vmax_f32(float32x2_t a, float32x2_t b) { in test_vmax_f32()
4435 float32x2_t test_vmin_f32(float32x2_t a, float32x2_t b) { in test_vmin_f32()
4526 float32x2_t test_vmaxnm_f32(float32x2_t a, float32x2_t b) { in test_vmaxnm_f32()
4559 float32x2_t test_vminnm_f32(float32x2_t a, float32x2_t b) { in test_vminnm_f32()
4650 float32x2_t test_vpmax_f32(float32x2_t a, float32x2_t b) { in test_vpmax_f32()
4799 float32x2_t test_vpmin_f32(float32x2_t a, float32x2_t b) { in test_vpmin_f32()
4890 float32x2_t test_vpmaxnm_f32(float32x2_t a, float32x2_t b) { in test_vpmaxnm_f32()
4923 float32x2_t test_vpminnm_f32(float32x2_t a, float32x2_t b) { in test_vpminnm_f32()
5024 float32x2_t test_vpadd_f32(float32x2_t a, float32x2_t b) { in test_vpadd_f32()
5231 float32x2_t test_vmulx_f32(float32x2_t a, float32x2_t b) { in test_vmulx_f32()
7133 float32x2_t test_vcvt_n_f32_s32(int32x2_t a) { in test_vcvt_n_f32_s32()
7160 float32x2_t test_vcvt_n_f32_u32(uint32x2_t a) { in test_vcvt_n_f32_u32()
7187 int32x2_t test_vcvt_n_s32_f32(float32x2_t a) { in test_vcvt_n_s32_f32()
7214 uint32x2_t test_vcvt_n_u32_f32(float32x2_t a) { in test_vcvt_n_u32_f32()
9625 float32_t test_vpadds_f32(float32x2_t a) { in test_vpadds_f32()
9645 float32_t test_vpmaxnms_f32(float32x2_t a) { in test_vpmaxnms_f32()
9663 float32_t test_vpmaxs_f32(float32x2_t a) { in test_vpmaxs_f32()
9681 float32_t test_vpminnms_f32(float32x2_t a) { in test_vpminnms_f32()
9699 float32_t test_vpmins_f32(float32x2_t a) { in test_vpmins_f32()
10087 float32x2_t test_vld1_f32(float32_t const *a) { in test_vld1_f32()
11737 void test_vst1_f32(float32_t *a, float32x2_t b) { in test_vst1_f32()
19340 int8x8_t test_vreinterpret_s8_f32(float32x2_t a) { in test_vreinterpret_s8_f32()
19429 int16x4_t test_vreinterpret_s16_f32(float32x2_t a) { in test_vreinterpret_s16_f32()
19518 int32x2_t test_vreinterpret_s32_f32(float32x2_t a) { in test_vreinterpret_s32_f32()
19608 int64x1_t test_vreinterpret_s64_f32(float32x2_t a) { in test_vreinterpret_s64_f32()
19697 uint8x8_t test_vreinterpret_u8_f32(float32x2_t a) { in test_vreinterpret_u8_f32()
19786 uint16x4_t test_vreinterpret_u16_f32(float32x2_t a) { in test_vreinterpret_u16_f32()
19875 uint32x2_t test_vreinterpret_u32_f32(float32x2_t a) { in test_vreinterpret_u32_f32()
19965 uint64x1_t test_vreinterpret_u64_f32(float32x2_t a) { in test_vreinterpret_u64_f32()
20055 float16x4_t test_vreinterpret_f16_f32(float32x2_t a) { in test_vreinterpret_f16_f32()
20090 float32x2_t test_vreinterpret_f32_s8(int8x8_t a) { in test_vreinterpret_f32_s8()
20097 float32x2_t test_vreinterpret_f32_s16(int16x4_t a) { in test_vreinterpret_f32_s16()
20104 float32x2_t test_vreinterpret_f32_s32(int32x2_t a) { in test_vreinterpret_f32_s32()
20111 float32x2_t test_vreinterpret_f32_s64(int64x1_t a) { in test_vreinterpret_f32_s64()
20118 float32x2_t test_vreinterpret_f32_u8(uint8x8_t a) { in test_vreinterpret_f32_u8()
20125 float32x2_t test_vreinterpret_f32_u16(uint16x4_t a) { in test_vreinterpret_f32_u16()
20132 float32x2_t test_vreinterpret_f32_u32(uint32x2_t a) { in test_vreinterpret_f32_u32()
20139 float32x2_t test_vreinterpret_f32_u64(uint64x1_t a) { in test_vreinterpret_f32_u64()
20146 float32x2_t test_vreinterpret_f32_f16(float16x4_t a) { in test_vreinterpret_f32_f16()
20153 float32x2_t test_vreinterpret_f32_f64(float64x1_t a) { in test_vreinterpret_f32_f64()
20160 float32x2_t test_vreinterpret_f32_p8(poly8x8_t a) { in test_vreinterpret_f32_p8()
20167 float32x2_t test_vreinterpret_f32_p16(poly16x4_t a) { in test_vreinterpret_f32_p16()
20174 float32x2_t test_vreinterpret_f32_p64(poly64x1_t a) { in test_vreinterpret_f32_p64()
20244 float64x1_t test_vreinterpret_f64_f32(float32x2_t a) { in test_vreinterpret_f64_f32()
20333 poly8x8_t test_vreinterpret_p8_f32(float32x2_t a) { in test_vreinterpret_p8_f32()
20422 poly16x4_t test_vreinterpret_p16_f32(float32x2_t a) { in test_vreinterpret_p16_f32()
20511 poly64x1_t test_vreinterpret_p64_f32(float32x2_t a) { in test_vreinterpret_p64_f32()
21938 float32_t test_vaddv_f32(float32x2_t a) { in test_vaddv_f32()
21965 float32_t test_vmaxv_f32(float32x2_t a) { in test_vmaxv_f32()
21983 float32_t test_vminv_f32(float32x2_t a) { in test_vminv_f32()
22010 float32_t test_vmaxnmv_f32(float32x2_t a) { in test_vmaxnmv_f32()
22028 float32_t test_vminnmv_f32(float32x2_t a) { in test_vminnmv_f32()