HomeSort by relevance Sort by last modified time
    Searched full:cpu_has_sse2 (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 42 #define CPU_HAS_SSE2 0x00000080
409 SDL_CPUFeatures |= CPU_HAS_SSE2;
468 if ( SDL_GetCPUFeatures() & CPU_HAS_SSE2 ) {
  /external/pcre/dist/sljit/
sljitNativeX86_common.c 271 static sljit_si cpu_has_sse2 = -1; variable
325 cpu_has_sse2 = (features >> 26) & 0x1;
    [all...]

Completed in 510 milliseconds