x86: Add cpu features MOVBE and POPCNT
authorAvi Kivity <avi@redhat.com>
Sun, 10 May 2009 11:37:56 +0000 (14:37 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:52 +0000 (11:48 +0300)
Add cpu feature bit support for the MOVBE and POPCNT instructions.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/cpufeature.h

index bb83b1c397aad8d05251db9dcd71880b1967b1f4..9c63bf37ad533f431de2c48db85a963fe1725844 100644 (file)
 #define X86_FEATURE_XMM4_1     (4*32+19) /* "sse4_1" SSE-4.1 */
 #define X86_FEATURE_XMM4_2     (4*32+20) /* "sse4_2" SSE-4.2 */
 #define X86_FEATURE_X2APIC     (4*32+21) /* x2APIC */
+#define X86_FEATURE_MOVBE      (4*32+22) /* MOVBE instruction */
+#define X86_FEATURE_POPCNT      (4*32+23) /* POPCNT instruction */
 #define X86_FEATURE_AES                (4*32+25) /* AES instructions */
 #define X86_FEATURE_XSAVE      (4*32+26) /* XSAVE/XRSTOR/XSETBV/XGETBV */
 #define X86_FEATURE_OSXSAVE    (4*32+27) /* "" XSAVE enabled in the OS */
This page took 0.027524 seconds and 5 git commands to generate.