NOTS
Bitwise invert predicate, setting the condition flags
Bitwise invert each active element of the source predicate, and place the results in the corresponding elements of the destination predicate. Inactive elements in the destination predicate register are set to zero. Sets the First (N), None (Z), !Last (C) condition flags based on the predicate result, and the V flag to zero.
Green
True
True
EORS
0
0
1
0
0
1
0
1
0
1
0
0
0
1
1
0
NOTS <Pd>.B, <Pg>/Z, <Pn>.B
EORS <Pd>.B, <Pg>/Z, <Pn>.B, <Pg>.B
Pm == Pg
<Pd>
Is the name of the destination scalable predicate register, encoded in the "Pd" field.
<Pg>
Is the name of the governing scalable predicate register, encoded in the "Pg" field.
<Pn>
Is the name of the first source scalable predicate register, encoded in the "Pn" field.