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

1234567891011>>

/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dglobal-offset.s6 addl $_GLOBAL_OFFSET_TABLE_, %ebx
7 leal _GLOBAL_OFFSET_TABLE_(%ebx), %ebx
/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 Dgot-relaxed-i386.s4 movl mov@GOT(%ebx), %eax
5 mull mul@GOT(%ebx)
H A Dbad-relocation.s7 leal .Lfoo@BADRELOC(%ebx), %eax
H A Drelax-arith2.s11 // CHECK-NEXT: d: 6b db 00 imull $0, %ebx, %ebx
12 // CHECK-NEXT: 10: 6b 1c 25 00 00 00 00 01 imull $1, 0, %ebx
18 imul $0, %ebx, %ebx
19 imul $1, bar, %ebx
28 // CHECK-NEXT: d: 83 e3 01 andl $1, %ebx
35 and $1, %ebx
44 // CHECK-NEXT: d: 83 cb ff orl $-1, %ebx
51 or $-1, %ebx
[all...]
/external/clang/test/CodeGen/
H A Dinline-asm-mixed-style.c6 __asm mov eax, ebx
7 __asm mov ebx, ecx local
9 // CHECK: movl %ebx, %eax
10 // CHECK: movl %ecx, %ebx
13 __asm mov eax, ebx
15 // CHECK: movl %ebx, %eax
18 __asm mov eax, ebx
20 // CHECK: movl %ebx, %eax
26 __asm mov eax, ebx
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/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/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A Dtrivial.S9 pushl %ebx # save ebx
11 movl 24(%eax),%ebx # ebx <- systab->FirmwareVendor
12 pushl %ebx
13 movl 44(%eax),%ebx # ebx <- systab->ConOut
14 pushl %ebx
15 movl 4(%ebx),%eax # eax <- conout->OutputString
17 movl -4(%ebp),%ebx # restor
[all...]
/external/swiftshader/third_party/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...]
/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/llvm/test/MC/AsmParser/
H A Dmacro-irp.s3 .irp reg,%eax,%ebx
8 // CHECK: pushl %ebx
10 .irp reg,%eax,%ebx
19 // CHECK: addl %ebx, 4
20 // CHECK: addl %ebx, 3
21 // CHECK: addl %ebx, 5
/external/syslinux/com32/include/sys/x86_64/
H A Dcpu.h20 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, argument
26 "=b" (*ebx),
38 uint32_t *eax, uint32_t *ebx,
43 native_cpuid(eax, ebx, ecx, edx);
51 uint32_t eax, ebx, ecx, edx; local
53 cpuid(op, &eax, &ebx, &ecx, &edx);
60 uint32_t eax, ebx, ecx, edx; local
62 cpuid(op, &eax, &ebx, &ecx, &edx);
64 return ebx;
69 uint32_t eax, ebx, ec local
37 cpuid(uint32_t op, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) argument
78 uint32_t eax, ebx, ecx, edx; local
85 cpuid_count(uint32_t op, uint32_t cnt, uint32_t * eax, uint32_t * ebx, uint32_t * ecx, uint32_t * edx) argument
[all...]
/external/valgrind/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/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.s82 // CHECK: movl %ecx, (,%ebx,4)
83 mov [4*ebx], ecx
84 // CHECK: movl %ecx, (,%ebx,4)
85 mov [ebx*4], ecx
96 // CHECK: movl %ecx, (%eax,%ebx,4)
97 mov [eax + 4*ebx], ecx
98 // CHECK: movl %ecx, (%eax,%ebx,4)
99 mov [eax + ebx*4], ecx
100 // CHECK: movl %ecx, (%eax,%ebx,4)
101 mov [4*ebx
[all...]
/external/boringssl/linux-x86/crypto/fipsmodule/
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/boringssl/mac-x86/crypto/fipsmodule/
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/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Dcrt0-efi-ia32.S49 movl %eax,%ebx
52 addl $_DYNAMIC-0b,%ebx # %ebx = _DYNAMIC
54 pushl %ebx # pass _DYNAMIC as second argument
57 popl %ebx
58 popl %ebx
/external/ltp/include/old/
H A Dltp_cpuid.h10 static inline void cpuid(unsigned int info, unsigned int *eax, unsigned int *ebx, argument
17 "xchg %%ebx, %%esi;" /* save ebx (for PIC) */
19 "xchg %%esi, %%ebx;" /* restore ebx & pass to caller */
29 if (ebx) *ebx = _ebx;
/external/fio/arch/
H A Darch-x86-common.h7 unsigned int *eax, unsigned int *ebx,
12 do_cpuid(eax, ebx, ecx, edx);
22 unsigned int eax, ebx, ecx = 0, edx; local
28 do_cpuid(&eax, &ebx, &ecx, &edx);
36 do_cpuid(&eax, &ebx, &ecx, &edx);
43 do_cpuid(&eax, &ebx, &ecx, &edx);
49 unsigned int eax, ebx, ecx, edx; local
51 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
55 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
6 cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/external/llvm/test/MC/MachO/
H A Dbad-macro.s9 test_macro %ebx, %ecx
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Dmacro-args.s4 movl \var@GOTOFF(%ebx),\re2g
10 // CHECK: movl is_sse@GOTOFF(%ebx), %eax

Completed in 1693 milliseconds

1234567891011>>