Lines Matching full:alternative
32 * alternative assembly primitive:
108 * Alternative sequences
122 * alternative sequence it is defined in (branches into an
123 * alternative sequence are not fixed up).
127 * Begin an alternative code sequence.
156 * Provide the other half of the alternative code sequence.
169 * Complete an alternative code sequence.
181 * Callback-based alternative epilogue
188 * Provides a trivial alternative or default sequence consisting solely
209 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature));
211 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature, CONFIG_FOO));
215 #define ALTERNATIVE(oldinstr, newinstr, ...) \ macro
228 * the alternative sequence everywhere else.
239 #define ALTERNATIVE(oldinstr, newinstr, feature, ...) \