Lines Matching refs:newinstr1
220 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \
227 ALTINSTR_REPLACEMENT(newinstr1, 1) \
265 #define alternative_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \
266 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memory")
288 * Otherwise, if CPU has feature1, newinstr1 is used.
291 #define alternative_input_2(oldinstr, newinstr1, ft_flags1, newinstr2, \
293 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, \
414 * has @feature1, it replaces @oldinstr with @newinstr1. If CPU has
417 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2
432 \newinstr1
439 .macro ALTERNATIVE_3 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2, newinstr3, ft_flags3
455 \newinstr1