Home
last modified time | relevance | path

Searched refs:vcge_u8 (Results 1 – 5 of 5) sorted by relevance

/external/neon_2_sse/
DNEON_2_SSE.h735 _NEON2SSESTORAGE uint8x8_t vcge_u8(uint8x8_t a, uint8x8_t b); // VCGE.U8 d0, d0, d0
5147 _NEON2SSESTORAGE uint8x8_t vcge_u8(uint8x8_t a, uint8x8_t b); // VCGE.U8 d0, d0, d0
5148 _NEON2SSE_INLINE uint8x8_t vcge_u8(uint8x8_t a, uint8x8_t b) in vcge_u8() function
5293 #define vcle_u8(a,b) vcge_u8(b,a)
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1922 return vcge_u8(v1, v2); in test_vcge_u8()
Darm_neon_intrinsics.c1455 return vcge_u8(a, b); in test_vcge_u8()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c1603 return vcge_u8(a, b); in test_vcge_u8()
Daarch64-neon-intrinsics.c2104 return vcge_u8(v1, v2); in test_vcge_u8()