Method vsha1mq_u32
vsha1mq_u32(v128, uint, v128)
SHA1 hash update (majority).
Equivalent instruction: SHA1M Qd,Sn,Vm.4S
Declaration
public static v128 vsha1mq_u32(v128 a0, uint a1, v128 a2)
Parameters
Type | Name | Description |
---|---|---|
v128 | a0 | 128-bit vector a0 |
uint | a1 | UInt32 a1 |
v128 | a2 | 128-bit vector a2 |
Returns
Type | Description |
---|---|
v128 | 128-bit vector |