Lines Matching refs:newinstr
206 #define ALTINSTR_REPLACEMENT(newinstr, num) /* replacement */ \
208 b_replacement(num)":\n\t" newinstr "\n" e_replacement(num) ":\n"
211 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \
217 ALTINSTR_REPLACEMENT(newinstr, 1) \
256 * length of oldinstr must be longer or equal the length of newinstr
262 #define alternative(oldinstr, newinstr, ft_flags) \
263 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) : : : "memory")
279 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \
280 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) \
298 #define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \
299 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) \
376 * @newinstr. ".skip" directive takes care of proper instruction padding
377 * in case @newinstr is longer than @oldinstr.
379 .macro ALTERNATIVE oldinstr, newinstr, ft_flags
392 \newinstr