MOVS (predicated) Move predicates (zeroing), setting the condition flags Read active elements from the source predicate and place 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 ANDS 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 MOVS <Pd>.B, <Pg>/Z, <Pn>.B ANDS <Pd>.B, <Pg>/Z, <Pn>.B, <Pn>.B S == '1' && Pn == Pm <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.