Home
last modified time | relevance | path

Searched refs:float16x4_t (Results 1 – 13 of 13) 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/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/test/CodeGen/
Daarch64-neon-vcombine.c62 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16()
Daarch64-neon-vget.c70 float32_t test_vget_lane_f16(float16x4_t a) { in test_vget_lane_f16()
244 float16x4_t test_vset_lane_f16(float16_t *a, float16x4_t b) { in test_vset_lane_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()
2404 float32_t test_vget_lane_f16(float16x4_t a) { in test_vget_lane_f16()
2514 float16x4_t test_vget_low_f16(float16x8_t a) { in test_vget_low_f16()
2822 float16x4_t test_vld1_f16(float16_t const * a) { in test_vld1_f16()
2967 float16x4_t test_vld1_dup_f16(float16_t const * a) { in test_vld1_dup_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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Darm_neon.h64 typedef __attribute__((neon_vector_type(4))) float16_t float16x4_t; typedef
146 float16x4_t val[2];
262 float16x4_t val[3];
378 float16x4_t val[4];
4114 __ai float16x8_t vcombine_f16(float16x4_t __p0, float16x4_t __p1) { in vcombine_f16()
4120 __ai float16x8_t vcombine_f16(float16x4_t __p0, float16x4_t __p1) { in vcombine_f16()
4121 float16x4_t __rev0; __rev0 = __builtin_shufflevector(__p0, __p0, 3, 2, 1, 0); in vcombine_f16()
4122 float16x4_t __rev1; __rev1 = __builtin_shufflevector(__p1, __p1, 3, 2, 1, 0); in vcombine_f16()
4128 __ai float16x8_t __noswap_vcombine_f16(float16x4_t __p0, float16x4_t __p1) { in __noswap_vcombine_f16()
4307 __ai float16x4_t vcreate_f16(uint64_t __p0) { in vcreate_f16()
[all …]
/external/clang/include/clang/Basic/
Darm_neon.td491 def OP_SCALAR_HALF_SET_LN : Op<(bitcast "float16x4_t",