Method test_all_ones
test_all_ones(v128)
Compute the bitwise NOT of "a" and then AND with a 128-bit vector containing all 1's, and return 1 if the result is zero, otherwise return 0.>
Declaration
public static int test_all_ones(v128 a)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
Returns
| Type | Description | 
|---|---|
| Int32 | Boolean result  |