Lines Matching refs:newinstr
156 #define ALTINSTR_REPLACEMENT(newinstr, feature, num) /* replacement */ \
158 b_replacement(num)":\n\t" newinstr "\n" e_replacement(num) ":\n"
161 #define ALTERNATIVE(oldinstr, newinstr, feature) \
167 ALTINSTR_REPLACEMENT(newinstr, feature, 1) \
205 * length of oldinstr must be longer or equal the length of newinstr
211 #define alternative(oldinstr, newinstr, feature) \
212 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
228 #define alternative_input(oldinstr, newinstr, feature, input...) \
229 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
247 #define alternative_io(oldinstr, newinstr, feature, output, input...) \
248 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
325 * @newinstr. ".skip" directive takes care of proper instruction padding
326 * in case @newinstr is longer than @oldinstr.
328 .macro ALTERNATIVE oldinstr, newinstr, feature
341 \newinstr