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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
inline-asm-mixed-style.c 6 __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
ms-inline-asm-64.c 25 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].foo.b, ec
    [all...]
ms-inline-asm.c 29 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0A\09mov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"()
31 __asm mov ebx, eax local
32 __asm mov ecx, ebx
37 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0A\09mov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"()
39 __asm mov ebx, eax __asm mov ecx, ebx local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
MultU64x64.c 33 mov ebx, dword ptr [Multiplicand + 0] local
35 mov ecx, ebx
37 imul ebx, dword ptr [Multiplier + 4] local
39 add ebx, edx local
41 add edx, ebx
InterlockedCompareExchange64.c 29 mov ebx, dword ptr [ExchangeValue + 0] local
LRotU64.c 36 shld ebx, edx, cl local
38 ror ebx, cl local
39 shld eax, ebx, cl local
RRotU64.c 28 shrd ebx, eax, cl local
30 rol ebx, cl local
31 shrd edx, ebx, cl local
DisablePaging32.c 30 mov ebx, EntryPoint local
44 call ebx
DivU64x64Remainder.c 32 mov ebx, dword ptr [Divisor + 0] // ecx:ebx <- divisor local
36 shrd ebx, ecx, 1 local
39 div ebx
40 mov ebx, eax // ebx <- quotient local
43 imul ecx, ebx
53 dec ebx // adjust quotient by -1
64 mov eax, ebx // eax <- quotient
EnablePaging32.c 30 mov ebx, EntryPoint local
44 call ebx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
MultU64x64.c 40 mov ebx, dword ptr [Multiplicand + 0] local
42 mov ecx, ebx
44 imul ebx, dword ptr [Multiplier + 4] local
46 add ebx, edx local
48 add edx, ebx
LRotU64.c 43 shld ebx, edx, cl local
45 ror ebx, cl local
46 shld eax, ebx, cl local
RRotU64.c 43 shrd ebx, eax, cl local
45 rol ebx, cl local
46 shrd edx, ebx, cl local
DisablePaging32.c 60 mov ebx, EntryPoint local
74 call ebx
EnablePaging32.c 63 mov ebx, EntryPoint local
77 call ebx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Ia32/
InterlockedCompareExchange64.c 46 mov ebx, dword ptr [ExchangeValue + 0] local
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
EfiJump.h 26 UINT32 ebx; member in struct:__anon6566
  /external/syslinux/com32/modules/
cpuid.c 35 uint32_t eax, ebx, ecx, edx; local
50 cpuid_count(leaf, counter, &eax, &ebx, &ecx, &edx);
53 dump_reg("ebx", ebx);
  /external/valgrind/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...]
  /bionic/libc/kernel/uapi/linux/
toshiba.h 27 unsigned int ebx __attribute__((packed)); member in struct:__anon1210
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
lldvrm.c 55 ; EBX:ECX contains the remainder (divided % divisor)
88 ; Put the Remainder in EBX:ECX
91 mov ebx, [esp + 24] local
ulldvrm.c 55 ; EBX:ECX contains the remainder (divided % divisor)
88 ; Put the Remainder in EBX:ECX
91 mov ebx, [esp + 24] local
  /external/fio/arch/
arch-x86-common.h 7 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);
  /external/fio/crc/
crc32c-intel.c 84 unsigned int eax, ebx, ecx = 0, edx; local
88 do_cpuid(&eax, &ebx, &ecx, &edx);
  /external/kernel-headers/original/uapi/linux/
toshiba.h 40 unsigned int ebx __attribute__ ((packed)); member in struct:__anon23418

Completed in 548 milliseconds

1 2 3 4 5 6