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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
ms-inline-asm.c 31 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax", "~{ebx},~{dirflag},~{fpsr},~{flags}"() [[NUW]]
32 // CHECK: call void asm sideeffect inteldialect "mov ecx, ebx", "~{ecx},~{dirflag},~{fpsr},~{flags}"() [[NUW]]
34 __asm mov ebx, eax local
35 __asm mov ecx, ebx
40 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0A\09mov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"() [[NUW]]
42 __asm mov ebx, eax __asm mov ecx, ebx local
    [all...]
  /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/base/
atomicops_internals_x86_gcc.cc 19 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
24 asm ("mov %%ebx, %%edi\n" \
26 "xchg %%edi, %%ebx\n" \
49 uint32 ebx; local
54 cpuid(eax, ebx, ecx, edx, 0);
56 memcpy(vendor, &ebx, 4);
62 cpuid(eax, ebx, ecx, edx, 1);
  /external/oprofile/module/x86/
cpu_type.c 36 int eax, ebx, ecx, edx; local
38 cpuid (1, &eax, &ebx, &ecx, &edx);
39 processor_threads = (ebx >> 16) & 0xff;
55 int eax, ebx, ecx, edx; local
58 cpuid(1, &eax, &ebx, &ecx, &edx);
60 /* bits EBX[31:24] define APIC ID */
61 ptr[smp_processor_id()] = (unsigned char) ((ebx & 0xff000000) >> 24);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer_MMX_VC.c 48 push ebx
53 mov ebx, nSize // ebx = size local
54 shr ebx, 4 // process 16 bytes per iteration = 8 samples local
105 dec ebx //%%ebx\n"
111 pop ebx
129 push ebx
144 mov ebx, nSize //%2,%%ebx // ebx = siz local
145 shr ebx, 3 \/\/$3,%%ebx \/\/ process 8 bytes per iteration = 8 samples local
146 cmp ebx, 0 \/\/$0,%%ebx local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 101 push ebx
105 mov ebx,eax local
109 mul ebx
115 imul ebx,edx local
117 lea ebx,[ebx+ecx] local
118 mov dword ptr [ebp-14h],ebx
121 pop ebx
133 push ebx
163 mov ebx,ea local
169 mov ebx,eax local
174 shr ebx,1 local
178 or ebx,ebx local
223 mov ebx,eax local
230 mov ebx,dword ptr [esp+14h] local
235 rcr ebx,1 local
305 mov ebx,eax local
310 shr ebx,1 local
314 or ebx,ebx local
364 mov ebx,dword ptr [esp+10h] local
369 rcr ebx,1 local
437 mov ebx,eax local
449 mov ebx,eax local
454 shr ebx,1 local
458 or ebx,ebx local
478 xor ebx,ebx local
490 mov ebx,ecx local
516 mov ebx,eax local
529 mov ebx,dword ptr [esp+10h] local
534 rcr ebx,1 local
557 xor ebx,ebx local
566 mov ebx,ecx local
    [all...]
  /external/v8/src/
atomicops_internals_x86_gcc.cc 41 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
46 asm("mov %%ebx, %%edi\n" \
48 "xchg %%edi, %%ebx\n" \
80 uint32_t ebx; local
85 cpuid(eax, ebx, ecx, edx, 0);
87 memcpy(vendor, &ebx, 4);
93 cpuid(eax, ebx, ecx, edx, 1);
  /external/valgrind/main/VEX/useful/
cpuid.c 7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
14 *eax = a; *ebx = b; *ecx = c; *edx = d;
21 UInt eax, ebx, ecx, edx; local
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
29 cpuid(&eax,&ebx,&ecx,&edx, i,0);
34 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
42 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
60 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
63 cpuid(&eax,&ebx,&ecx,&edx, i,0)
93 UInt eax, ebx, ecx, edx; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
toshiba.h 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon26667
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon28258
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon29772
  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /external/oprofile/libop/
op_hw_specific.h 25 "pushl %%ebx\n" /* must be preserved due to PIC code */
27 "mov %%ebx, 0(%%edi)\n"
30 "popl %%ebx\n"
46 "pushl %%ebx\n"
48 "popl %%ebx\n"
54 asm("cpuid" : "=a" (v.eax) : "a" (code) : "ecx","ebx","edx");
87 static inline void workaround_nehalem_aaj79(unsigned *ebx)
97 *ebx |= (1 << 2); /* disable unsupported event */
103 unsigned ebx, eax; local
106 "pushl %%ebx\n
    [all...]
  /external/stlport/src/
lock_free_slist.h 56 // NOTE: GCC uses ebx as the PIC register for globals in shared libraries.
61 // requires ebx, I work around this here by using ecx for the '__item'
62 // input and spilling ebx into edi. This also precludes us from using
64 // it relative to ebx). Instead, we're using esi for the address of _M_data.
70 (" movl %%ebx, %%edi\n\t"
71 " movl %%ecx, %%ebx\n\t"
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
76 " movl %%edi, %%ebx"
92 (" movl %%ebx, %%edi\n\t"
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_nex
214 mov ebx, __item local
242 mov ebx, [eax] \/\/ new top = _M._M_data._M_top->_M_next local
269 xor ebx,ebx \/\/ We're attempting to set _M._M_data._M_top to NULL local
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 75 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
78 __ add(edx, ebx);
80 __ add(edx, Operand(ebx, 0));
81 __ add(edx, Operand(ebx, 16));
82 __ add(edx, Operand(ebx, 1999));
92 __ add(ebx, Immediate(12));
103 __ cmp(ebx, foo2);
104 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0));
105 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local
129 __ bts(Operand(ebx, ecx, times_4, 0), ecx)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
TCSpinLock.h 86 mov ebx, 1 ; store 1 in ebx local
87 xchg [eax], ebx ; exchange lockword_ and 1 local
88 mov r, ebx ; store old value of lockword_ in r local
168 mov ebx, 1 ; assign 1 into ebx local
169 xchg [eax], ebx ; exchange *lockword and 1 local
170 mov r, ebx ; store old value of *lockword in r local
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 56 // NOTE: GCC uses ebx as the PIC register for globals in shared libraries.
61 // requires ebx, I work around this here by using ecx for the '__item'
62 // input and spilling ebx into edi. This also precludes us from using
64 // it relative to ebx). Instead, we're using esi for the address of _M_data.
70 (" movl %%ebx, %%edi\n\t"
71 " movl %%ecx, %%ebx\n\t"
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
76 " movl %%edi, %%ebx"
92 (" movl %%ebx, %%edi\n\t"
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_nex
214 mov ebx, __item local
242 mov ebx, [eax] \/\/ new top = _M._M_data._M_top->_M_next local
269 xor ebx,ebx \/\/ We're attempting to set _M._M_data._M_top to NULL local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
msr.h 74 static __inline__ void cpuid(int op, unsigned int *eax, unsigned int *ebx,
79 "=b" (*ebx),
86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx,
91 "=b" (*ebx),
112 unsigned int eax, ebx; local
115 : "=a" (eax), "=b" (ebx)
118 return ebx;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 74 static __inline__ void cpuid(int op, unsigned int *eax, unsigned int *ebx,
79 "=b" (*ebx),
86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx,
91 "=b" (*ebx),
112 unsigned int eax, ebx; local
115 : "=a" (eax), "=b" (ebx)
118 return ebx;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 74 static __inline__ void cpuid(int op, unsigned int *eax, unsigned int *ebx,
79 "=b" (*ebx),
86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx,
91 "=b" (*ebx),
112 unsigned int eax, ebx; local
115 : "=a" (eax), "=b" (ebx)
118 return ebx;
  /external/kernel-headers/original/asm-x86/
msr.h 229 static inline void cpuid(int op, unsigned int *eax, unsigned int *ebx,
234 "=b" (*ebx),
241 static inline void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx,
246 "=b" (*ebx),
267 unsigned int eax, ebx; local
270 : "=a" (eax), "=b" (ebx)
273 return ebx;
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 72 mov ebx,1000 local
74 mul ebx
78 mul ebx
82 mov ebx, dword ptr hires_ticks_per_second local
83 div ebx

Completed in 6090 milliseconds

1 2 3 4 5 6