Searched refs:ebx (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dvm86.h66 long ebx; member in struct:vm86_regs
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h7 __u32 ebx; member in struct:v86_regs
/external/libunwind/src/x86/
H A Dgetcontext-linux.S45 movl %ebx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EBX_OFF)(%eax)
/external/openssl/crypto/
H A Dx86_64cpuid.S46 cmpl $1970169159,%ebx
57 cmpl $1752462657,%ebx
91 shrl $16,%ebx
128 shrl $16,%ebx
H A Dx86_64cpuid.pl66 cmp \$0x756e6547,%ebx # "Genu"
77 cmp \$0x68747541,%ebx # "Auth"
111 shr \$16,%ebx # number of logical processors
148 shr \$16,%ebx
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h125 "shl ebx,8" \
127 "mov ebx,eax" \
128 "shl ebx,16" \
129 "or eax,ebx" \
131 parm [edi] [ebx] [ecx];
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djiss2fst.asm105 pushpic ebx
111 get_GOT ebx ; get GOT address
182 pmulhw xmm1,[GOTOFF(ebx,PW_F1414)]
222 pmulhw xmm4,[GOTOFF(ebx,PW_F1414)] ; xmm4=tmp11
235 pmulhw xmm5,[GOTOFF(ebx,PW_F1847)] ; xmm5=z5
236 pmulhw xmm0,[GOTOFF(ebx,PW_MF1613)]
237 pmulhw xmm2,[GOTOFF(ebx,PW_F1082)]
347 pmulhw xmm5,[GOTOFF(ebx,PW_F1414)]
383 pmulhw xmm2,[GOTOFF(ebx,PW_F1414)] ; xmm2=tmp11
396 pmulhw xmm4,[GOTOFF(ebx,PW_F184
[all...]
H A Djfmmxfst.asm93 pushpic ebx
99 get_GOT ebx ; get GOT address
185 pmulhw mm0,[GOTOFF(ebx,PW_F0707)] ; mm0=z1
212 pmulhw mm3,[GOTOFF(ebx,PW_F0707)] ; mm3=z3
216 pmulhw mm2,[GOTOFF(ebx,PW_F0382)] ; mm2=z5
217 pmulhw mm1,[GOTOFF(ebx,PW_F0541)] ; mm1=MULTIPLY(tmp10,FIX_0_54119610)
218 pmulhw mm6,[GOTOFF(ebx,PW_F1306)] ; mm6=MULTIPLY(tmp12,FIX_1_30656296)
326 pmulhw mm0,[GOTOFF(ebx,PW_F0707)] ; mm0=z1
353 pmulhw mm3,[GOTOFF(ebx,PW_F0707)] ; mm3=z3
357 pmulhw mm2,[GOTOFF(ebx,PW_F038
[all...]
H A Djfss2fst.asm93 pushpic ebx
99 get_GOT ebx ; get GOT address
201 pmulhw xmm6,[GOTOFF(ebx,PW_F0707)] ; xmm6=z1
225 pmulhw xmm5,[GOTOFF(ebx,PW_F0707)] ; xmm5=z3
229 pmulhw xmm2,[GOTOFF(ebx,PW_F0382)] ; xmm2=z5
230 pmulhw xmm4,[GOTOFF(ebx,PW_F0541)] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
231 pmulhw xmm0,[GOTOFF(ebx,PW_F1306)] ; xmm0=MULTIPLY(tmp12,FIX_1_306562)
339 pmulhw xmm5,[GOTOFF(ebx,PW_F0707)] ; xmm5=z1
366 pmulhw xmm0,[GOTOFF(ebx,PW_F0707)] ; xmm0=z3
370 pmulhw xmm7,[GOTOFF(ebx,PW_F038
[all...]
H A Djfsseflt.asm78 pushpic ebx
84 get_GOT ebx ; get GOT address
169 mulps xmm0,[GOTOFF(ebx,PD_0_707)] ; xmm0=z1
192 mulps xmm3,[GOTOFF(ebx,PD_0_707)] ; xmm3=z3
196 mulps xmm2,[GOTOFF(ebx,PD_0_382)] ; xmm2=z5
197 mulps xmm1,[GOTOFF(ebx,PD_0_541)] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
198 mulps xmm6,[GOTOFF(ebx,PD_1_306)] ; xmm6=MULTIPLY(tmp12,FIX_1_306562)
305 mulps xmm0,[GOTOFF(ebx,PD_0_707)] ; xmm0=z1
328 mulps xmm3,[GOTOFF(ebx,PD_0_707)] ; xmm3=z3
332 mulps xmm2,[GOTOFF(ebx,PD_0_38
[all...]
/external/llvm/test/MC/X86/
H A Dx86-64.s38 // CHECK: movl %eax, 10(%ebp,%ebx)
39 movl %eax, 10(%ebp, %ebx)
40 // CHECK: movl %eax, 10(%ebp,%ebx,4)
41 movl %eax, 10(%ebp, %ebx, 4)
42 // CHECK: movl %eax, 10(,%ebx,4)
43 movl %eax, 10(, %ebx, 4)
85 // CHECK: subl %eax, %ebx
86 subl %eax, %ebx
93 // CHECK: shldl %cl, %eax, %ebx
94 shldl %cl, %eax, %ebx
[all...]
H A Dx86_64-tbm-encoding.s199 bextr %ebx, (%edi), %eax
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc222 // Update the write barrier. This clobbers eax and ebx.
224 __ RecordWriteContextSlot(esi, context_offset, eax, ebx,
267 SetVar(arguments, eax, ebx, edx);
328 __ mov(ebx, Immediate(profiling_counter_));
329 __ sub(FieldOperand(ebx, Cell::kValueOffset),
336 __ mov(ebx, Immediate(profiling_counter_));
337 __ mov(FieldOperand(ebx, Cell::kValueOffset),
739 __ mov(ebx, FieldOperand(esi, HeapObject::kMapOffset));
740 __ cmp(ebx, isolate()->factory()->with_context_map());
742 __ cmp(ebx, isolat
1166 __ mov(result_register(), ebx); local
2213 __ mov(FieldOperand(eax, HeapObject::kMapOffset), ebx); local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc222 // Update the write barrier. This clobbers eax and ebx.
227 ebx,
270 SetVar(arguments, eax, ebx, edx);
331 __ mov(ebx, Immediate(profiling_counter_));
332 __ sub(FieldOperand(ebx, Cell::kValueOffset),
339 __ mov(ebx, Immediate(profiling_counter_));
340 __ mov(FieldOperand(ebx, Cell::kValueOffset),
742 __ mov(ebx, FieldOperand(esi, HeapObject::kMapOffset));
743 __ cmp(ebx, isolate()->factory()->with_context_map());
745 __ cmp(ebx, isolat
1177 __ mov(result_register(), ebx); local
2223 __ mov(FieldOperand(eax, HeapObject::kMapOffset), ebx); local
[all...]
/external/qemu/target-i386/
H A Dhelper.c1513 uint32_t *eax, uint32_t *ebx,
1528 "mov %%ebx, 4(%2) \n\t"
1538 if (ebx)
1539 *ebx = vec[1];
1548 uint32_t *eax, uint32_t *ebx,
1563 *ebx = env->cpuid_vendor1;
1572 host_cpuid(0, 0, NULL, ebx, ecx, edx);
1583 *ebx = (env->cpuid_apic_id << 24) | 8 << 8; /* CLFLUSH size in quad words, Linux wants it. */
1594 *ebx = 0;
1603 *ebx
1512 host_cpuid(uint32_t function, uint32_t count, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) argument
1547 cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) argument
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S73 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,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsse4.asm24 crc32 eax, ebx
33 crc32 r8d, ebx
207 popcnt ebx, ecx
208 popcnt ebx, [0]
H A Dssewidth.asm94 cvtsi2sd xmm1, ebx
99 cvtsi2ss xmm1, ebx
107 cvtss2si ebx, xmm2
108 cvtss2si ebx, dword [rbx]
204 movd xmm1, ebx
240 movmskpd ebx, xmm2
242 movmskps ebx, xmm2
363 pextrw ebx, xmm2, byte 0
365 pinsrw xmm1, ebx, byte 0
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm57 ;%define scanend rsp + xx - LocalVarsSize ; last two bytes of string use ebx
202 mov ebx, max_chain_length
205 shr ebx, 2
213 dec ebx
214 shl ebx, 16
215 or ebx, eax
221 mov [chainlenwmask], ebx
225 mov [chainlenwmask], ebx
271 movzx ebx, word [r9 + r11 - 1]
337 ;;; ebx
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
H A Dmd5-x86_64.pl147 mov 1*4(%rbp), %ebx # ebx = ctx->B
153 # B is 'ebx'
163 mov %ebx, %r9d
167 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7');
168 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12');
169 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17');
170 round1_step( 0,'%ebx','%ecx','%edx','%eax', '4','0xc1bdceee','22');
171 round1_step( 0,'%eax','%ebx','%ecx','%edx', '5','0xf57c0faf', '7');
172 round1_step( 0,'%edx','%eax','%ebx','
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl147 mov 1*4(%rbp), %ebx # ebx = ctx->B
153 # B is 'ebx'
163 mov %ebx, %r9d
167 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7');
168 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12');
169 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17');
170 round1_step( 0,'%ebx','%ecx','%edx','%eax', '4','0xc1bdceee','22');
171 round1_step( 0,'%eax','%ebx','%ecx','%edx', '5','0xf57c0faf', '7');
172 round1_step( 0,'%edx','%eax','%ebx','
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c750 mov ebx, [esp + 32 + 8] // src_stride local
755 lea edx, [ebx + ebx * 2] // src_stride * 3
760 movdqa xmm2, [esi + ebx]
761 movdqa xmm3, [esi + ebx + 16]
764 movdqa xmm2, [esi + ebx * 2]
765 movdqa xmm3, [esi + ebx * 2 + 16]
842 mov ebx, [esp + 32 + 8] // src_stride local
845 lea edx, [ebx + ebx *
965 mov ebx, [esp + 32 + 8] // src_stride local
1022 mov ebx, [esp + 32 + 8] // src_stride local
1230 mov ebx, [esp + 32 + 20] // height local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x87.cc257 __ push(ebx);
263 __ mov(ebx, 2);
277 __ cmp(ebx, 2);
292 __ pop(ebx);
300 __ pop(ebx);
/external/valgrind/main/coregrind/
H A Dm_machine.c717 UInt eax, ebx, ecx, edx, max_extended; local
725 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx);
732 VG_(memcpy)(&vstr[0], &ebx, 4);
737 VG_(cpuid)(0x80000000, 0, &eax, &ebx, &ecx, &edx);
741 VG_(cpuid)(1, 0, &eax, &ebx, &ecx, &edx);
757 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
767 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
805 UInt eax, ebx, ecx, edx, max_basic, max_extended; local
813 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx);
821 VG_(memcpy)(&vstr[0], &ebx,
[all...]
/external/libpcap/msdos/
H A Dndis_0.asm161 push ebx
162 mov ebx, [esp+8] ; device handle
167 pop ebx

Completed in 630 milliseconds

1234567891011>>