Home
last modified time | relevance | path

Searched refs:float16x4_t (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dfp16-vector-shuffle.ll3 ; float16x4_t select_64(float16x4_t a, float16x4_t b, uint16x4_t c) { return vbsl_u16(c, a, b); }
33 ; float16x4_t lane_64_64(float16x4_t a, float16x4_t b) {
44 ; float16x8_t lane_128_64(float16x8_t a, float16x4_t b) {
59 ; float16x4_t lane_64_128(float16x4_t a, float16x8_t b) {
85 ; float16x4_t ext_64(float16x4_t a, float16x4_t b) {
107 ; float16x4_t rev32_64(float16x4_t a) {
118 ; float16x4_t rev64_64(float16x4_t a) {
151 ; float16x4_t create_64(long long a) { return vcreate_f16(a); }
160 ; float16x4_t dup_64(__fp16 a) { return vdup_n_f16(a); }
188 ; float16x4_t dup_lane_64(float16x4_t a) { return vdup_lane_f16(a, 2); }
[all …]
/external/clang/test/CodeGen/
Darm64_vset_lane.c6 float16x4_t test_vset_lane_f16(float16_t *a1, float16x4_t a2) { in test_vset_lane_f16()
Daarch64-neon-vcombine.c62 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16()
Daarch64-neon-vget-hilo.c63 float16x4_t test_vget_high_f16(float16x8_t a) { in test_vget_high_f16()
147 float16x4_t test_vget_low_f16(float16x8_t a) { in test_vget_low_f16()
Darm64_vdupq_n_f64.c54 float16x4_t test_vmov_n_f16(float16_t *a1) in test_vmov_n_f16()
Darm_neon_intrinsics.c1507 float16x8_t test_vcombine_f16(float16x4_t a, float16x4_t b) { in test_vcombine_f16()
1583 float16x4_t test_vcreate_f16(uint64_t a) { in test_vcreate_f16()
1651 float16x4_t test_vcvt_f16_f32(float32x4_t a) { in test_vcvt_f16_f32()
1683 float32x4_t test_vcvt_f32_f16(float16x4_t a) { in test_vcvt_f32_f16()
1946 float16x4_t test_vdup_n_f16(float16_t *a) { in test_vdup_n_f16()
2308 float16x4_t test_vget_high_f16(float16x8_t a) { in test_vget_high_f16()
2502 float16x4_t test_vget_low_f16(float16x8_t a) { in test_vget_low_f16()
2810 float16x4_t test_vld1_f16(float16_t const * a) { in test_vld1_f16()
2955 float16x4_t test_vld1_dup_f16(float16_t const * a) { in test_vld1_dup_f16()
3100 float16x4_t test_vld1_lane_f16(float16_t const * a, float16x4_t b) { in test_vld1_lane_f16()
[all …]
Daarch64-neon-intrinsics.c5947 float16x4_t test_vld1_f16(float16_t const *a) { in test_vld1_f16()
6571 void test_vst1_f16(float16_t *a, float16x4_t b) { in test_vst1_f16()
9112 int8x8_t test_vreinterpret_s8_f16(float16x4_t a) { in test_vreinterpret_s8_f16()
9190 int16x4_t test_vreinterpret_s16_f16(float16x4_t a) { in test_vreinterpret_s16_f16()
9268 int32x2_t test_vreinterpret_s32_f16(float16x4_t a) { in test_vreinterpret_s32_f16()
9346 int64x1_t test_vreinterpret_s64_f16(float16x4_t a) { in test_vreinterpret_s64_f16()
9424 uint8x8_t test_vreinterpret_u8_f16(float16x4_t a) { in test_vreinterpret_u8_f16()
9502 uint16x4_t test_vreinterpret_u16_f16(float16x4_t a) { in test_vreinterpret_u16_f16()
9580 uint32x2_t test_vreinterpret_u32_f16(float16x4_t a) { in test_vreinterpret_u32_f16()
9658 uint64x1_t test_vreinterpret_u64_f16(float16x4_t a) { in test_vreinterpret_u64_f16()
[all …]
Daarch64-neon-ldst-one.c139 float16x4_t test_vld1_dup_f16(float16_t *a) { in test_vld1_dup_f16()
839 float16x4_t test_vld1_lane_f16(float16_t *a, float16x4_t b) { in test_vld1_lane_f16()
1511 void test_vst1_lane_f16(float16_t *a, float16x4_t b) { in test_vst1_lane_f16()
Daarch64-neon-misc.c1575 float16x4_t test_vcvt_f16_f32(float32x4_t a) { in test_vcvt_f16_f32()
1581 float16x8_t test_vcvt_high_f16_f32(float16x4_t a, float32x4_t b) { in test_vcvt_high_f16_f32()
1611 float32x4_t test_vcvt_f32_f16(float16x4_t a) { in test_vcvt_f32_f16()
/external/clang/test/CodeGenCXX/
Dmangle-neon-vectors.cpp23 typedef __attribute__((neon_vector_type(4))) float16_t float16x4_t; typedef
57 void f7(float16x4_t v) {} in f7()
Daarch64-mangle-neon-vectors.cpp29 typedef __attribute__((neon_vector_type(4))) float16_t float16x4_t; typedef
50 void f6(float16x4_t) {} in f6() argument
/external/clang/include/clang/Basic/
Darm_neon.td482 def OP_SCALAR_HALF_SET_LN : Op<(bitcast "float16x4_t",