/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 55 * The registers eax and ebx are free to use for computations. 74 * - backup of caller ebx 154 Pop(ebx); 155 __ add(Operand(ebx), Immediate(masm_->CodeObject())); 156 __ jmp(Operand(ebx)); 248 __ lea(ebx, Operand(esi, edi, times_1, 0)); 257 __ cmp(Operand(ebx, byte_offset + i), Immediate(combined_chars)); 260 __ cmpb(Operand(ebx, byte_offset + i), 267 __ cmp(Operand(ebx, byte_offset + i * sizeof(uc16)), 277 Operand(ebx, byte_offset + i * sizeof(uc16))) 388 __ mov(Operand(esp, 2 * kPointerSize), ebx); local [all...] |
full-codegen-ia32.cc | 176 __ RecordWrite(ecx, context_offset, eax, ebx); 208 Move(arguments_shadow->AsSlot(), ecx, ebx, edx); 210 Move(arguments->AsSlot(), eax, ebx, edx); 679 __ mov(ebx, ContextOperand(esi, Context::FCONTEXT_INDEX)); 680 __ cmp(ebx, Operand(esi)); 691 __ mov(ebx, esi); 692 __ RecordWrite(ebx, offset, result_register(), ecx); 893 // check for an enum cache. Leave the map in ebx for the subsequent 895 __ mov(ebx, FieldOperand(ecx, HeapObject::kMapOffset)); 896 __ mov(edx, FieldOperand(ebx, Map::kInstanceDescriptorsOffset)) 996 __ mov(result_register(), ebx); local [all...] |
/external/libyuv/files/source/ |
rotate.cc | 166 push ebx 174 mov ebx, [esp + 16 + 20] // dst_b local 243 movhpd qword ptr [ebx], xmm0 246 movhpd qword ptr [ebx + ebp], xmm4 247 lea ebx, [ebx + 2 * ebp] local 251 movhpd qword ptr [ebx], xmm2 255 movhpd qword ptr [ebx + ebp], xmm0 256 lea ebx, [ebx + 2 * ebp local 265 lea ebx, [ebx + 2 * ebp] local 274 lea ebx, [ebx + 2 * ebp] local [all...] |
row_posix.cc | 349 "movzbl (%esi),%ebx\n" 353 "paddsw _kCoefficientsRgbY+4096(,%ebx,8),%mm0\n" 354 "movzbl 0x1(%edx),%ebx\n" 357 "movq _kCoefficientsRgbY(,%ebx,8),%mm2\n" 395 "movzbl (%esi),%ebx\n" 399 "paddsw _kCoefficientsBgraY+4096(,%ebx,8),%mm0\n" 400 "movzbl 0x1(%edx),%ebx\n" 403 "movq _kCoefficientsBgraY(,%ebx,8),%mm2\n" 441 "movzbl (%esi),%ebx\n" 445 "paddsw _kCoefficientsAbgrY+4096(,%ebx,8),%mm0\n [all...] |
row_win.cc | 463 movzx ebx, byte ptr [esi] local 467 paddsw mm0, [_kCoefficientsRgbY + 4096 + 8 * ebx] 468 movzx ebx, byte ptr [edx + 1] local 471 movq mm2, [_kCoefficientsRgbY + 8 * ebx] 504 movzx ebx, byte ptr [esi] local 508 paddsw mm0, [_kCoefficientsBgraY + 4096 + 8 * ebx] 509 movzx ebx, byte ptr [edx + 1] local 512 movq mm2, [_kCoefficientsBgraY + 8 * ebx] 545 movzx ebx, byte ptr [esi] local 549 paddsw mm0, [_kCoefficientsAbgrY + 4096 + 8 * ebx] 550 movzx ebx, byte ptr [edx + 1] local 586 movzx ebx, byte ptr [esi] local 616 movzx ebx, byte ptr [eax] local 619 movzx ebx, byte ptr [eax + 1] local [all...] |
cpu_id.cc | 22 "mov %%ebx, %%edi\n" 24 "xchg %%edi, %%ebx\n"
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-x86-darwin.S | 79 pushl %ebx 141 movl %eax, %ebx 142 andl $VG_TT_FAST_MASK, %ebx 143 movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */ 144 movl 4+VG_(tt_fast)(,%ebx,8), %edi /* .host */ 176 movl %eax, %ebx 177 andl $VG_TT_FAST_MASK, %ebx 178 movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */ 179 movl 4+VG_(tt_fast)(,%ebx,8), %edi /* .host */ 185 movl VG_(tt_fastN)(,%ebx,4), %ed [all...] |
dispatch-x86-linux.S | 62 pushl %ebx 125 movl %eax, %ebx /* next guest addr */ 126 andl $ VG_TT_FAST_MASK, %ebx /* entry# */ 127 movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */ 128 movl 4+VG_(tt_fast)(,%ebx,8), %edi /* .host */ 161 movl %eax, %ebx /* next guest addr */ 162 andl $ VG_TT_FAST_MASK, %ebx /* entry# */ 163 movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */ 164 movl 4+VG_(tt_fast)(,%ebx,8), %edi /* .host */ 171 movl VG_(tt_fastN)(,%ebx,4), %ed [all...] |
/external/valgrind/main/none/tests/amd64/ |
cmpxchg.c | 152 printf("cmpxchg %%ebx,%%ecx (eax=%llx ebx=%llx ecx=%llx)\n", 165 "\tcmpxchg %ebx,%ecx \n" 175 printf(" eax!=ecx so eax should equal ecx (Result eax=%llx ebx=%llx ecx=%llx)\n", 183 printf("cmpxchg %%ebx,%%ecx (eax=%llx ebx=%llx ecx=%llx)\n", 196 "\tcmpxchg %ebx,%ecx \n" 206 printf(" eax==ecx so ecx should equal ebx (Result eax=%llx ebx=%llx ecx=%llx)\n",
|
/external/libpng/ |
pnggccrd.c | 37 "pushl %%ebx \n\t" // ebx gets clobbered by CPUID instruction 81 "popl %%ebx \n\t" // restore ebx 92 // , "%ebx", "%ecx", "%edx" // GRR: we handle these manually
|
/external/qemu/distrib/sdl-1.2.12/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-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.h | 125 "shl ebx,8" \ 127 "mov ebx,eax" \ 128 "shl ebx,16" \ 129 "or eax,ebx" \ 131 parm [edi] [ebx] [ecx];
|
/external/libvpx/vpx_scale/win32/ |
scaleopt.c | 75 push ebx 92 mov ebx, eax local 94 and ebx, 0xffff00 // ebx = xx 01 02 xx local 100 shr ebx, 8 // ebx = 01 02 xx xx local 101 or eax, ebx // eax = 01 02 02 03 103 shl ebx, 16 // ebx = xx xx 01 02 local 106 or ebx, ecx // ebx = 00 01 01 0 local 132 mov ebx, eax local 134 and ebx, 0xffff00 \/\/ ebx = xx 01 02 xx local 140 shr ebx, 8 \/\/ ebx = 01 02 xx xx local 148 shl ebx, 16 \/\/ ebx = xx xx 01 02 local 151 or ebx, ecx \/\/ ebx = 00 01 01 02 local 1344 mov ebx, dest_width local 1404 sub ebx, 4 local 1534 mov ebx, dest_width; local 1581 sub ebx, 4 local [all...] |
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
ll.S | 73 shr $1, %ebx # shift bottom bit into carry flag 208 xor %ebx,%ebx # chip count 228 add $2,%ebx # otherwise, we have a bogo 238 # esi = (ebx+(ebx*2)) 239 # and we double-incremented ebx 259 # mov $('z'<<24+'H'<<16+'M'<<8+' '),%ebx 260 mov $(0x7a<<24+0x48<<16+0x4d<<8+0x20),%ebx 272 mov %ebx,%eax # clever way to get MHz in, sadl [all...] |
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
95 ; scanend ebx
240 mov ebx, max_chain_length
243 shr ebx, 2
251 dec ebx
252 shl ebx, 16
253 or ebx, eax
259 mov [chainlenwmask], ebx
263 mov [chainlenwmask], ebx
309 movzx ebx, word ptr [r9 + r11 - 1] [all...] |
/external/llvm/test/CodeGen/X86/ |
pic.ll | 55 ; LINUX: pushl %ebx 59 ; LINUX-NEXT: popl %ebx 60 ; LINUX: addl $_GLOBAL_OFFSET_TABLE_+(.L{{.*}}-.L2$pb), %ebx 64 ; LINUX: popl %ebx 95 ; LINUX: popl %ebx 96 ; LINUX: addl $_GLOBAL_OFFSET_TABLE_+(.L{{.*}}-.L4$pb), %ebx
|
/bionic/libc/arch-x86/bionic/ |
_setjmp.S | 50 movl %ebx, 4(%eax) 62 movl 4(%edx),%ebx
|
/dalvik/vm/mterp/x86/ |
entry.S | 42 movl %ebx,EBX_SPILL(%ebp) 80 movl EBX_SPILL(%ebp),%ebx
|
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
SDL_cpuinfo.c | 151 " movl %%ebx,%%edi\n" 161 " movl %%edi,%%ebx\n" 180 " movl %ebx,%edi\n" 194 " movl %edi,%ebx\n" ); 204 " movl %%ebx,%%edi\n" 213 " movl %%edi,%%ebx\n" 231 " movl %ebx,%edi\n" 244 " movl %edi,%ebx\n"
|
/external/qemu/target-i386/ |
kvm-gs-restore.c | 131 "movl %1, %%ebx;\n" 137 :"%edx","%ecx","%eax","%ebx"
|
/external/valgrind/main/memcheck/tests/ |
atomic_incs.c | 29 "movl 4(%%esi),%%ebx" "\n\t" 31 : : "S"(&block[0])/* S means "esi only" */ : "memory","cc","eax","ebx" 93 "movl 4(%%esi),%%ebx" "\n\t" 95 : : "S"(&block[0])/* S means "esi only" */ : "memory","cc","eax","ebx" 156 "movl 4(%%esi),%%ebx" "\n\t" 157 "lock; addl %%ebx,(%%eax)" "\n" 158 : : "S"(&block[0])/* S means "esi only" */ : "memory","cc","eax","ebx" 167 "lock; addl %%ebx,(%%rax)" "\n"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
kvm.h | 156 __u32 ebx; member in struct:kvm_cpuid_entry 174 __u32 ebx; member in struct:kvm_cpuid_entry2
|
/system/core/debuggerd/x86/ |
machine.c | 52 _LOG(tfd, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n", 53 r.eax, r.ebx, r.ecx, r.edx);
|
/external/kernel-headers/original/asm-x86/ |
processor_32.h | 137 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, 143 "=b" (*ebx), 181 asm volatile("cpuid" : "=a" (tmp) : "0" (1) : "ebx","ecx","edx","memory"); 305 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss 605 unsigned int *eax, unsigned int *ebx, 610 __cpuid(eax, ebx, ecx, edx); 615 unsigned int *eax, unsigned int *ebx, 620 __cpuid(eax, ebx, ecx, edx); 628 unsigned int eax, ebx, ecx, edx; local 630 cpuid(op, &eax, &ebx, &ecx, &edx) 635 unsigned int eax, ebx, ecx, edx; local 642 unsigned int eax, ebx, ecx, edx; local 649 unsigned int eax, ebx, ecx, edx; local [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
ptrace-abi.h | 17 #define EBX 0
|