Home
last modified time | relevance | path

Searched refs:vext_p8 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/Sema/
Daarch64-neon-ranges.c9 vext_p8(small, small, 7); in test_vext_8bit()
16vext_p8(small, small, 8); // expected-error-re {{argument value {{.*}} is outside the valid range}} in test_vext_8bit()
/external/clang/test/Sema/
Daarch64-neon-ranges.c9 vext_p8(small, small, 7); in test_vext_8bit()
16 vext_p8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_vext_8bit()
/external/clang/test/CodeGen/
Daarch64-neon-extract.c217 return vext_p8(a, b, 2); in test_vext_p8()
Darm_neon_intrinsics.c3205 return vext_p8(a, b, 7); in test_vext_p8()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-extract.c217 return vext_p8(a, b, 2); in test_vext_p8()
Darm_neon_intrinsics.c3028 return vext_p8(a, b, 7); in test_vext_p8()
/external/pffft/
Dsse2neon.h5481 vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 1))); // E = A0 * B1 in _sse2neon_vmull_p64()
5483 vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 1), b)); // F = A1 * B0 in _sse2neon_vmull_p64()
5485 vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 2))); // G = A0 * B2 in _sse2neon_vmull_p64()
5487 vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 2), b)); // H = A2 * B0 in _sse2neon_vmull_p64()
5489 vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 3))); // I = A0 * B3 in _sse2neon_vmull_p64()
5491 vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 3), b)); // J = A3 * B0 in _sse2neon_vmull_p64()
5493 vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 4))); // L = A0 * B4 in _sse2neon_vmull_p64()
/external/neon_2_sse/
DNEON_2_SSE.h1961 _NEON2SSESTORAGE poly8x8_t vext_p8(poly8x8_t a, poly8x8_t b, __constrange(0,7) int c); // VEXT.8 d0…
14294 _NEON2SSESTORAGE poly8x8_t vext_p8(poly8x8_t a, poly8x8_t b, __constrange(0,7) int c); // VEXT.8 d0…
14295 #define vext_p8 vext_u8 macro