Home
last modified time | relevance | path

Searched refs:poly8x8_t (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Darm-neon-vget.c54 poly8x8_t low_p8 (poly8x16_t a) { in low_p8()
110 poly8x8_t high_p8 (poly8x16_t a) { in high_p8()
Darm_neon_intrinsics.c760 poly8x8_t test_vbsl_p8(uint8x8_t a, poly8x8_t b, poly8x8_t c) { in test_vbsl_p8()
933 uint8x8_t test_vceq_p8(poly8x8_t a, poly8x8_t b) { in test_vceq_p8()
1450 poly8x8_t test_vcnt_p8(poly8x8_t a) { in test_vcnt_p8()
1524 poly8x16_t test_vcombine_p8(poly8x8_t a, poly8x8_t b) { in test_vcombine_p8()
1580 poly8x8_t test_vcreate_p8(uint64_t a) { in test_vcreate_p8()
1749 poly8x8_t test_vdup_lane_p8(poly8x8_t a) { in test_vdup_lane_p8()
1803 poly8x16_t test_vdupq_lane_p8(poly8x8_t a) { in test_vdupq_lane_p8()
1880 poly8x8_t test_vdup_n_p8(poly8_t a) { in test_vdup_n_p8()
2086 poly8x8_t test_vext_p8(poly8x8_t a, poly8x8_t b) { in test_vext_p8()
2267 poly8x8_t test_vget_high_p8(poly8x16_t a) { in test_vget_high_p8()
[all …]
Daarch64-neon-intrinsics.c326 poly8x8_t test_vmul_p8(poly8x8_t v1, poly8x8_t v2) { in test_vmul_p8()
810 poly8x8_t test_vbsl_p8(uint8x8_t v1, poly8x8_t v2, poly8x8_t v3) { in test_vbsl_p8()
1092 uint8x8_t test_vtst_p8(poly8x8_t v1, poly8x8_t v2) { in test_vtst_p8()
1147 uint8x8_t test_vceq_p8(poly8x8_t v1, poly8x8_t v2) { in test_vceq_p8()
/external/clang/test/CodeGenCXX/
Daarch64-mangle-neon-vectors.cpp35 typedef __attribute__((neon_polyvector_type(8))) poly8_t poly8x8_t; typedef
61 void f11(poly8x8_t v) {} in f11()