Searched refs:vreinterpretq_f32_m128 (Results 1 – 1 of 1) sorted by relevance
/external/pffft/ |
D | sse2neon.h | 177 #define vreinterpretq_f32_m128(x) (x) macro 419 return vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); in _mm_cvtss_f32() 678 vst1q_f32(p, vreinterpretq_f32_m128(a)); in _mm_store_ps() 685 vst1q_f32(p, vreinterpretq_f32_m128(a)); in _mm_storeu_ps() 706 vst1q_lane_f32(p, vreinterpretq_f32_m128(a), 0); in _mm_store_ss() 976 vsetq_lane_f32(vgetq_lane_f32(vreinterpretq_f32_m128(b), 0), in _mm_move_ss() 977 vreinterpretq_f32_m128(a), 0)); in _mm_move_ss() 1149 vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 1, 1, 3, 3)); in _mm_movehdup_ps() 1151 float32_t a1 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 1); in _mm_movehdup_ps() 1152 float32_t a3 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 3); in _mm_movehdup_ps() [all …]
|