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

1 2 3 4 5 67 8 91011>>

  /bionic/libc/arch-x86/syscalls/
utimes.S 10 pushl %ebx
12 mov 12(%esp), %ebx
25 popl %ebx
write.S 10 pushl %ebx
13 mov 16(%esp), %ebx
28 popl %ebx
writev.S 10 pushl %ebx
13 mov 16(%esp), %ebx
28 popl %ebx
__llseek.S 10 pushl %ebx
15 mov 24(%esp), %ebx
34 popl %ebx
__mmap2.S 10 pushl %ebx
16 mov 28(%esp), %ebx
37 popl %ebx
__openat.S 10 pushl %ebx
14 mov 20(%esp), %ebx
31 popl %ebx
  /external/v8/test/cctest/
test-disasm-ia32.cc 75 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
78 __ add(edx, Operand(ebx));
80 __ add(edx, Operand(ebx, 0));
81 __ add(edx, Operand(ebx, 16));
82 __ add(edx, Operand(ebx, 1999));
92 __ add(Operand(ebx), Immediate(12));
103 __ cmp(ebx, foo2);
104 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0));
105 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local
129 __ bts(Operand(ebx, ecx, times_4, 0), ecx)
    [all...]
  /external/quake/quake/src/QW/client/
surf8.asm 247 push ebx
248 mov ebx,ds:dword ptr[_r_lightptr]
254 mov eax,ds:dword ptr[ebx]
255 mov edx,ds:dword ptr[4+ebx]
261 lea ebx,ds:dword ptr[ebx+ecx*4]
262 mov ds:dword ptr[_r_lightptr],ebx
263 mov ecx,ds:dword ptr[4+ebx]
264 mov ebx,ds:dword ptr[ebx]
    [all...]
surf8.s 51 pushl %ebx
55 movl C(r_lightptr),%ebx
68 movl (%ebx),%eax // lightleft
69 movl 4(%ebx),%edx // lightright
78 leal (%ebx,%ecx,4),%ebx
81 movl %ebx,C(r_lightptr)
87 movl 4(%ebx),%ecx // lightptr[1]
88 movl (%ebx),%ebx // lightptr[0
    [all...]
block16.h 3 movb (%esi,%ebx,),%cl
7 leal (%esi,%ebx,2),%esi
18 movb (%esi,%ebx,),%cl
22 leal (%esi,%ebx,2),%esi
33 movb (%esi,%ebx,),%cl
37 leal (%esi,%ebx,2),%esi
48 movb (%esi,%ebx,),%cl
52 leal (%esi,%ebx,2),%esi
64 movb (%esi,%ebx,),%cl
68 leal (%esi,%ebx,2),%es
    [all...]
block8.h 3 movb (%esi,%ebx,),%cl
7 leal (%esi,%ebx,2),%esi
18 movb (%esi,%ebx,),%cl
22 leal (%esi,%ebx,2),%esi
33 movb (%esi,%ebx,),%cl
37 leal (%esi,%ebx,2),%esi
48 movb (%esi,%ebx,),%cl
52 leal (%esi,%ebx,2),%esi
64 movb (%esi,%ebx,),%cl
68 leal (%esi,%ebx,2),%es
    [all...]
  /external/quake/quake/src/WinQuake/
surf8.s 51 pushl %ebx
55 movl C(r_lightptr),%ebx
68 movl (%ebx),%eax // lightleft
69 movl 4(%ebx),%edx // lightright
78 leal (%ebx,%ecx,4),%ebx
81 movl %ebx,C(r_lightptr)
87 movl 4(%ebx),%ecx // lightptr[1]
88 movl (%ebx),%ebx // lightptr[0
    [all...]
  /external/clang/test/CodeGen/
2004-03-16-AsmRegisterCrash.c 9 register int X __asm__("ebx");
  /external/oprofile/libop/
op_hw_specific.h 25 "pushl %%ebx\n" /* must be preserved due to PIC code */
27 "mov %%ebx, 0(%%edi)\n"
30 "popl %%ebx\n"
46 "pushl %%ebx\n"
48 "popl %%ebx\n"
54 asm("cpuid" : "=a" (v.eax) : "a" (code) : "ecx","ebx","edx");
87 static inline void workaround_nehalem_aaj79(unsigned *ebx)
97 *ebx |= (1 << 2); /* disable unsupported event */
103 unsigned ebx, eax; local
106 "pushl %%ebx\n
    [all...]
  /bionic/libc/arch-x86/string/
memset.S 11 pushl %ebx
35 movl %ecx,%ebx
36 subl %edx,%ebx
42 movl %ebx,%ecx
47 movl %ebx,%ecx /* set remainder by bytes */
53 popl %ebx
  /external/valgrind/main/memcheck/tests/x86/
pushpopmem.c 17 "popl %%ebx\n\t"
20 "popl 0(%%ebx)"
23 : /*TRASH*/ "memory", "eax", "ebx"
42 "popl %%ebx\n\t"
45 "popw 0(%%ebx)"
48 : /*TRASH*/ "memory", "eax", "ebx"
  /external/valgrind/main/none/tests/x86/
cpuid_s.S 17 pushl %ebx
25 movl %ebx, 4(%edi)
31 popl %ebx
47 pushl %ebx
55 movl %ebx, 4(%edi)
61 popl %ebx
  /frameworks/compile/libbcc/runtime/lib/i386/
udivdi3.S 25 pushl %ebx
26 movl 20(%esp), %ebx // Find the index i of the leading bit in b.
27 bsrl %ebx, %ecx // If the high word of b is zero, jump to
37 shll %cl, %ebx // (low word of b) >> (1 + i)
38 orl %eax, %ebx //
41 cmpl %ebx, %edx // to avoid overflowing the upcoming divide.
46 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
54 movl 12(%esp), %ebx
55 movl 16(%esp), %ecx // ECX:EBX = a
56 subl %eax, %ebx
    [all...]
moddi3.S 53 pushl %ebx
54 movl 24(%esp), %ebx // Find the index i of the leading bit in b.
55 bsrl %ebx, %ecx // If the high word of b is zero, jump to
65 shll %cl, %ebx // (low word of b) >> (1 + i)
66 orl %eax, %ebx //
69 cmpl %ebx, %edx // to avoid overflowing the upcoming divide.
74 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
82 movl 16(%esp), %ebx
83 movl 20(%esp), %ecx // ECX:EBX = a
84 subl %eax, %ebx
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_so.S 55 pushl %ebx
57 addl $_GLOBAL_OFFSET_TABLE_, %ebx
59 cmpb $0, completed.4454@GOTOFF(%ebx)
61 movl __dso_handle@GOTOFF(%ebx), %eax
64 movl __deregister_frame_info_bases@GOT(%ebx), %eax
67 leal __EH_FRAME_BEGIN__@GOTOFF(%ebx), %eax
71 movb $1, completed.4454@GOTOFF(%ebx)
74 popl %ebx
83 pushl %ebx
85 addl $_GLOBAL_OFFSET_TABLE_, %ebx
    [all...]
  /external/flac/libFLAC/ia32/
bitreader_asm.nasm 73 push ebx
121 mov ebx, [ebp]
122 mov eax, [ebx + 4*esi] ; b = br->buffer[cwords]
127 bsr ebx, eax
128 not ebx
129 and ebx, 31 ; ebx = 'i' = # of leading 0 bits in 'b' (eax)
130 add ecx, ebx ; cbits += i;
131 add edi, ebx ; uval += i;
146 ;; ebx (bl) intermediate result index into FLAC__crc16_table[
    [all...]
  /external/valgrind/main/none/tests/amd64/
cmpxchg.stdout.exp 9 cmpxchg %ebx,%ecx (eax=22222222 ebx=44444444 ecx=33333333)
10 eax!=ecx so eax should equal ecx (Result eax=33333333 ebx=44444444 ecx=33333333)
11 cmpxchg %ebx,%ecx (eax=77777777 ebx=55555555 ecx=55555555)
12 eax==ecx so ecx should equal ebx (Result eax=55555555 ebx=55555555 ecx=55555555)
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 101 push ebx
105 mov ebx,eax local
109 mul ebx
115 imul ebx,edx local
117 lea ebx,[ebx+ecx] local
118 mov dword ptr [ebp-14h],ebx
121 pop ebx
133 push ebx
163 mov ebx,ea local
169 mov ebx,eax local
174 shr ebx,1 local
178 or ebx,ebx local
223 mov ebx,eax local
230 mov ebx,dword ptr [esp+14h] local
235 rcr ebx,1 local
305 mov ebx,eax local
310 shr ebx,1 local
314 or ebx,ebx local
364 mov ebx,dword ptr [esp+10h] local
369 rcr ebx,1 local
437 mov ebx,eax local
449 mov ebx,eax local
454 shr ebx,1 local
458 or ebx,ebx local
478 xor ebx,ebx local
490 mov ebx,ecx local
516 mov ebx,eax local
529 mov ebx,dword ptr [esp+10h] local
534 rcr ebx,1 local
557 xor ebx,ebx local
566 mov ebx,ecx local
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 46 mov $cw,%ebx
47 fldcw 0(%ebx) # ebx
59 mov %eax,%ebx
60 fldcw 32(%ebx) # ebx + 8 bit offset
72 mov %eax,%ebx
73 fldcw 30000(%ebx) # ebx + 16 bit offset
96 movl result, %ebx # sanity check to see if th
    [all...]
  /external/llvm/test/MC/ELF/
relax-arith.s 12 imul $foo, %ebx, %ebx
13 imul $foo, bar, %ebx
22 and $foo, %ebx
32 or $foo, %ebx
42 xor $foo, %ebx
52 add $foo, %ebx
62 sub $foo, %ebx
72 cmp $foo, %ebx

Completed in 259 milliseconds

1 2 3 4 5 67 8 91011>>