Searched refs:ALTERNATIVE (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | alternative.h | 79 #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) \
|
D | arch_hweight.h | 28 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()
|