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

  /external/libvpx/vpx_ports/
x86_cpuid.c 39 unsigned int reg_eax; local
44 cpuid(0, reg_eax, vs[0], vs[2], vs[1]);
x86.h 87 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; local
103 cpuid(0, reg_eax, reg_ebx, reg_ecx, reg_edx);
105 if (reg_eax < 1)
109 cpuid(1, reg_eax, reg_ebx, reg_ecx, reg_edx);
  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 16 if (uc->uc_mcontext.gregs[REG_EAX] != 0)
17 printf("FAILED: handler2 expected eax == 0, not %d\n", uc->uc_mcontext.gregs[REG_EAX]);
18 uc->uc_mcontext.gregs[REG_EAX] = VAL1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 182 REG_EAX,
183 # define REG_EAX REG_EAX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 182 REG_EAX,
183 # define REG_EAX REG_EAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 182 REG_EAX,
183 # define REG_EAX REG_EAX
  /external/qemu/target-i386/
exec.h 287 #ifdef reg_EAX
315 #ifdef reg_EAX
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]

Completed in 254 milliseconds