HomeSort by relevance Sort by last modified time
    Searched refs:ebx (Results 1 - 25 of 646) 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
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
unary.asm 4 mov ebx, -0
5 mov ebx, -5
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftimes.asm 3 mov ebx, ebx
6 mov ebx, ebx
9 mov ebx, ebx
12 times 0x10 mov ebx, ebx
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftimes.asm 3 mov ebx, ebx
6 mov ebx, ebx
9 mov ebx, ebx
12 times 0x10 mov ebx, ebx
  /external/compiler-rt/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/AsmParser/
macro-irp.s 3 .irp reg,%eax,%ebx
8 // CHECK: pushl %ebx
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586.S 10 pushl %ebx
11 movl 12(%esp),%ebx
16 movl (%ebx),%edi
17 movl 4(%ebx),%esi
19 movl (%ebp),%ebx
21 xorl %ebx,%edi
25 movl %edi,%ebx
27 shrl $16,%ebx
30 andl $255,%ebx
34 movl 1096(%ebp,%ebx,4),%eb
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.S 10 pushl %ebx
11 movl 12(%esp),%ebx
16 movl (%ebx),%edi
17 movl 4(%ebx),%esi
19 movl (%ebp),%ebx
21 xorl %ebx,%edi
25 movl %edi,%ebx
27 shrl $16,%ebx
30 andl $255,%ebx
34 movl 1096(%ebp,%ebx,4),%eb
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
crypt586.S 9 pushl %ebx
34 movl %eax,%ebx
35 shll $16,%ebx
38 xorl %ebx,%eax
40 movl (%ebp),%ebx
41 xorl %ebx,%eax
47 xorl %ebx,%ebx
54 xorl (%ebp,%ebx,1),%edi
59 xorl 0x100(%ebp,%ebx,1),%ed
    [all...]
  /external/openssl/crypto/des/asm/
crypt586.S 9 pushl %ebx
34 movl %eax,%ebx
35 shll $16,%ebx
38 xorl %ebx,%eax
40 movl (%ebp),%ebx
41 xorl %ebx,%eax
47 xorl %ebx,%ebx
54 xorl (%ebp,%ebx,1),%edi
59 xorl 0x100(%ebp,%ebx,1),%ed
    [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...]
intel-syntax.s 72 // CHECK: movl %ecx, (,%ebx,4)
73 mov [4*ebx], ecx
74 // CHECK: movl %ecx, (,%ebx,4)
75 mov [ebx*4], ecx
86 // CHECK: movl %ecx, (%eax,%ebx,4)
87 mov [eax + 4*ebx], ecx
88 // CHECK: movl %ecx, (%eax,%ebx,4)
89 mov [eax + ebx*4], ecx
90 // CHECK: movl %ecx, (%eax,%ebx,4)
91 mov [4*ebx + eax], ec
    [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
  /dalvik/vm/compiler/template/ia32/
header.S 23 #define rINST %ebx
  /bionic/libc/arch-x86/bionic/
futex_x86.S 9 pushl %ebx
11 mov 12(%esp), %ebx /* ftx */
18 popl %ebx
24 pushl %ebx
25 mov 8(%esp), %ebx /* ftx */
30 popl %ebx
36 pushl %ebx
37 movl 8(%esp), %ebx /* ftx */
42 popl %ebx
48 pushl %ebx
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
arithsmall.asm 8 and ebx, 3584
9 and ebx, 35
10 and ebx, strict dword 3584
11 and ebx, strict dword 35
12 and ebx, strict byte 3584
13 and ebx, strict byte 35
opersize.asm 6 o32 mov eax, ebx
7 o16 mov eax, ebx
8 mov eax, ebx
15 o32 mov eax, ebx
16 o16 mov eax, ebx
17 mov eax, ebx
  /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/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-586.S 15 pushl %ebx
20 movl 4(%edi),%ebx
30 andl %ebx,%edi
34 movl %ebx,%edi
37 addl %ebx,%eax
49 xorl %ebx,%edi
52 xorl %ebx,%edi
61 leal 3250441966(%ebx,%ebp,1),%ebx
63 addl %edi,%ebx
    [all...]
  /external/openssl/crypto/md5/asm/
md5-586.S 15 pushl %ebx
20 movl 4(%edi),%ebx
30 andl %ebx,%edi
34 movl %ebx,%edi
37 addl %ebx,%eax
49 xorl %ebx,%edi
52 xorl %ebx,%edi
61 leal 3250441966(%ebx,%ebp,1),%ebx
63 addl %edi,%ebx
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586.S 9 pushl %ebx
15 movl %esp,%ebx
27 movl %ebx,12(%esp)
31 movl 4(%edi),%ebx
35 bswap %ebx
39 pushl %ebx
43 movl 20(%edi),%ebx
47 bswap %ebx
51 pushl %ebx
55 movl 36(%edi),%ebx
    [all...]
sha256-586.S 9 pushl %ebx
15 movl %esp,%ebx
27 movl %ebx,12(%esp)
31 movl 4(%edi),%ebx
35 bswap %ebx
39 pushl %ebx
43 movl 20(%edi),%ebx
47 bswap %ebx
51 pushl %ebx
55 movl 36(%edi),%ebx
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-586.S 9 pushl %ebx
15 movl %esp,%ebx
27 movl %ebx,12(%esp)
31 movl 4(%edi),%ebx
35 bswap %ebx
39 pushl %ebx
43 movl 20(%edi),%ebx
47 bswap %ebx
51 pushl %ebx
55 movl 36(%edi),%ebx
    [all...]
sha256-586.S 9 pushl %ebx
15 movl %esp,%ebx
27 movl %ebx,12(%esp)
31 movl 4(%edi),%ebx
35 bswap %ebx
39 pushl %ebx
43 movl 20(%edi),%ebx
47 bswap %ebx
51 pushl %ebx
55 movl 36(%edi),%ebx
    [all...]

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 91011>>