Searched refs:vorr_s8 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_field_projection_neon.cc | 129 const int8x8_t skip_low = vorr_s8(skip_r, vget_low_s8(out)); in GetPosition() 130 const int8x8_t skip = vorr_s8(skip_low, vget_high_s8(out)); in GetPosition()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-3v.c | 123 return vorr_s8(a, b); in test_vorr_s8()
|
D | arm_neon_intrinsics.c | 10990 return vorr_s8(a, b); in test_vorr_s8()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2126 _NEON2SSESTORAGE int8x8_t vorr_s8(int8x8_t a, int8x8_t b); // VORR d0,d0,d0 15243 _NEON2SSESTORAGE int8x8_t vorr_s8(int8x8_t a, int8x8_t b); // VORR d0,d0,d0 15244 _NEON2SSE_INLINE int8x8_t vorr_s8(int8x8_t a, int8x8_t b) in vorr_s8() function 15276 #define vorr_u8 vorr_s8
|