Home
last modified time | relevance | path

Searched refs:ALTERNATIVE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dalternative.h79 #define ALTERNATIVE(oldinstr, newinstr, feature) \ macro
115 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
129 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
134 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
139 asm volatile (ALTERNATIVE("call %P[old]", "call %P[new]", feature) \
Darch_hweight.h28 asm (ALTERNATIVE("call __sw_hweight32", POPCNT32, X86_FEATURE_POPCNT) in __arch_hweight32()
53 asm (ALTERNATIVE("call __sw_hweight64", POPCNT64, X86_FEATURE_POPCNT) in __arch_hweight64()