[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.56.3.63 Vector multiply by scalar
- float32x2_t vmul_n_f32 (float32x2_t, float32_t)
Form of expected instruction(s):vmul.f32 d0, d0, d0[0]
- uint32x2_t vmul_n_u32 (uint32x2_t, uint32_t)
Form of expected instruction(s):vmul.i32 d0, d0, d0[0]
- uint16x4_t vmul_n_u16 (uint16x4_t, uint16_t)
Form of expected instruction(s):vmul.i16 d0, d0, d0[0]
- int32x2_t vmul_n_s32 (int32x2_t, int32_t)
Form of expected instruction(s):vmul.i32 d0, d0, d0[0]
- int16x4_t vmul_n_s16 (int16x4_t, int16_t)
Form of expected instruction(s):vmul.i16 d0, d0, d0[0]
- float32x4_t vmulq_n_f32 (float32x4_t, float32_t)
Form of expected instruction(s):vmul.f32 q0, q0, d0[0]
- uint32x4_t vmulq_n_u32 (uint32x4_t, uint32_t)
Form of expected instruction(s):vmul.i32 q0, q0, d0[0]
- uint16x8_t vmulq_n_u16 (uint16x8_t, uint16_t)
Form of expected instruction(s):vmul.i16 q0, q0, d0[0]
- int32x4_t vmulq_n_s32 (int32x4_t, int32_t)
Form of expected instruction(s):vmul.i32 q0, q0, d0[0]
- int16x8_t vmulq_n_s16 (int16x8_t, int16_t)
Form of expected instruction(s):vmul.i16 q0, q0, d0[0]
This document was generated on October 19, 2013 using texi2html 5.0.