NOT (predicate)
Bitwise invert predicate
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. Does not set the condition flags.
Green
True
True
EOR (predicates)
0
0
1
0
0
1
0
1
0
0
0
0
0
1
1
0
NOT <Pd>.B, <Pg>/Z, <Pn>.B
EOR <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.