Lines Matching +full:alternative +full:- +full:a
1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <asm/alternative.h>
7 #include <asm/fpu-insn.h>
27 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 # endian-neutral
33 * s390 ChaCha20 implementation meant for vDSO. Produces a given positive
34 * number of blocks of output with nonce 0, taking an input key and 8-bytes
46 /* COPY0 = "expand 32-byte k" */
50 ALTERNATIVE __stringify(VL BEPERM,16,,%r1), "brcl 0,0", ALT_FACILITY(148)
133 ALTERNATIVE \
156 /* OUTPUT += 64, --NBLOCKS */
171 /* Early exit if TMP0-TMP3 have not been used */
172 ALTERNATIVE "nopr", "br %r14", ALT_FACILITY(148)