HomeSort by relevance Sort by last modified time
    Searched refs:ebx (Results 1 - 25 of 725) 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
11 addl _GLOBAL_OFFSET_TABLE_-foo,%ebx
bad-relocation.s 7 leal .Lfoo@BADRELOC(%ebx), %eax
  /bionic/libc/arch-x86/include/machine/
asm.h 41 pushl %ebx; \
44 popl %ebx; \
45 addl $_GLOBAL_OFFSET_TABLE_+[.-666b], %ebx
47 popl %ebx
49 #define PIC_GOT(x) x@GOT(%ebx)
50 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /external/compiler-rt/lib/builtins/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
  /development/ndk/platforms/android-21/arch-x86/include/machine/
asm.h 41 pushl %ebx; \
44 popl %ebx; \
45 addl $_GLOBAL_OFFSET_TABLE_+[.-666b], %ebx
47 popl %ebx
49 #define PIC_GOT(x) x@GOT(%ebx)
50 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/machine/
asm.h 41 pushl %ebx; \
44 popl %ebx; \
45 addl $_GLOBAL_OFFSET_TABLE_+[.-666b], %ebx
47 popl %ebx
49 #define PIC_GOT(x) x@GOT(%ebx)
50 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /external/llvm/test/MC/AsmParser/
macro-irp.s 3 .irp reg,%eax,%ebx
8 // CHECK: pushl %ebx
  /bionic/libc/arch-x86/silvermont/string/
sse2-memcpy-slm.S 91 #define PARMS 8 /* Preserve EBX. */
92 #define ENTRANCE PUSH (%ebx);
93 #define RETURN_END POP (%ebx); ret
94 #define RETURN RETURN_END; CFI_PUSH (%ebx)
138 leal 64(%edx), %ebx
139 andl $-64, %ebx
149 cmpl %ebx, %ecx
153 cmpl %ebx, %ecx
160 prefetcht0 128(%ebx, %eax)
162 movdqu (%ebx, %eax), %xmm
    [all...]
  /external/llvm/test/MC/COFF/
relocation-imgrel.s 14 mov foo@IMGREL(%ebx, %ecx, 4), %eax
15 mov foo@imgrel(%ebx, %ecx, 4), %eax
  /bionic/libc/arch-x86/syscalls/
___close.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
__brk.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
__exit.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
__set_thread_area.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
__set_tid_address.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
__timer_delete.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
__timer_getoverrun.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
_exit.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
acct.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
chdir.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
chroot.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
dup.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
epoll_create1.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
fchdir.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
fdatasync.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx
fsync.S 6 pushl %ebx
8 .cfi_rel_offset ebx, 0
9 mov 8(%esp), %ebx
19 popl %ebx

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>