Searched refs:poly8x16x3_t (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 1108 poly8x8_t test_vqtbl3_p8(poly8x16x3_t a, uint8x8_t b) { in test_vqtbl3_p8() 1216 poly8x16_t test_vqtbl3q_p8(poly8x16x3_t a, uint8x16_t b) { in test_vqtbl3q_p8() 1392 poly8x8_t test_vqtbx3_p8(poly8x8_t a, poly8x16x3_t b, uint8x8_t c) { in test_vqtbx3_p8() 1471 poly8x16_t test_vqtbx3q_p8(poly8x16_t a, poly8x16x3_t b, uint8x16_t c) { in test_vqtbx3q_p8()
|
D | aarch64-neon-ldst-one.c | 1014 poly8x16x3_t test_vld3q_dup_p8(poly8_t *a) { in test_vld3q_dup_p8() 3488 poly8x16x3_t test_vld3q_lane_p8(poly8_t *a, poly8x16x3_t b) { in test_vld3q_lane_p8() 6590 void test_vst3q_lane_p8(poly8_t *a, poly8x16x3_t b) { in test_vst3q_lane_p8()
|
D | aarch64-neon-intrinsics.c | 10788 poly8x16x3_t test_vld3q_p8(poly8_t const *a) { in test_vld3q_p8() 12726 void test_vst3q_p8(poly8_t *a, poly8x16x3_t b) { in test_vst3q_p8() 14683 poly8x16x3_t test_vld1q_p8_x3(poly8_t const *a) { in test_vld1q_p8_x3() 16497 void test_vst1q_p8_x3(poly8_t *a, poly8x16x3_t b) { in test_vst1q_p8_x3()
|
D | arm_neon_intrinsics.c | 6071 poly8x16x3_t test_vld3q_p8(poly8_t const * a) { in test_vld3q_p8() 19660 void test_vst3q_p8(poly8_t * a, poly8x16x3_t b) { in test_vst3q_p8()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 1108 poly8x8_t test_vqtbl3_p8(poly8x16x3_t a, uint8x8_t b) { in test_vqtbl3_p8() 1216 poly8x16_t test_vqtbl3q_p8(poly8x16x3_t a, uint8x16_t b) { in test_vqtbl3q_p8() 1392 poly8x8_t test_vqtbx3_p8(poly8x8_t a, poly8x16x3_t b, uint8x8_t c) { in test_vqtbx3_p8() 1471 poly8x16_t test_vqtbx3q_p8(poly8x16_t a, poly8x16x3_t b, uint8x16_t c) { in test_vqtbx3q_p8()
|
D | arm-neon-vld.c | 923 poly8x16x3_t test_vld1q_p8_x3(poly8_t const *a) { in test_vld1q_p8_x3() 2234 void test_vld3q_dup_p8(poly8x16x3_t *dest, const poly8_t *src) { in test_vld3q_dup_p8()
|
D | arm-neon-vst.c | 1513 void test_vst1q_p8_x3(poly8_t *a, poly8x16x3_t b) { in test_vst1q_p8_x3()
|
D | aarch64-neon-ldst-one.c | 2310 poly8x16x3_t test_vld3q_lane_p8(poly8_t *a, poly8x16x3_t b) { in test_vld3q_lane_p8() 5412 void test_vst3q_lane_p8(poly8_t *a, poly8x16x3_t b) { in test_vst3q_lane_p8()
|
D | aarch64-neon-intrinsics.c | 9960 poly8x16x3_t test_vld3q_p8(poly8_t const *a) { in test_vld3q_p8() 11898 void test_vst3q_p8(poly8_t *a, poly8x16x3_t b) { in test_vst3q_p8()
|
D | arm_neon_intrinsics.c | 5252 poly8x16x3_t test_vld3q_p8(poly8_t const * a) { in test_vld3q_p8() 17177 void test_vst3q_p8(poly8_t * a, poly8x16x3_t b) { in test_vst3q_p8()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 372 typedef struct int8x16x3_t poly8x16x3_t; typedef 1358 poly8x16x3_t vld3q_p8(__transfersize(48) poly8_t const * ptr); // VLD3.8 {d0, d2, d4}, [r0] 1515 _NEON2SSESTORAGE void vst3q_p8_ptr(__transfersize(48) poly8_t * ptr, poly8x16x3_t * val); // VST3.8… 10073 poly8x16x3_t vld3q_p8(__transfersize(48) poly8_t const * ptr); // VLD3.8 {d0, d2, d4}, [r0] 11323 _NEON2SSESTORAGE void vst3q_p8_ptr(__transfersize(48) poly8_t * ptr, poly8x16x3_t * val);
|