Lines Matching full:alternative
53 * alternative assembly primitive:
129 * Alternative sequences
143 * alternative sequence it is defined in (branches into an
144 * alternative sequence are not fixed up).
148 * Begin an alternative code sequence.
177 * Provide the other half of the alternative code sequence.
190 * Complete an alternative code sequence.
202 * Callback-based alternative epilogue
209 * Provides a trivial alternative or default sequence consisting solely
289 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature));
291 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature, CONFIG_FOO));
295 #define ALTERNATIVE(oldinstr, newinstr, ...) \ macro