6.56.3.61 Multiply-accumulate, lane
- float32x2_t vmla_lane_f32 (float32x2_t, float32x2_t, float32x2_t, const int)
Form of expected instruction(s): vmla.f32 d0, d0, d0[0]
- uint32x2_t vmla_lane_u32 (uint32x2_t, uint32x2_t, uint32x2_t, const int)
Form of expected instruction(s): vmla.i32 d0, d0, d0[0]
- uint16x4_t vmla_lane_u16 (uint16x4_t, uint16x4_t, uint16x4_t, const int)
Form of expected instruction(s): vmla.i16 d0, d0, d0[0]
- int32x2_t vmla_lane_s32 (int32x2_t, int32x2_t, int32x2_t, const int)
Form of expected instruction(s): vmla.i32 d0, d0, d0[0]
- int16x4_t vmla_lane_s16 (int16x4_t, int16x4_t, int16x4_t, const int)
Form of expected instruction(s): vmla.i16 d0, d0, d0[0]
- float32x4_t vmlaq_lane_f32 (float32x4_t, float32x4_t, float32x2_t, const int)
Form of expected instruction(s): vmla.f32 q0, q0, d0[0]
- uint32x4_t vmlaq_lane_u32 (uint32x4_t, uint32x4_t, uint32x2_t, const int)
Form of expected instruction(s): vmla.i32 q0, q0, d0[0]
- uint16x8_t vmlaq_lane_u16 (uint16x8_t, uint16x8_t, uint16x4_t, const int)
Form of expected instruction(s): vmla.i16 q0, q0, d0[0]
- int32x4_t vmlaq_lane_s32 (int32x4_t, int32x4_t, int32x2_t, const int)
Form of expected instruction(s): vmla.i32 q0, q0, d0[0]
- int16x8_t vmlaq_lane_s16 (int16x8_t, int16x8_t, int16x4_t, const int)
Form of expected instruction(s): vmla.i16 q0, q0, d0[0]
- uint64x2_t vmlal_lane_u32 (uint64x2_t, uint32x2_t, uint32x2_t, const int)
Form of expected instruction(s): vmlal.u32 q0, d0, d0[0]
- uint32x4_t vmlal_lane_u16 (uint32x4_t, uint16x4_t, uint16x4_t, const int)
Form of expected instruction(s): vmlal.u16 q0, d0, d0[0]
- int64x2_t vmlal_lane_s32 (int64x2_t, int32x2_t, int32x2_t, const int)
Form of expected instruction(s): vmlal.s32 q0, d0, d0[0]
- int32x4_t vmlal_lane_s16 (int32x4_t, int16x4_t, int16x4_t, const int)
Form of expected instruction(s): vmlal.s16 q0, d0, d0[0]
- int64x2_t vqdmlal_lane_s32 (int64x2_t, int32x2_t, int32x2_t, const int)
Form of expected instruction(s): vqdmlal.s32 q0, d0, d0[0]
- int32x4_t vqdmlal_lane_s16 (int32x4_t, int16x4_t, int16x4_t, const int)
Form of expected instruction(s): vqdmlal.s16 q0, d0, d0[0]
This document was generated on October 19, 2013 using texi2html 5.0.