Lines Matching full:alternative
29 * alternative assembly primitive:
105 * Alternative sequences
119 * alternative sequence it is defined in (branches into an
120 * alternative sequence are not fixed up).
124 * Begin an alternative code sequence.
153 * Provide the other half of the alternative code sequence.
166 * Complete an alternative code sequence.
178 * Callback-based alternative epilogue
185 * Provides a trivial alternative or default sequence consisting solely
201 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature));
203 * Usage: asm(ALTERNATIVE(oldinstr, newinstr, feature, CONFIG_FOO));
207 #define ALTERNATIVE(oldinstr, newinstr, ...) \ macro