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

  /external/libvpx/libvpx/vpx_ports/
x86.h 107 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; local
123 cpuid(0, reg_eax, reg_ebx, reg_ecx, reg_edx);
129 cpuid(1, reg_eax, reg_ebx, reg_ecx, reg_edx);
137 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
139 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
141 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
143 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 55 REG_ECX,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 180 REG_ECX,
181 # define REG_ECX REG_ECX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 180 REG_ECX,
181 # define REG_ECX REG_ECX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 180 REG_ECX,
181 # define REG_ECX REG_ECX
  /external/qemu/target-i386/
exec.h 290 #ifdef reg_ECX
318 #ifdef reg_ECX
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 111 #define SECCOMP_PARM2(_ctx) SECCOMP_REG(_ctx, REG_ECX)
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 63 extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx);
  /external/mesa3d/src/mesa/x86/
common_x86.c 63 extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx);
  /art/runtime/
runtime_linux.cc 165 DumpRegister32(os, "ecx", context.gregs[REG_ECX]);
  /external/chromium_org/base/debug/
stack_trace_posix.cc 279 { " ecx: ", context->uc_mcontext.gregs[REG_ECX] },
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 62 REG_EBX, REG_EDX, REG_ECX, REG_EAX,
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]

Completed in 369 milliseconds