Lines Matching defs:feature1
170 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\
173 ALTINSTR_ENTRY(feature1, 1) \
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, \
259 * Otherwise, if CPU has feature1, function1 is used.
262 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \
264 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
361 * has @feature1, it replaces @oldinstr with @newinstr1. If CPU has
364 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
373 altinstruction_entry 140b,143f,\feature1,142b-140b,144f-143f