6.56.3.46 Get lanes from a vector
- uint32_t vget_lane_u32 (uint32x2_t, const int)
Form of expected instruction(s): vmov.32 r0, d0[0]
- uint16_t vget_lane_u16 (uint16x4_t, const int)
Form of expected instruction(s): vmov.u16 r0, d0[0]
- uint8_t vget_lane_u8 (uint8x8_t, const int)
Form of expected instruction(s): vmov.u8 r0, d0[0]
- int32_t vget_lane_s32 (int32x2_t, const int)
Form of expected instruction(s): vmov.32 r0, d0[0]
- int16_t vget_lane_s16 (int16x4_t, const int)
Form of expected instruction(s): vmov.s16 r0, d0[0]
- int8_t vget_lane_s8 (int8x8_t, const int)
Form of expected instruction(s): vmov.s8 r0, d0[0]
- float32_t vget_lane_f32 (float32x2_t, const int)
Form of expected instruction(s): vmov.32 r0, d0[0]
- poly16_t vget_lane_p16 (poly16x4_t, const int)
Form of expected instruction(s): vmov.u16 r0, d0[0]
- poly8_t vget_lane_p8 (poly8x8_t, const int)
Form of expected instruction(s): vmov.u8 r0, d0[0]
- uint64_t vget_lane_u64 (uint64x1_t, const int)
- int64_t vget_lane_s64 (int64x1_t, const int)
- uint32_t vgetq_lane_u32 (uint32x4_t, const int)
Form of expected instruction(s): vmov.32 r0, d0[0]
- uint16_t vgetq_lane_u16 (uint16x8_t, const int)
Form of expected instruction(s): vmov.u16 r0, d0[0]
- uint8_t vgetq_lane_u8 (uint8x16_t, const int)
Form of expected instruction(s): vmov.u8 r0, d0[0]
- int32_t vgetq_lane_s32 (int32x4_t, const int)
Form of expected instruction(s): vmov.32 r0, d0[0]
- int16_t vgetq_lane_s16 (int16x8_t, const int)
Form of expected instruction(s): vmov.s16 r0, d0[0]
- int8_t vgetq_lane_s8 (int8x16_t, const int)
Form of expected instruction(s): vmov.s8 r0, d0[0]
- float32_t vgetq_lane_f32 (float32x4_t, const int)
Form of expected instruction(s): vmov.32 r0, d0[0]
- poly16_t vgetq_lane_p16 (poly16x8_t, const int)
Form of expected instruction(s): vmov.u16 r0, d0[0]
- poly8_t vgetq_lane_p8 (poly8x16_t, const int)
Form of expected instruction(s): vmov.u8 r0, d0[0]
- uint64_t vgetq_lane_u64 (uint64x2_t, const int)
Form of expected instruction(s): vmov r0, r0, d0
or fmrrd r0, r0, d0
- int64_t vgetq_lane_s64 (int64x2_t, const int)
Form of expected instruction(s): vmov r0, r0, d0
or fmrrd r0, r0, d0
This document was generated on October 19, 2013 using texi2html 5.0.