Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm-neon-vget.c59 poly16x4_t low_p16(poly16x8_t a) { in low_p16()
115 poly16x4_t high_p16(poly16x8_t a) { in high_p16()
Darm_neon_intrinsics.c766 poly16x4_t test_vbsl_p16(uint16x4_t a, poly16x4_t b, poly16x4_t c) { in test_vbsl_p16()
1529 poly16x8_t test_vcombine_p16(poly16x4_t a, poly16x4_t b) { in test_vcombine_p16()
1585 poly16x4_t test_vcreate_p16(uint64_t a) { in test_vcreate_p16()
1755 poly16x4_t test_vdup_lane_p16(poly16x4_t a) { in test_vdup_lane_p16()
1809 poly16x8_t test_vdupq_lane_p16(poly16x4_t a) { in test_vdupq_lane_p16()
1886 poly16x4_t test_vdup_n_p16(poly16_t a) { in test_vdup_n_p16()
2104 poly16x4_t test_vext_p16(poly16x4_t a, poly16x4_t b) { in test_vext_p16()
2272 poly16x4_t test_vget_high_p16(poly16x8_t a) { in test_vget_high_p16()
2321 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
2466 poly16x4_t test_vget_low_p16(poly16x8_t a) { in test_vget_low_p16()
[all …]
Daarch64-neon-intrinsics.c816 poly16x4_t test_vbsl_p16(uint16x4_t v1, poly16x4_t v2, poly16x4_t v3) { in test_vbsl_p16()
/external/clang/test/CodeGenCXX/
Daarch64-mangle-neon-vectors.cpp37 typedef __attribute__((neon_polyvector_type(4))) poly16_t poly16x4_t; typedef
63 void f12(poly16x4_t v) {} in f12()