Searched refs:vreinterpretq_s32_m128 (Results 1 – 1 of 1) sorted by relevance
187 #define vreinterpretq_s32_m128(x) vreinterpretq_s32_f32(x) macro1015 vbicq_s32(vreinterpretq_s32_m128(b), in _mm_andnot_ps()1016 vreinterpretq_s32_m128(a))); // *NOTE* argument swap in _mm_andnot_ps()1072 vandq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); in _mm_and_ps()1096 vorrq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); in _mm_or_ps()1105 veorq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); in _mm_xor_ps()4655 return vreinterpretq_m128d_s32(vreinterpretq_s32_m128(a)); in _mm_castps_pd()4663 return vreinterpretq_m128i_s32(vreinterpretq_s32_m128(a)); in _mm_castps_si128()5342 #define _mm_extract_ps(a, imm) vgetq_lane_s32(vreinterpretq_s32_m128(a), (imm))