Searched refs:ebx (Results 1 - 25 of 379) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ELF/
H A Dglobal-offset.s6 addl $_GLOBAL_OFFSET_TABLE_, %ebx
7 leal _GLOBAL_OFFSET_TABLE_(%ebx), %ebx
11 addl _GLOBAL_OFFSET_TABLE_-foo,%ebx
H A Dbad-relocation.s7 leal .Lfoo@BADRELOC(%ebx), %eax
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dunary.asm4 mov ebx, -0
5 mov ebx, -5
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dcofftimes.asm3 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/
H A Delftimes.asm3 mov ebx, ebx
6 mov ebx, ebx
9 mov ebx, ebx
12 times 0x10 mov ebx, ebx
/external/compiler-rt/lib/builtins/i386/
H A Dmuldi3.S13 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
H A Dumoddi3.S26 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
57 subl %eax, %ebx
64 addl 20(%esp), %ebx // otherwis
[all...]
H A Dudivdi3.S25 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
56 subl %eax, %ebx
65 popl %ebx
[all...]
/external/llvm/test/MC/AsmParser/
H A Dmacro-irp.s3 .irp reg,%eax,%ebx
8 // CHECK: pushl %ebx
/external/openssl/crypto/bf/asm/
H A Dbf-586.S10 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,
[all...]
/external/openssl/crypto/des/asm/
H A Dcrypt586.S9 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,
[all...]
/external/llvm/test/MC/X86/
H A Dx86_operands.s33 # 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...]
H A Dintel-syntax.s80 // CHECK: movl %ecx, (,%ebx,4)
81 mov [4*ebx], ecx
82 // CHECK: movl %ecx, (,%ebx,4)
83 mov [ebx*4], ecx
94 // CHECK: movl %ecx, (%eax,%ebx,4)
95 mov [eax + 4*ebx], ecx
96 // CHECK: movl %ecx, (%eax,%ebx,4)
97 mov [eax + ebx*4], ecx
98 // CHECK: movl %ecx, (%eax,%ebx,4)
99 mov [4*ebx
[all...]
/external/llvm/test/MC/COFF/
H A Drelocation-imgrel.s14 mov foo@IMGREL(%ebx, %ecx, 4), %eax
15 mov foo@imgrel(%ebx, %ecx, 4), %eax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Darithsmall.asm8 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
H A Dopersize.asm6 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/
H A Dcmpxchg8b.c10 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
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/md5/
H A Dmd5-586.S17 pushl %ebx
22 movl 4(%edi),%ebx
32 andl %ebx,%edi
36 movl %ebx,%edi
39 addl %ebx,%eax
51 xorl %ebx,%edi
54 xorl %ebx,%edi
63 leal 3250441966(%ebx,%ebp,1),%ebx
65 addl %edi,%ebx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/md5/
H A Dmd5-586.S16 pushl %ebx
21 movl 4(%edi),%ebx
31 andl %ebx,%edi
35 movl %ebx,%edi
38 addl %ebx,%eax
50 xorl %ebx,%edi
53 xorl %ebx,%edi
62 leal 3250441966(%ebx,%ebp,1),%ebx
64 addl %edi,%ebx
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-586.S15 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/boringssl/linux-x86/crypto/sha/
H A Dsha512-586.S11 pushl %ebx
17 movl %esp,%ebx
29 movl %ebx,12(%esp)
33 movl 4(%edi),%ebx
37 bswap %ebx
41 pushl %ebx
45 movl 20(%edi),%ebx
49 bswap %ebx
53 pushl %ebx
57 movl 36(%edi),%ebx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/sha/
H A Dsha512-586.S10 pushl %ebx
16 movl %esp,%ebx
28 movl %ebx,12(%esp)
32 movl 4(%edi),%ebx
36 bswap %ebx
40 pushl %ebx
44 movl 20(%edi),%ebx
48 bswap %ebx
52 pushl %ebx
56 movl 36(%edi),%ebx
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha256-586.S9 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/clang/test/CodeGen/
H A Dms-inline-asm-64.c25 lea ebx, foo local
26 mov eax, [ebx].0
27 mov [ebx].4, ecx
31 // CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr $0\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(%struct.t3_type* %{{.*}})
39 lea ebx, foo local
41 mov eax, [ebx].foo.a
43 mov [ebx]
[all...]
/external/llvm/test/MC/X86/AlignedBundling/
H A Ddifferent-sections.s9 imull $17, %ebx, %ebp
10 imull $17, %ebx, %ebp
12 imull $17, %ebx, %ebp
18 imull $17, %ebx, %ebp
19 imull $17, %ebx, %ebp
21 imull $17, %ebx, %ebp

Completed in 899 milliseconds

1234567891011>>