Searched refs:ALTERNATIVE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Darch_hweight.h28 asm (ALTERNATIVE("call __sw_hweight32", POPCNT32, X86_FEATURE_POPCNT)
53 asm (ALTERNATIVE("call __sw_hweight64", POPCNT64, X86_FEATURE_POPCNT)
H A Dalternative.h81 #define ALTERNATIVE(oldinstr, newinstr, feature) \ macro
100 * This must be included *after* the definition of ALTERNATIVE due to
118 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
132 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
137 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
142 asm volatile (ALTERNATIVE("call %P[old]", "call %P[new]", feature) \
H A Datomic64_32.h20 #define ATOMIC64_ALTERNATIVE_(f, g) ALTERNATIVE("call atomic64_" #f "_386", "call atomic64_" #g "_cx8", X86_FEATURE_CX8)

Completed in 52 milliseconds