Lines Matching +full:non +full:- +full:safety
1 /* SPDX-License-Identifier: GPL-2.0-only */
9 * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/
21 * x0 - buf
22 * x1 - c
23 * x2 - n
25 * x0 - buf
55 /*All store maybe are non-aligned..*/
80 stp A_l, A_l, [dst] /*non-aligned store..*/
104 * It will lead some bytes written twice and the access is non-aligned.
110 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
120 sub dst, dst, #16/* Pre-bias. */
144 * the line-clear code.
152 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
164 * already at quad-word alignment.