Lines Matching defs:feature2
170 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\
174 ALTINSTR_ENTRY(feature2, 2) \
178 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \
214 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \
215 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory")
236 * If CPU has feature2, newinstr2 is used.
241 feature2, input...) \
243 newinstr2, feature2) \
258 * If CPU has feature2, function2 is used.
262 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \
265 "call %P[new2]", feature2) \
362 * @feature2, it replaces @oldinstr with @feature2.
364 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
374 altinstruction_entry 140b,144f,\feature2,142b-140b,145f-144f