HomeSort by relevance Sort by last modified time
    Searched full:reg_ebx (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
109 (void)reg_ebx;
123 cpuid(0, reg_eax, reg_ebx, reg_ecx, reg_edx);
129 cpuid(1, reg_eax, reg_ebx, reg_ecx, reg_edx);
145 if (reg_ebx & BIT(5)) flags |= HAS_AVX2;
  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 53 REG_EBX,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 176 REG_EBX,
177 # define REG_EBX REG_EBX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 176 REG_EBX,
177 # define REG_EBX REG_EBX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 176 REG_EBX,
177 # define REG_EBX REG_EBX
  /external/qemu/target-i386/
exec.h 296 #ifdef reg_EBX
324 #ifdef reg_EBX
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 110 #define SECCOMP_PARM1(_ctx) SECCOMP_REG(_ctx, REG_EBX)
  /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 164 DumpRegister32(os, "ebx", context.gregs[REG_EBX]);
  /external/chromium_org/base/debug/
stack_trace_posix.cc 277 { " ebx: ", context->uc_mcontext.gregs[REG_EBX] },
  /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 354 milliseconds