HomeSort by relevance Sort by last modified time
    Searched defs:ebx (Results 26 - 50 of 244) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/v8/test/cctest/
test-disasm-x87.cc 69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
72 __ add(edx, ebx);
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
97 __ add(ebx, Immediate(12));
108 __ cmp(ebx, foo2);
109 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0))
110 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local
    [all...]
test-disasm-ia32.cc 69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
72 __ add(edx, ebx);
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
97 __ add(ebx, Immediate(12));
108 __ cmp(ebx, foo2);
109 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0))
110 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local
    [all...]
  /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);
38 cpuid(&eax,&ebx,&ecx,&edx, i,0);
41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
53 cpuid(&eax,&ebx,&ecx,&edx, i,0);
57 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
58 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0)
    [all...]
  /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...]
  /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...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 29 long ebx; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 29 long ebx; member in struct:pt_regs
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace.h 29 long ebx; member in struct:pt_regs
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ptrace.h 29 long ebx; member in struct:pt_regs
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
scaleopt.c 143 push ebx
152 mov ebx, dest_width local
212 sub ebx, 4 local
216 pop ebx
326 push ebx
338 mov ebx, dest_width; local
385 sub ebx, 4 local
388 pop ebx
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 18 long ebx; member in struct:pt_regs
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 143 push ebx
152 mov ebx, dest_width local
212 sub ebx, 4 local
216 pop ebx
326 push ebx
338 mov ebx, dest_width; local
385 sub ebx, 4 local
388 pop 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
  /external/qemu/target-i386/
misc_helper.c 118 uint32_t eax, ebx, ecx, edx; local
122 cpu_x86_cpuid(env, (uint32_t)EAX, (uint32_t)ECX, &eax, &ebx, &ecx, &edx); local
124 EBX = ebx;
  /external/zlib/src/contrib/inflate86/
inffas86.c 90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */
147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */
460 " movl %%ebx, 88(%%rsp)\n" /* bits */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */
789 " movl %%ebx, 44(%%esp)\n" /* save bits */
795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi"
806 mov ebx, [esp+44] /* ebx = bits * local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 143 push ebx
152 mov ebx, dest_width local
212 sub ebx, 4 local
216 pop ebx
326 push ebx
338 mov ebx, dest_width; local
385 sub ebx, 4 local
388 pop ebx
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
ptrace.h 17 long ebx; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace.h 17 long ebx; member in struct:pt_regs
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 23 long ebx; member in struct:pt_regs
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 23 long ebx; member in struct:pt_regs
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 23 long ebx; member in struct:pt_regs
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 23 long ebx; member in struct:pt_regs

Completed in 2423 milliseconds

12 3 4 5 6 7 8 910