HomeSort by relevance Sort by last modified time
    Searched defs:poly8_t (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
mangle-neon-vectors.cpp 9 typedef unsigned char poly8_t; typedef
12 typedef signed char poly8_t; typedef
28 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
aarch64-mangle-neon-vectors.cpp 9 typedef unsigned char poly8_t; typedef
34 typedef __attribute__((neon_polyvector_type(8))) poly8_t poly8x8_t;
35 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
  /external/clang/test/Sema/
aarch64-neon-vector-types.c 7 typedef unsigned char poly8_t; typedef
30 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
neon-vector-types.c 5 typedef signed char poly8_t; typedef
16 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
  /external/neon_2_sse/
NEON_2_SSE.h 190 typedef uint8_t poly8_t; typedef
    [all...]

Completed in 6195 milliseconds