Lines Matching full:alternative
31 * alternative assembly primitive:
107 * Alternative sequences
121 * alternative sequence it is defined in (branches into an
122 * alternative sequence are not fixed up).
126 * Begin an alternative code sequence.
155 * Provide the other half of the alternative code sequence.
168 * Complete an alternative code sequence.
180 * Callback-based alternative epilogue
187 * Provides a trivial alternative or default sequence consisting solely
267 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature));
269 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature, CONFIG_FOO));
273 #define ALTERNATIVE(oldinstr, newinstr, ...) \ macro