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

<<21222324252627282930>>

  /external/openssl/crypto/bf/asm/
bf-586.pl 16 $tmp2="ebx";
34 &push("ebx");
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 34 "movl 4(%%esi),%%ebx" "\n\t"
36 : : "S"(&block[0])/* S means "esi only" */ : "memory","cc","eax","ebx"
169 "movl 4(%%esi),%%ebx" "\n\t"
171 : : "S"(&block[0])/* S means "esi only" */ : "memory","cc","eax","ebx"
298 "movl 4(%%esi),%%ebx" "\n\t"
299 "lock; addl %%ebx,(%%eax)" "\n"
300 : : "S"(&block[0])/* S means "esi only" */ : "memory","cc","eax","ebx"
309 "lock; addl %%ebx,(%%rax)" "\n"
  /external/chromium_org/v8/src/ia32/
debug-ia32.cc 142 __ mov(ebx, Immediate(ExternalReference::debug_break(masm->isolate())));
283 // -- ebx: cache cell for call target
286 Generate_DebugBreakCallHelper(masm, ebx.bit() | edi.bit(), 0, false);
309 // -- ebx: cache cell for call target
313 Generate_DebugBreakCallHelper(masm, ebx.bit() | edi.bit(), eax.bit(), false);
  /external/llvm/test/MC/X86/
x86-64.s 38 // CHECK: movl %eax, 10(%ebp,%ebx)
39 movl %eax, 10(%ebp, %ebx)
40 // CHECK: movl %eax, 10(%ebp,%ebx,4)
41 movl %eax, 10(%ebp, %ebx, 4)
42 // CHECK: movl %eax, 10(,%ebx,4)
43 movl %eax, 10(, %ebx, 4)
85 // CHECK: subl %eax, %ebx
86 subl %eax, %ebx
93 // CHECK: shldl %cl, %eax, %ebx
94 shldl %cl, %eax, %ebx
    [all...]
  /external/v8/src/ia32/
debug-ia32.cc 132 __ mov(ebx, Immediate(ExternalReference::debug_break(masm->isolate())));
246 // -- ebx: cache cell for call target
249 Generate_DebugBreakCallHelper(masm, ebx.bit() | edi.bit(), 0, false);
272 // -- ebx: cache cell for call target
276 Generate_DebugBreakCallHelper(masm, ebx.bit() | edi.bit(), eax.bit(), false);
  /external/v8/test/cctest/
test-assembler-ia32.cc 417 __ push(ebx);
423 __ mov(ebx, 2);
437 __ cmp(ebx, 2);
452 __ pop(ebx);
460 __ pop(ebx);
  /external/valgrind/main/VEX/orig_amd64/
test2.orig 26 addl $-128, %ebx
46 addl $16, %ebx
66 addl $21, %ebx
106 addl $2, %ebx
182 addl $3, %ebx
206 addl $4, %ebx
262 addl $77873, %ebx
266 addl $77874, %ebx
270 addl $77875, %ebx
314 addl $77894, %ebx
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-586.pl 66 $yy="ebx";
331 &mov ("ebx",&DWP(0,$out,$idx,4));
336 &mov (&DWP(0,$out,$ido,4),"ebx");
359 &xor ("ebx","ebx");
366 &mov (&LB("ebx"),&BP(0,$out,$idx));
371 &mov (&BP(0,$out,$ido),&LB("ebx"));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 35 pushl %ebx
60 movl %eax, %ebx
84 pushl %ebx
92 testb $64, 12(%ebx)
97 pushl %ebx
115 pushl %ebx
123 popl %ebx
  /external/llvm/lib/Support/
Host.cpp 59 // gcc doesn't know cpuid would clobber ebx/rbx. Preseve it manually.
82 asm ("movl\t%%ebx, %%esi\n\t"
84 "xchgl\t%%ebx, %%esi\n\t"
98 mov dword ptr [esi],ebx
144 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0;
145 if (GetX86CpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX))
158 GetX86CpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 66 $yy="ebx";
331 &mov ("ebx",&DWP(0,$out,$idx,4));
336 &mov (&DWP(0,$out,$ido,4),"ebx");
359 &xor ("ebx","ebx");
366 &mov (&LB("ebx"),&BP(0,$out,$idx));
371 &mov (&BP(0,$out,$ido),&LB("ebx"));
  /external/chromium_org/third_party/openssl/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/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/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 33 %define rbx ebx
46 %elifidn %1,ebx
48 %elifidn %2,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;
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 254 mov $1, %ebx # print to stdout
265 xor %ebx,%ebx # we return 0
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 54 mov ebx, [rsp+88] ; /* ebx = bits */
370 mov [rsp+88], ebx ; /* bits */
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 17 0xff, 0xb3, 0x04, 0, 0, 0, // pushl 0x4(%ebx)
18 0xff, 0xa3, 0x08, 0, 0, 0, // jmp *0x8(%ebx)
23 0xff, 0xa3, 0, 0, 0, 0, // jmp *sym@GOT(%ebx)
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 103 entry_spills_.push_back(X86ManagedRegister::FromCpuRegister(EBX));
  /art/runtime/arch/x86/
context_x86.cc 61 gprs_[EBX] = NULL;
  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 74 unsigned long ebx; member in struct:sigcontext
user_32.h 55 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
vm86.h 61 long ebx; member in struct:vm86_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 74 unsigned long ebx; member in struct:sigcontext
user_32.h 55 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct

Completed in 1018 milliseconds

<<21222324252627282930>>