Lines Matching +full:- +full:alt
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 #include <asm/feature-fixups.h>
9 #include <asm/asm-compat.h>
10 #include <asm/ppc-opcode.h>
285 /* Basic alt section test, default case should be taken */ \
296 /* Basic alt section test, else case should be taken */ \
308 /* Alt with smaller else case, should be padded with nops */ \
318 /* Alt section with nested section in default case */ \
333 /* Alt section with nested section in else, default taken */ \
347 /* Alt section with nested section in else, else taken & nop */ \
361 /* Feature section with nested alt section, default taken */ \
373 /* Feature section with nested alt section, else taken */ \
385 /* Feature section with nested alt section, all nop'ed */ \
397 /* Nested alt sections, default with inner default taken */ \
417 /* Nested alt sections, default with inner else taken */ \
437 /* Nested alt sections, else with inner default taken */ \
457 /* Nested alt sections, else with inner else taken */ \
477 /* Nested alt sections, else can have large else case */ \
558 /* Basic alt section test, default case should be taken */ \
569 /* Basic alt section test, else case should be taken */ \
581 /* Alt with smaller else case, should be padded with nops */ \
593 /* Alt section with nested section in default case */ \
608 /* Alt section with nested section in else, default taken */ \
622 /* Alt section with nested section in else, else taken & nop */ \
636 /* Feature section with nested alt section, default taken */ \
648 /* Feature section with nested alt section, else taken */ \
660 /* Feature section with nested alt section, all nop'ed */ \
672 /* Nested alt sections, default with inner default taken */ \
692 /* Nested alt sections, default with inner else taken */ \
712 /* Nested alt sections, else with inner default taken */ \
732 /* Nested alt sections, else with inner else taken */ \
752 /* Nested alt sections, else can have large else case */ \