Home
last modified time | relevance | path

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

/external/skqp/src/opts/
DSkBitmapProcState_opts.h288 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in filter_and_scale_by_alpha()
289 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x) in filter_and_scale_by_alpha()
290 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x) in filter_and_scale_by_alpha()
/external/skia/src/opts/
DSkBitmapProcState_opts.h423 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in filter_and_scale_by_alpha()
424 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x) in filter_and_scale_by_alpha()
425 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x) in filter_and_scale_by_alpha()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c442 return vmla_u16(v1, v2, v3); in test_vmla_u16()
Darm_neon_intrinsics.c6988 return vmla_u16(a, b, c); in test_vmla_u16()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c445 return vmla_u16(v1, v2, v3); in test_vmla_u16()
Darm_neon_intrinsics.c8853 return vmla_u16(a, b, c); in test_vmla_u16()
/external/neon_2_sse/
DNEON_2_SSE.h569 _NEON2SSESTORAGE uint16x4_t vmla_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c); // VMLA.I16 d0,d0,d0
3870 _NEON2SSESTORAGE uint16x4_t vmla_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c); // VMLA.I16 d0,d0,…
3871 #define vmla_u16 vmla_s16 macro