Home
last modified time | relevance | path

Searched refs:vorrq_s16 (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/fixedpoint/
Dfixedpoint_neon.h54 return vorrq_s16(a, b);
253 a = vorrq_s16(a, vextq_s16(a, a, 1));
254 a = vorrq_s16(a, vextq_s16(a, a, 2));
255 a = vorrq_s16(a, vextq_s16(a, a, 4));
/external/libjpeg-turbo/simd/arm/
Djidctfst-neon.c84 int16x8_t bitmap = vorrq_s16(row1, row2); in jsimd_idct_ifast_neon()
85 bitmap = vorrq_s16(bitmap, row3); in jsimd_idct_ifast_neon()
86 bitmap = vorrq_s16(bitmap, row4); in jsimd_idct_ifast_neon()
87 bitmap = vorrq_s16(bitmap, row5); in jsimd_idct_ifast_neon()
88 bitmap = vorrq_s16(bitmap, row6); in jsimd_idct_ifast_neon()
89 bitmap = vorrq_s16(bitmap, row7); in jsimd_idct_ifast_neon()
Djidctred-neon.c216 int16x8_t bitmap = vorrq_s16(row1, row2); in jsimd_idct_4x4_neon()
217 bitmap = vorrq_s16(bitmap, row3); in jsimd_idct_4x4_neon()
218 bitmap = vorrq_s16(bitmap, row5); in jsimd_idct_4x4_neon()
219 bitmap = vorrq_s16(bitmap, row6); in jsimd_idct_4x4_neon()
220 bitmap = vorrq_s16(bitmap, row7); in jsimd_idct_4x4_neon()
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dvorrq.c31 return vorrq_s16(a, b); in test_vorrq_s16()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-3v.c144 return vorrq_s16(a, b); in test_vorrq_s16()
Darm_neon_intrinsics.c9165 return vorrq_s16(a, b); in test_vorrq_s16()
/external/clang/test/CodeGen/
Daarch64-neon-3v.c144 return vorrq_s16(a, b); in test_vorrq_s16()
Darm_neon_intrinsics.c11053 return vorrq_s16(a, b); in test_vorrq_s16()
/external/neon_2_sse/
DNEON_2_SSE.h2135 _NEON2SSESTORAGE int16x8_t vorrq_s16(int16x8_t a, int16x8_t b); // VORR q0,q0,q0
15290 _NEON2SSESTORAGE int16x8_t vorrq_s16(int16x8_t a, int16x8_t b); // VORR q0,q0,q0
15291 #define vorrq_s16 _mm_or_si128 macro