Home
last modified time | relevance | path

Searched refs:vreinterpretq_p8_f32 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c17408 return vreinterpretq_p8_f32(a); in test_vreinterpretq_p8_f32()
Darm_neon_intrinsics.c13103 return vreinterpretq_p8_f32(a); in test_vreinterpretq_p8_f32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c21588 return vreinterpretq_p8_f32(a); in test_vreinterpretq_p8_f32()
Darm_neon_intrinsics.c15401 return vreinterpretq_p8_f32(a); in test_vreinterpretq_p8_f32()
/external/neon_2_sse/
DNEON_2_SSE.h16056 _NEON2SSESTORAGE poly8x16_t vreinterpretq_p8_f32 (float32x4_t t);
16057 #define vreinterpretq_p8_f32(t) _M128i(t) macro