Lines Matching defs:newinstr2
220 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \
228 ALTINSTR_REPLACEMENT(newinstr2, 2) \
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")
287 * If CPU has feature2, newinstr2 is used.
291 #define alternative_input_2(oldinstr, newinstr1, ft_flags1, newinstr2, \
294 newinstr2, ft_flags2) \
417 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2
434 \newinstr2
439 .macro ALTERNATIVE_3 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2, newinstr3, ft_flags3
457 \newinstr2