Lines Matching refs:newinstr1
170 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\
177 ALTINSTR_REPLACEMENT(newinstr1, feature1, 1) \
214 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \
215 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory")
237 * Otherwise, if CPU has feature1, newinstr1 is used.
240 #define alternative_input_2(oldinstr, newinstr1, feature1, newinstr2, \
242 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, \
361 * has @feature1, it replaces @oldinstr with @newinstr1. If CPU has
364 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
379 \newinstr1