Lines Matching +full:- +full:a +full:- +full:z0 +full:- +full:9
2 * memcmp - compare memory
4 * Copyright (c) 2018-2022, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
13 * ARMv8-a, AArch64
24 b.none 9f
26 ld1b z0.b, p0/z, [x0, x3] /* read vectors bounded by max. */
29 /* Increment for a whole vector, even if we've only read a partial.
34 cmpne p1.b, p0/z, z0.b, z1.b /* while no inequalities */
39 lasta w0, p1, z0.b /* extract each byte */
44 /* Found end-of-count. */
45 9: mov x0, 0 /* return equality */