Searched refs:float16x8_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | fp16-vector-shuffle.ll | 18 ; float16x8_t select_128(float16x8_t a, float16x8_t b, uint16x8_t c) { return vbslq_u16(c, a, 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) { 74 ; float16x8_t lane_128_128(float16x8_t a, float16x8_t b) { 96 ; float16x8_t ext_128(float16x8_t a, float16x8_t b) { 129 ; float16x8_t rev32_128(float16x8_t a) { 140 ; float16x8_t rev64_128(float16x8_t a) { 172 ; float16x8_t dup_128(__fp16 a) { return vdupq_n_f16(a); } 197 ; float16x8_t dup_lane_128(float16x4_t a) { return vdupq_lane_f16(a, 2); } 206 ; float16x4_t dup_laneq_64(float16x8_t a) { return vdup_laneq_f16(a, 2); } [all …]
|
/external/clang/test/CodeGen/ |
D | arm64_vset_lane.c | 13 float16x8_t test_vsetq_lane_f16(float16_t *a1, float16x8_t a2) { in test_vsetq_lane_f16()
|
D | aarch64-neon-vget-hilo.c | 63 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()
|
D | arm64_vdup.c | 29 float16x8_t test_vdupq_n_f16(float16_t *a1) { in test_vdupq_n_f16()
|
D | arm64_vdupq_n_f64.c | 75 float16x8_t test_vmovq_n_f16(float16_t *a1) in test_vmovq_n_f16()
|
D | aarch64-neon-vcombine.c | 62 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16()
|
D | arm_neon_intrinsics.c | 1507 float16x8_t test_vcombine_f16(float16x4_t a, float16x4_t b) { in test_vcombine_f16() 2006 float16x8_t test_vdupq_n_f16(float16_t *a) { in test_vdupq_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() 2738 float16x8_t test_vld1q_f16(float16_t const * a) { in test_vld1q_f16() 2883 float16x8_t test_vld1q_dup_f16(float16_t const * a) { in test_vld1q_dup_f16() 3028 float16x8_t test_vld1q_lane_f16(float16_t const * a, float16x8_t b) { in test_vld1q_lane_f16() 5017 float16x8_t test_vmovq_n_f16(float16_t *a) { in test_vmovq_n_f16() 7786 int8x16_t test_vreinterpretq_s8_f16(float16x8_t a) { in test_vreinterpretq_s8_f16() 7841 int16x8_t test_vreinterpretq_s16_f16(float16x8_t a) { in test_vreinterpretq_s16_f16() [all …]
|
D | aarch64-neon-intrinsics.c | 5869 float16x8_t test_vld1q_f16(float16_t const *a) { in test_vld1q_f16() 6493 void test_vst1q_f16(float16_t *a, float16x8_t b) { in test_vst1q_f16() 10204 int8x16_t test_vreinterpretq_s8_f16(float16x8_t a) { in test_vreinterpretq_s8_f16() 10282 int16x8_t test_vreinterpretq_s16_f16(float16x8_t a) { in test_vreinterpretq_s16_f16() 10360 int32x4_t test_vreinterpretq_s32_f16(float16x8_t a) { in test_vreinterpretq_s32_f16() 10438 int64x2_t test_vreinterpretq_s64_f16(float16x8_t a) { in test_vreinterpretq_s64_f16() 10516 uint8x16_t test_vreinterpretq_u8_f16(float16x8_t a) { in test_vreinterpretq_u8_f16() 10594 uint16x8_t test_vreinterpretq_u16_f16(float16x8_t a) { in test_vreinterpretq_u16_f16() 10672 uint32x4_t test_vreinterpretq_u32_f16(float16x8_t a) { in test_vreinterpretq_u32_f16() 10750 uint64x2_t test_vreinterpretq_u64_f16(float16x8_t a) { in test_vreinterpretq_u64_f16() [all …]
|
D | aarch64-neon-ldst-one.c | 55 float16x8_t test_vld1q_dup_f16(float16_t *a) { in test_vld1q_dup_f16() 755 float16x8_t test_vld1q_lane_f16(float16_t *a, float16x8_t b) { in test_vld1q_lane_f16() 1427 void test_vst1q_lane_f16(float16_t *a, float16x8_t b) { in test_vst1q_lane_f16()
|
D | aarch64-neon-misc.c | 1581 float16x8_t test_vcvt_high_f16_f32(float16x4_t a, float32x4_t b) { in test_vcvt_high_f16_f32() 1617 float32x4_t test_vcvt_high_f32_f16(float16x8_t a) { in test_vcvt_high_f32_f16()
|
/external/clang/test/CodeGenCXX/ |
D | mangle-neon-vectors.cpp | 24 typedef __attribute__((neon_vector_type(8))) float16_t float16x8_t; typedef 61 void f8(float16x8_t v) {} in f8()
|
D | aarch64-mangle-neon-vectors.cpp | 30 typedef __attribute__((neon_vector_type(8))) float16_t float16x8_t; typedef 52 void f7(float16x8_t) {} in f7() argument
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 486 def OP_SCALAR_HALF_SET_LNQ : Op<(bitcast "float16x8_t",
|