Method vaddd_s64
vaddd_s64(Int64, Int64)
Add (vector). This instruction adds corresponding elements in the two source SIMD&FP registers, places the results into a vector, and writes the vector 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: ADD Dd,Dn,Dm
Declaration
public static long vaddd_s64(long a0, long a1)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int64 | a0 | Int64 a0  | 
| Int64 | a1 | Int64 a1  | 
Returns
| Type | Description | 
|---|---|
| Int64 | Int64  |