Method srlv_epi64
srlv_epi64(v128, v128)
Shift packed 64-bit integers in a right by the amount specified by the corresponding element in count while shifting in zeros, and store the results in dst.
Declaration
public static v128 srlv_epi64(v128 a, v128 count)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
| v128 | count | Corresponding element  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |