Lines Matching +full:- +full:a +full:- +full:z0 +full:- +full:9
2 * memchr - find a character in a memory zone
4 * Copyright (c) 2018-2022, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
13 * ARMv8-a, AArch64
20 dup z1.b, w1 /* duplicate c to a vector */
26 b.none 9f
28 /* Read a vector's worth of bytes, bounded by max,
30 ldff1b z0.b, p1/z, [x0, x3]
37 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
49 2: cmpeq p2.b, p0/z, z0.b, z1.b
52 /* No C found. Re-init FFR, increment, and loop. */
58 9: mov x0, 0 /* return null */