HomeSort by relevance Sort by last modified time
    Searched refs:ebx (Results 1 - 25 of 460) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
global-offset.s 6 addl $_GLOBAL_OFFSET_TABLE_, %ebx
7 leal _GLOBAL_OFFSET_TABLE_(%ebx), %ebx
  /frameworks/compile/libbcc/runtime/lib/i386/
muldi3.S 13 pushl %ebx
19 movl 20(%esp), %ebx // b.hi
20 imull %edx, %ebx // a.lo * b.hi
23 addl %ecx, %ebx // EBX = (a.lo*b.hi + a.hi*b.lo)
24 addl %ebx, %edx
26 popl %ebx
umoddi3.S 26 pushl %ebx
27 movl 20(%esp), %ebx // Find the index i of the leading bit in b.
28 bsrl %ebx, %ecx // If the high word of b is zero, jump to
38 shll %cl, %ebx // (low word of b) >> (1 + i)
39 orl %eax, %ebx //
42 cmpl %ebx, %edx // to avoid overflowing the upcoming divide.
47 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
55 movl 12(%esp), %ebx
56 movl 16(%esp), %ecx // ECX:EBX = a
57 subl %eax, %ebx
    [all...]
  /external/llvm/test/MC/X86/
x86_operands.s 33 # CHECK: addl $1, 1(%eax,%ebx)
34 addl $1, 1(%eax,%ebx)
35 # CHECK: addl $1, 1(%eax,%ebx)
36 addl $1, 1(%eax,%ebx,)
37 # CHECK: addl $1, 1(%eax,%ebx,4)
38 addl $1, 1(%eax,%ebx,4)
39 # CHECK: addl $1, 1(,%ebx)
40 addl $1, 1(,%ebx)
41 # CHECK: addl $1, 1(,%ebx)
42 addl $1, 1(,%ebx,)
    [all...]
  /dalvik/vm/compiler/template/ia32/
header.S 23 #define rINST %ebx
  /bionic/libc/arch-x86/bionic/
atomics_x86.S 15 pushl %ebx
17 mov 12(%esp), %ebx /* ftx */
24 popl %ebx
35 pushl %ebx
36 mov 8(%esp), %ebx /* ftx */
41 popl %ebx
50 pushl %ebx
51 movl 8(%esp), %ebx /* ftx */
56 popl %ebx
65 pushl %ebx
    [all...]
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 10 UInt ebx; variable
19 "\tpushl %ebx\n"
26 "\tmovl " VG_SYM(ebx) ",%ebx\n"
31 "\tmovl %ebx," VG_SYM(ebx) "\n"
40 "\tpopl %ebx\n"
48 ecx = 0x33333333; ebx = 0x44444444;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
56 ecx = 0x33333333; ebx = 0x44444444
    [all...]
  /external/quake/quake/src/QW/client/
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/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...]
  /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
  /bionic/libc/arch-x86/syscalls/
__brk.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
__fork.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
__set_thread_area.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
__setuid.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
__timer_delete.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
__timer_getoverrun.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
_exit.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
_exit_thread.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
acct.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
chdir.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
chroot.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
close.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
dup.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
epoll_create.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx
fchdir.S 10 pushl %ebx
11 mov 8(%esp), %ebx
22 popl %ebx

Completed in 139 milliseconds

1 2 3 4 5 6 7 8 91011>>