OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86_FEATURE_CMOV
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/x86/
common_x86_features.h
38
#define
X86_FEATURE_CMOV
(1<<1)
/external/syslinux/gpxe/src/arch/i386/include/bits/
cpu.h
19
#define
X86_FEATURE_CMOV
15 /* CMOV instruction (FCMOVCC and FCOMI too if FPU present) */
/external/syslinux/com32/include/
cpufeature.h
27
#define
X86_FEATURE_CMOV
(0*32+15) /* CMOV instruction (FCMOVCC and FCOMI too if FPU present) */
Completed in 86 milliseconds