Method vmovq_n_u16
vmovq_n_u16(ushort)
Duplicate vector element to vector or scalar. This instruction duplicates the vector element at the specified element index in the source SIMD&FP register into a scalar or each element in a vector, and writes the result to the destination SIMD&FP register.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
Equivalent instruction: DUP Vd.8H,rn
Declaration
public static v128 vmovq_n_u16(ushort a0)
Parameters
Type | Name | Description |
---|---|---|
ushort | a0 | UInt16 a0 |
Returns
Type | Description |
---|---|
v128 | 128-bit vector |