Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:poly128_t

7 // FIXME: Currently, poly128_t equals to uint128, which will be spilt into
15 void test_vstrq_p128(poly128_t * ptr, poly128_t val) {
22 poly128_t test_vldrq_p128(poly128_t * ptr) {
29 void test_ld_st_p128(poly128_t * ptr) {
37 poly128_t test_vmull_p64(poly64_t a, poly64_t b) {
43 poly128_t test_vmull_high_p64(poly64x2_t a, poly64x2_t b) {
51 poly128_t test_vreinterpretq_p128_s8(int8x16_t a) {
57 poly128_t test_vreinterpretq_p128_s16(int16x8_t a) {
63 poly128_t test_vreinterpretq_p128_s32(int32x4_t a) {
69 poly128_t test_vreinterpretq_p128_s64(int64x2_t a) {
75 poly128_t test_vreinterpretq_p128_u8(uint8x16_t a) {
81 poly128_t test_vreinterpretq_p128_u16(uint16x8_t a) {
87 poly128_t test_vreinterpretq_p128_u32(uint32x4_t a) {
93 poly128_t test_vreinterpretq_p128_u64(uint64x2_t a) {
99 poly128_t test_vreinterpretq_p128_f32(float32x4_t a) {
105 poly128_t test_vreinterpretq_p128_f64(float64x2_t a) {
111 poly128_t test_vreinterpretq_p128_p8(poly8x16_t a) {
117 poly128_t test_vreinterpretq_p128_p16(poly16x8_t a) {
123 poly128_t test_vreinterpretq_p128_p64(poly64x2_t a) {
129 int8x16_t test_vreinterpretq_s8_p128(poly128_t a) {
135 int16x8_t test_vreinterpretq_s16_p128(poly128_t a) {
141 int32x4_t test_vreinterpretq_s32_p128(poly128_t a) {
147 int64x2_t test_vreinterpretq_s64_p128(poly128_t a) {
153 uint8x16_t test_vreinterpretq_u8_p128(poly128_t a) {
159 uint16x8_t test_vreinterpretq_u16_p128(poly128_t a) {
165 uint32x4_t test_vreinterpretq_u32_p128(poly128_t a) {
171 uint64x2_t test_vreinterpretq_u64_p128(poly128_t a) {
177 float32x4_t test_vreinterpretq_f32_p128(poly128_t a) {
183 float64x2_t test_vreinterpretq_f64_p128(poly128_t a) {
189 poly8x16_t test_vreinterpretq_p8_p128(poly128_t a) {
195 poly16x8_t test_vreinterpretq_p16_p128(poly128_t a) {
201 poly64x2_t test_vreinterpretq_p64_p128(poly128_t a) {