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
54 /*All store maybe are non-aligned..*/
79 stp A_l, A_l, [dst] /*non-aligned store..*/
103 * It will lead some bytes written twice and the access is non-aligned.
109 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
119 sub dst, dst, #16/* Pre-bias. */
143 * the line-clear code.
151 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
163 * already at quad-word alignment.