Searched refs:X86_CPU_CMOV (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/x86/ | ||
D | common_x86_features.h | 50 #define X86_CPU_CMOV (1<<15) macro |
D | common_x86.c | 251 if (cpu_features & X86_CPU_CMOV) in _mesa_get_x86_features() |