Method vsha256h2q_u32
vsha256h2q_u32(v128, v128, v128)
SHA256 hash update (part 2).
Equivalent instruction: SHA256H2 Qd,Qn,Vm.4S
Declaration
public static v128 vsha256h2q_u32(v128 a0, v128 a1, v128 a2)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a0 | 128-bit vector a0  | 
| v128 | a1 | 128-bit vector a1  | 
| v128 | a2 | 128-bit vector a2  | 
Returns
| Type | Description | 
|---|---|
| v128 | 128-bit vector  |