Searched refs:float32x2_t (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm_neon.h | 65 typedef __simd64_float32_t float32x2_t; typedef 208 float32x2_t val[2]; 347 float32x2_t val[3]; 486 float32x2_t val[4]; 550 __extension__ extern __inline float32x2_t 552 vadd_f32 (float32x2_t __a, float32x2_t __b) in vadd_f32() 557 return (float32x2_t) __builtin_neon_vaddv2sf (__a, __b); in vadd_f32() 1132 __extension__ extern __inline float32x2_t 1134 vmul_f32 (float32x2_t __a, float32x2_t __b) in vmul_f32() 1139 return (float32x2_t) __builtin_neon_vmulfv2sf (__a, __b); in vmul_f32() [all …]
|
| D | neon.md | 1802 ;; float32x2_t vfmlal_laneq_low_f16 (float32x2_t r, float16x4_t a, float16x8_t b, const int lane) 1839 ;; float32x2_t vfmlal_laneq_high_f16 (float32x2_t r, float16x4_t a, float16x8_t b, const int lane) 1936 ;; float32x2_t vfmlsl_laneq_low_f16 (float32x2_t r, float16x4_t a, float16x8_t b, const int lane) 1974 ;; float32x2_t vfmlsl_laneq_high_f16 (float32x2_t r, float16x4_t a, float16x8_t b, const int lane)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| D | insn-reverse-aarch64.c | 36 float32x2_t b1_ = vdup_n_f32(123.0f); in move() 55 float32x2_t a1 = {2.0, 4.0}; in adv_simd_mod_imm()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | arm-neon.c | 33 DEF_FUNC1(7, float32x2_t, 1.0, 2.0)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2014 | 5643 (float32x2_t): Likewise.
|