• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:a1

7 int8x16_t test_vcopyq_laneq_s8(int8x16_t a1, int8x16_t a2) {  in test_vcopyq_laneq_s8()  argument
9 return vcopyq_laneq_s8(a1, (int64_t) 3, a2, (int64_t) 13); in test_vcopyq_laneq_s8()
13 uint8x16_t test_vcopyq_laneq_u8(uint8x16_t a1, uint8x16_t a2) { in test_vcopyq_laneq_u8() argument
15 return vcopyq_laneq_u8(a1, (int64_t) 3, a2, (int64_t) 13); in test_vcopyq_laneq_u8()
20 int16x8_t test_vcopyq_laneq_s16(int16x8_t a1, int16x8_t a2) { in test_vcopyq_laneq_s16() argument
22 return vcopyq_laneq_s16(a1, (int64_t) 3, a2, (int64_t) 7); in test_vcopyq_laneq_s16()
27 uint16x8_t test_vcopyq_laneq_u16(uint16x8_t a1, uint16x8_t a2) { in test_vcopyq_laneq_u16() argument
29 return vcopyq_laneq_u16(a1, (int64_t) 3, a2, (int64_t) 7); in test_vcopyq_laneq_u16()
34 int32x4_t test_vcopyq_laneq_s32(int32x4_t a1, int32x4_t a2) { in test_vcopyq_laneq_s32() argument
36 return vcopyq_laneq_s32(a1, (int64_t) 3, a2, (int64_t) 3); in test_vcopyq_laneq_s32()
40 uint32x4_t test_vcopyq_laneq_u32(uint32x4_t a1, uint32x4_t a2) { in test_vcopyq_laneq_u32() argument
42 return vcopyq_laneq_u32(a1, (int64_t) 3, a2, (int64_t) 3); in test_vcopyq_laneq_u32()
46 int64x2_t test_vcopyq_laneq_s64(int64x2_t a1, int64x2_t a2) { in test_vcopyq_laneq_s64() argument
48 return vcopyq_laneq_s64(a1, (int64_t) 0, a2, (int64_t) 1); in test_vcopyq_laneq_s64()
52 uint64x2_t test_vcopyq_laneq_u64(uint64x2_t a1, uint64x2_t a2) { in test_vcopyq_laneq_u64() argument
54 return vcopyq_laneq_u64(a1, (int64_t) 0, a2, (int64_t) 1); in test_vcopyq_laneq_u64()
58 float32x4_t test_vcopyq_laneq_f32(float32x4_t a1, float32x4_t a2) { in test_vcopyq_laneq_f32() argument
60 return vcopyq_laneq_f32(a1, 0, a2, 3); in test_vcopyq_laneq_f32()
64 float64x2_t test_vcopyq_laneq_f64(float64x2_t a1, float64x2_t a2) { in test_vcopyq_laneq_f64() argument
66 return vcopyq_laneq_f64(a1, 0, a2, 1); in test_vcopyq_laneq_f64()