HomeSort by relevance Sort by last modified time
    Searched full:ebx (Results 426 - 450 of 668) sorted by null

<<11121314151617181920>>

  /bionic/libc/arch-x86/string/
ssse3-strcmp-latest.S 209 PUSH (%ebx)
222 xor %ebx, %ebx
226 or $0x20, %ebx
285 mov $0x10, %ebx
334 or $1, %ebx
440 or $2, %ebx
547 or $3, %ebx
653 or $4, %ebx
762 or $5, %ebx
    [all...]
ssse3-memcpy5.S 108 # define PARMS 8 /* Preserve EBX. */
109 # define ENTRANCE PUSH (%ebx);
110 # define RETURN_END POP (%ebx); ret
111 # define RETURN RETURN_END; CFI_PUSH (%ebx)
114 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
118 /* We first load PC into EBX. */ \
121 addl $(TABLE - .), %ebx; \
124 addl (%ebx,INDEX,SCALE), %ebx; \
126 jmp *%ebx
    [all...]
  /external/libvpx/vpx_ports/
x86_abi_support.asm 31 %define rbx ebx
44 %elifidn %1,ebx
46 %elifidn %2,ebx
  /external/openssl/crypto/perlasm/
x86asm.pl 124 &push("ebx");
132 &pop("ebx");
143 &pop("ebx");
  /external/valgrind/main/coregrind/
m_machine.c 476 UInt eax, ebx, ecx, edx, max_basic, max_extended; local
484 VG_(cpuid)(0, &eax, &ebx, &ecx, &edx);
492 VG_(memcpy)(&vstr[0], &ebx, 4);
497 VG_(cpuid)(0x80000000, &eax, &ebx, &ecx, &edx);
501 VG_(cpuid)(1, &eax, &ebx, &ecx, &edx);
517 VG_(cpuid)(0x80000001, &eax, &ebx, &ecx, &edx);
547 UInt eax, ebx, ecx, edx, max_basic, max_extended; local
555 VG_(cpuid)(0, &eax, &ebx, &ecx, &edx);
563 VG_(memcpy)(&vstr[0], &ebx, 4);
568 VG_(cpuid)(0x80000000, &eax, &ebx, &ecx, &edx)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /dalvik/vm/mterp/x86-atom/
entry.S 35 movl %ebx, -8(%esp) # save %ebx
52 movl -8(%esp), %ebx # restore %ebx
header.S 30 * EBX, ESI, EDI, EBP - are callee saved
46 * %ebx rINST first 16-bit code unit of current instruction
62 #define rINST %ebx
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /external/openssl/crypto/bn/asm/x86/
add.pl 14 $r="ebx";
mul.pl 13 $a="ebx";
mul_add.pl 13 $a="ebx";
sub.pl 14 $r="ebx";
  /external/quake/quake/src/WinQuake/
dosisms.h 37 unsigned long ebx; member in struct:__anon10670::__anon10671
  /external/valgrind/main/none/tests/x86/
x86locked.c 242 "movl 8(%0), %%ebx\n\t" \
243 "lock; " #_name " %%" #_eax ",(%%ebx)\n\t" \
247 : : "r"(&block[0]) : "eax","ebx","cc","memory" \
326 "movl 4(%0), %%ebx\n\t" \
327 "lock; " #_name " $" #_imm ",(%%ebx)\n\t" \
331 : : "r"(&block[0]) : "eax","ebx","cc","memory" \
428 "movl 4(%0), %%ebx\n\t" \
429 "lock; " #_name " (%%ebx)\n\t" \
433 : : "r"(&block[0]) : "eax","ebx","cc","memory" \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
vm86.h 76 long ebx; member in struct:vm86_regs
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reg.h 60 # define EBX 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 67 unsigned long ebx; member in struct:sigcontext
  /external/libyuv/files/source/
scale.cc 379 mov ebx, [esp + 32 + 8] // src_stride local
384 lea edx, [ebx + ebx * 2] // src_stride * 3
389 movdqa xmm2, [esi + ebx]
390 movdqa xmm3, [esi + ebx + 16]
393 movdqa xmm2, [esi + ebx * 2]
394 movdqa xmm3, [esi + ebx * 2 + 16]
471 mov ebx, [esp + 32 + 8] // src_stride local
474 lea edx, [ebx + ebx * 2] // src_stride *
594 mov ebx, [esp + 32 + 8] \/\/ src_stride local
651 mov ebx, [esp + 32 + 8] \/\/ src_stride local
860 mov ebx, [esp + 32 + 20] \/\/ height local
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 267 movl %ebx, LOCAL1_OFFSET(%ebp) # LOCAL1_OFFSET(%ebp)<- save %ebx
273 movl (%ecx), %ebx # %ebx<- vCCCC
276 movl %ebx, (%edx) # *outs<- vCCCC
279 movl LOCAL1_OFFSET(%ebp), %ebx # %ebx<- restore %ebx
  /external/openssl/crypto/bf/asm/
bf-586.pl 16 $tmp2="ebx";
34 &push("ebx");
  /external/openssl/crypto/bn/asm/
bn-586.pl 134 &push("ebx");
141 $a="ebx";
250 &push("ebx");
257 $a="ebx";
356 &push("ebx");
363 $num="ebx";
433 $r="ebx";
505 $r="ebx";
577 $r="ebx";
  /external/qemu/target-i386/
exec.h 40 #define EBX (env->regs[R_EBX])
297 EBX = env->regs[R_EBX];
325 env->regs[R_EBX] = EBX;

Completed in 557 milliseconds

<<11121314151617181920>>