HomeSort by relevance Sort by last modified time
    Searched full:ebx (Results 651 - 675 of 1021) sorted by null

<<21222324252627282930>>

  /external/webp/src/dsp/
cpu-features.c 48 /* We need to preserve ebx since we're compiling PIC code */
51 "push %%ebx\n"
53 "mov %1, %%ebx\n"
54 "pop %%ebx\n"
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 48 /* We need to preserve ebx since we're compiling PIC code */
51 "push %%ebx\n"
53 "mov %1, %%ebx\n"
54 "pop %%ebx\n"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
vm86.h 76 long ebx; member in struct:vm86_regs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reg.h 60 # define EBX 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vm86.h 76 long ebx; member in struct:vm86_regs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 60 # define EBX 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vm86.h 76 long ebx; member in struct:vm86_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 60 # define EBX 0
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 800 * reserves ebx. Unfortunately, most distribution ship with implementations
801 * of _syscallX() which clobber ebx.
810 __asm__ __volatile__("push %%ebx\n" \
812 "movl %2,%%ebx\n" \
814 "pop %%ebx\n" \
865 __asm__ __volatile__("push %%ebx\n" \
866 "movl %2,%%ebx\n" \
869 "pop %%ebx" \
885 "push %%ebx\n" \
887 "movl 0(%2), %%ebx\n"
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 786 * reserves ebx. Unfortunately, most distribution ship with implementations
787 * of _syscallX() which clobber ebx.
796 __asm__ __volatile__("push %%ebx\n" \
798 "movl %2,%%ebx\n" \
800 "pop %%ebx\n" \
851 __asm__ __volatile__("push %%ebx\n" \
852 "movl %2,%%ebx\n" \
855 "pop %%ebx" \
871 "push %%ebx\n" \
873 "movl 0(%2), %%ebx\n"
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 750 mov ebx, [esp + 32 + 8] // src_stride local
755 lea edx, [ebx + ebx * 2] // src_stride * 3
760 movdqa xmm2, [esi + ebx]
761 movdqa xmm3, [esi + ebx + 16]
764 movdqa xmm2, [esi + ebx * 2]
765 movdqa xmm3, [esi + ebx * 2 + 16]
842 mov ebx, [esp + 32 + 8] // src_stride local
845 lea edx, [ebx + ebx * 2] // src_stride *
965 mov ebx, [esp + 32 + 8] \/\/ src_stride local
1022 mov ebx, [esp + 32 + 8] \/\/ src_stride local
1230 mov ebx, [esp + 32 + 20] \/\/ height local
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp 80 //returnAddr in %ebx, if not zero, jump to returnAddr
87 call_debug_dumpSwitch(); //%ebx, %eax, %edx
  /external/chromium_org/base/
cpu.cc 55 "mov %%ebx, %%edi\n"
57 "xchg %%edi, %%ebx\n"
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586.pl 16 $tmp2="ebx";
34 &push("ebx");
  /external/libyuv/files/source/
cpu_id.cc 33 "mov %%ebx, %%edi \n"
35 "xchg %%edi, %%ebx \n"

Completed in 1906 milliseconds

<<21222324252627282930>>