Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Darch_hweight.h9 #define POPCNT32 ".byte 0xf3,0x0f,0xb8,0xc7" macro
16 #define POPCNT32 ".byte 0xf3,0x0f,0xb8,0xc0" macro
27 asm (ALTERNATIVE("call __sw_hweight32", POPCNT32, X86_FEATURE_POPCNT) in __arch_hweight32()