Home
last modified time | relevance | path

Searched refs:vbsl_f32 (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/private/
DSkNx_neon.h147 return vbsl_f32(vreinterpret_u32_f32(fVec), t.fVec, e.fVec); in thenElse()
/external/skqp/include/private/
DSkNx_neon.h158 return vbsl_f32(vreinterpret_u32_f32(fVec), t.fVec, e.fVec); in thenElse()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1073 return vbsl_f32(v1, v2, v3); in test_vbsl_f32()
Darm_neon_intrinsics.c1088 return vbsl_f32(a, b, c); in test_vbsl_f32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1149 return vbsl_f32(v1, v2, v3); in test_vbsl_f32()
Darm_neon_intrinsics.c1214 return vbsl_f32(a, b, c); in test_vbsl_f32()
/external/neon_2_sse/
DNEON_2_SSE.h2202 _NEON2SSESTORAGE float32x2_t vbsl_f32(uint32x2_t a, float32x2_t b, float32x2_t c); // VBSL d0,d0,d0
15587 _NEON2SSESTORAGE float32x2_t vbsl_f32(uint32x2_t a, float32x2_t b, float32x2_t c); // VBSL d0,d0,d0
15588 _NEON2SSE_INLINE float32x2_t vbsl_f32(uint32x2_t a, float32x2_t b, float32x2_t c) in vbsl_f32() function