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

/linux-4.1.27/arch/x86/include/asm/
H A Darch_hweight.h6 #define POPCNT32 ".byte 0xf3,0x40,0x0f,0xb8,0xc7" macro
13 #define POPCNT32 ".byte 0xf3,0x0f,0xb8,0xc0" macro
28 asm (ALTERNATIVE("call __sw_hweight32", POPCNT32, X86_FEATURE_POPCNT) __arch_hweight32()

Completed in 32 milliseconds