Searched refs:eax (Results 276 - 300 of 659) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsse3.asm3 addsubpd xmm0, [eax]
24 movsldup xmm5, dqword [eax+ebx]
H A Dsse4.asm18 crc32 eax, bl
19 crc32 eax, bh
20 crc32 eax, r9b
21 crc32 eax, byte [0]
22 crc32 eax, bx
23 crc32 eax, word [0]
24 crc32 eax, ebx
25 crc32 eax, dword [0]
49 extractps eax, xmm1, 5
94 pextrb eax, xmm
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_end-2.s5 movl $42, %eax
H A Difdef.s21 movl %eax, undefined
H A Difndef.s21 movl %eax, undefined
/external/llvm/test/MC/ELF/
H A Dcommon.s72 movsbl common4+3(%rip), %eax
/external/oprofile/module/x86/
H A Dcpu_type.c36 int eax, ebx, ecx, edx; local
38 cpuid (1, &eax, &ebx, &ecx, &edx);
55 int eax, ebx, ecx, edx; local
58 cpuid(1, &eax, &ebx, &ecx, &edx);
H A Doprofile_nmi.S14 pushl %eax; \
32 popl %eax; \
57 pushl %eax
/external/fio/crc/
H A Dcrc32c-intel.c84 unsigned int eax, ebx, ecx = 0, edx; local
86 eax = 1;
88 do_cpuid(&eax, &ebx, &ecx, &edx);
/external/llvm/test/MC/X86/
H A Dindex-operations.s29 // 64: lodsl %gs:(%esi), %eax # encoding: [0x65,0x67,0xad]
30 // 32: lodsl %gs:(%esi), %eax # encoding: [0x65,0xad]
31 // 16: lodsl %gs:(%esi), %eax # encoding: [0x66,0x65,0x67,0xad]
33 lodsl (%edi), %eax
38 lodsl 44(%edi), %eax
53 stos %eax, (%edi)
54 // 64: stosl %eax, %es:(%edi) # encoding: [0x67,0xab]
55 // 32: stosl %eax, %es:(%edi) # encoding: [0xab]
56 // 16: stosl %eax, %es:(%edi) # encoding: [0x66,0x67,0xab]
/external/valgrind/main/none/tests/x86-linux/
H A Dsigcontext.c17 printf("FAILED: handler2 expected eax == 0, not %d\n", uc->uc_mcontext.gregs[REG_EAX]);
31 if (sc.eax != 0)
32 printf("FAILED: handler2 expected eax == 0, not %p\n", (void*)sc.eax);
34 sc.eax = VAL2;
/external/chromium_org/third_party/boringssl/linux-x86/crypto/aes/
H A Daesni-x86.S10 movl 4(%esp),%eax
12 movups (%eax),%xmm2
14 movl 8(%esp),%eax
26 movups %xmm2,(%eax)
35 movl 4(%esp),%eax
37 movups (%eax),%xmm2
39 movl 8(%esp),%eax
51 movups %xmm2,(%eax)
380 movl 28(%esp),%eax
383 andl $-16,%eax
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/aes/
H A Daesni-x86.S9 movl 4(%esp),%eax
11 movups (%eax),%xmm2
13 movl 8(%esp),%eax
25 movups %xmm2,(%eax)
32 movl 4(%esp),%eax
34 movups (%eax),%xmm2
36 movl 8(%esp),%eax
48 movups %xmm2,(%eax)
359 movl 28(%esp),%eax
362 andl $-16,%eax
[all...]
/external/openssl/crypto/aes/asm/
H A Daesni-x86.S8 movl 4(%esp),%eax
10 movups (%eax),%xmm2
12 movl 8(%esp),%eax
24 movups %xmm2,(%eax)
32 movl 4(%esp),%eax
34 movups (%eax),%xmm2
36 movl 8(%esp),%eax
48 movups %xmm2,(%eax)
310 movl 28(%esp),%eax
313 andl $-16,%eax
[all...]
/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S36 xor %eax, %eax
37 mov $0xd, %al # set eax to d
73 mov $0x0feb1378,%eax # store 0x0feb1378
85 cmp $0x0feb1378,%eax # if we loaded wrong value
119 mov $0xa5a5a5a5,%eax
124 mov $0xa5a5a5a5,%eax
159 mov $0x5a5a5a5a,%eax
210 mov $0xa5a5a5a5,%eax
238 mov $0xa5a5a5a5,%eax
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32start.S33 xor %eax, %eax
59 mov 4(%ebx), %eax
83 movl $0xa0000, %eax
84 addr32 movl %eax, (%ebx)
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S12 xor %eax,%eax
23 mov $120,%eax # clone syscall
51 cmp $0,%eax # are we in new thread?
91 mov $1,%eax # put exit syscall number (60) in rax
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc56 __ test(eax, Immediate(delta_to_patch_site));
161 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
170 __ push(eax);
178 __ push(eax);
205 // Context is returned in eax. It replaces the context passed to us.
207 __ mov(esi, eax);
208 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), eax); local
218 __ mov(eax, Operand(ebp, parameter_offset));
221 __ mov(Operand(esi, context_offset), eax); local
222 // Update the write barrier. This clobbers eax an
880 __ mov(ContextOperand(esi, variable->index()), eax); local
2412 __ Move(StoreDescriptor::ReceiverRegister(), eax); local
2423 __ Move(StoreDescriptor::NameRegister(), eax); local
2608 __ mov(Operand(esp, kPointerSize), eax); local
2642 __ mov(Operand(esp, kPointerSize), eax); local
2662 __ mov(LoadDescriptor::NameRegister(), eax); local
2668 __ mov(Operand(esp, kPointerSize), eax); local
2760 __ mov(Operand(esp, (arg_count + 1) * kPointerSize), eax); local
3539 __ mov(FieldOperand(ebx, JSValue::kValueOffset), eax); local
4140 __ mov(Operand(esp, kPointerSize), eax); local
4356 __ mov(Operand(esp, kPointerSize), eax); local
4359 __ mov(Operand(esp, 2 * kPointerSize), eax); local
4394 __ mov(Operand(esp, kPointerSize), eax); local
4397 __ mov(Operand(esp, 2 * kPointerSize), eax); local
[all...]
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc56 __ test(eax, Immediate(delta_to_patch_site));
161 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
170 __ push(eax);
178 __ push(eax);
205 // Context is returned in eax. It replaces the context passed to us.
207 __ mov(esi, eax);
208 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), eax); local
218 __ mov(eax, Operand(ebp, parameter_offset));
221 __ mov(Operand(esi, context_offset), eax); local
222 // Update the write barrier. This clobbers eax an
873 __ mov(ContextOperand(esi, variable->index()), eax); local
2402 __ Move(StoreDescriptor::ReceiverRegister(), eax); local
2413 __ Move(StoreDescriptor::NameRegister(), eax); local
2598 __ mov(Operand(esp, kPointerSize), eax); local
2632 __ mov(Operand(esp, kPointerSize), eax); local
2652 __ mov(LoadDescriptor::NameRegister(), eax); local
2658 __ mov(Operand(esp, kPointerSize), eax); local
2750 __ mov(Operand(esp, (arg_count + 1) * kPointerSize), eax); local
3528 __ mov(FieldOperand(ebx, JSValue::kValueOffset), eax); local
4129 __ mov(Operand(esp, kPointerSize), eax); local
4345 __ mov(Operand(esp, kPointerSize), eax); local
4348 __ mov(Operand(esp, 2 * kPointerSize), eax); local
4383 __ mov(Operand(esp, kPointerSize), eax); local
4386 __ mov(Operand(esp, 2 * kPointerSize), eax); local
[all...]
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.cc81 mov eax, [esp + 4] // src_a local
86 sub edx, eax
89 movdqu xmm1, [eax]
90 movdqu xmm2, [eax + edx]
91 lea eax, [eax + 16] local
110 movd eax, xmm0 local
/external/libyuv/files/source/
H A Dscale.cc205 mov eax, [esp + 4] // src_ptr local
214 movdqa xmm0, [eax]
215 movdqa xmm1, [eax + 16]
216 lea eax, [eax + 32] local
235 mov eax, [esp + 4 + 4] // src_ptr local
244 movdqa xmm0, [eax]
245 movdqa xmm1, [eax + 16]
246 movdqa xmm2, [eax + esi]
247 movdqa xmm3, [eax
248 lea eax, [eax + 32] local
279 mov eax, [esp + 4] // src_ptr local
290 lea eax, [eax + 32] local
310 mov eax, [esp + 4 + 4] // src_ptr local
323 lea eax, [eax + 32] local
354 mov eax, [esp + 4] // src_ptr local
365 lea eax, [eax + 32] local
387 mov eax, [esp + 8 + 4] // src_ptr local
407 lea eax, [eax + 32] local
447 mov eax, [esp + 4] // src_ptr local
458 lea eax, [eax + 32] local
482 mov eax, [esp + 12 + 4] // src_ptr local
502 lea eax, [eax + 32] local
557 mov eax, [esp + 4] // src_ptr local
569 lea eax, [eax + 32] local
608 mov eax, [esp + 4 + 4] // src_ptr local
641 lea eax, [eax + 32] local
667 mov eax, [esp + 4 + 4] // src_ptr local
702 lea eax, [eax + 32] local
729 mov eax, [esp + 4] // src_ptr local
740 lea eax, [eax + 32] local
763 mov eax, [esp + 4 + 4] // src_ptr local
785 lea eax, [eax + 16] local
829 mov eax, [esp + 4 + 4] // src_ptr local
842 lea eax, [eax + 16] local
891 lea eax, [esi + edx] local
904 lea eax, [eax + edx] // advance to next row local
946 mov eax, [esp + 8 + 20] // source_y_fraction (0..255) local
948 cmp eax, 0 local
950 cmp eax, 128 local
1037 mov eax, [esp + 8 + 20] // source_y_fraction (0..255) local
1039 shr eax, 1 local
1040 cmp eax, 0 local
1042 cmp eax, 64 local
1046 add eax, 128 local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
H A Dstabs-elf.asm42 mov eax,[ebp+8]
44 .label rol eax,1 ; [4] [8]
51 greet mov eax,[integer] ; [14]
52 inc eax
53 mov [localint],eax ; [14]
55 mov eax,[localptr] ; [13]
56 push dword [eax]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delftest.asm42 mov eax,[ebp+8]
44 .label rol eax,1 ; [4] [8]
51 greet mov eax,[integer] ; [14]
52 inc eax
53 mov [localint],eax ; [14]
55 mov eax,[localptr] ; [13]
56 push dword [eax]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
H A Dmachotest.asm41 mov eax,[ebp+8]
43 .label rol eax,1 ; [4] [8]
51 mov eax,[_integer] ; [14]
52 inc eax
53 mov [localint],eax ; [14]
55 mov eax,[localptr] ; [13]
56 push dword [eax]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/sha/
H A Dsha256-x86_64.S33 movl 0(%rdi),%eax
50 movl %eax,%r14d
60 xorl %eax,%r14d
71 movl %eax,%r15d
73 xorl %eax,%r14d
116 xorl %eax,%edi
118 movl %eax,%r10d
207 addl %r12d,%eax
213 movl %eax,%r13d
219 xorl %eax,
[all...]

Completed in 648 milliseconds

<<11121314151617181920>>