Searched defs:eax (Results 76 - 100 of 124) sorted by relevance

12345

/external/chromium_org/v8/src/x87/
H A Dcodegen-x87.cc132 __ mov(eax, Operand(src, 0));
135 __ mov(Operand(dst, 0), eax); local
143 __ mov_b(eax, Operand(src, 0));
146 __ mov_b(Operand(dst, 0), eax); local
162 __ mov(eax, Operand(src, 0));
164 __ mov(Operand(dst, 0), eax); local
173 __ mov_b(eax, Operand(src, 0));
175 __ mov_b(Operand(dst, 0), eax); local
236 DCHECK(value.is(eax));
251 __ push(eax);
272 __ mov(FieldOperand(edx, JSObject::kElementsOffset), eax); local
442 __ mov(FieldOperand(edx, JSObject::kElementsOffset), eax); local
[all...]
H A Dregexp-macro-assembler-x87.cc34 * The registers eax and ebx are free to use for computations.
166 __ lea(eax, Operand(esi, edi, times_1, 0));
167 __ cmp(eax, Operand(ebp, kInputStart));
178 __ lea(eax, Operand(esi, edi, times_1, 0));
179 __ cmp(eax, Operand(ebp, kInputStart));
218 __ mov(eax, edi);
219 __ add(eax, ebx);
229 // After this, the eax, ecx, and edi registers are available.
237 __ movzx_b(eax, Operand(edi, 0));
242 __ or_(eax,
725 __ mov(Operand(ebp, ecx, times_1, 0), eax); local
731 __ mov(register_location(i), eax); local
767 __ mov(Operand(ebx, i * kPointerSize), eax); variable
875 __ mov(Operand(esp, 1 * kPointerSize), eax); variable
885 __ mov(backtrack_stackpointer(), eax); variable
[all...]
H A Dbuiltins-x87.cc25 // -- eax : number of arguments excluding receiver
32 // -- esp[4 * argc] : first argument (argc == eax)
48 // JumpToExternalReference expects eax to contain the number of arguments
50 __ add(eax, Immediate(num_extra_args + 1));
70 __ mov(eax, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
71 __ mov(eax, FieldOperand(eax, SharedFunctionInfo::kCodeOffset));
72 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
73 __ jmp(eax);
207 __ mov(Operand(ebx, JSObject::kMapOffset), eax); local
306 __ mov(Operand(edi, FixedArray::kMapOffset), eax); // setup the map local
604 __ mov(Operand(esp, 0), eax); local
638 __ mov(Operand(esp, 0), eax); local
1429 __ mov(Operand(esp, 0), eax); local
[all...]
H A Ddisasm-x87.cc203 SetTableRange(REGISTER_INSTR, 0x91, 0x97, "xchg eax,"); // 0x90 is nop.
269 eax = 0, enumerator in enum:disasm::DisassemblerX87::__anon17355
969 AppendToBuffer("%s eax,%s", idesc.mnem, NameOfAddress(addr));
1014 if (regop == eax) {
1152 if (regop == eax) {
1166 case eax: mnem = "inc"; break;
1515 AppendToBuffer("test eax,0x%x", *reinterpret_cast<int32_t*>(data+1));
1702 "eax", "ecx", "edx", "ebx", "esp", "ebp", "esi", "edi"
/external/flac/libFLAC/
H A Dbitreader.c167 mov eax, [edx] local
168 bswap eax
169 mov [edx], eax
843 bsr eax, b
844 not eax
845 and eax, 31
846 mov i, eax
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext.h117 unsigned long eax; member in struct:sigcontext
H A Dkvm.h189 __u32 eax; member in struct:kvm_cpuid_entry
207 __u32 eax; member in struct:kvm_cpuid_entry2
/external/libyuv/files/source/
H A Dcompare.cc78 mov eax, [esp + 4] // src local
87 movdqu xmm1, [eax] // src[0-15]
88 lea eax, [eax + 16] local
120 movd eax, xmm0 // return hash local
258 mov eax, [esp + 4] // src_a local
263 sub edx, eax
267 movdqa xmm1, [eax]
268 movdqa xmm2, [eax + edx]
269 lea eax, [ea local
288 movd eax, xmm0 local
[all...]
H A Dconvert_from.cc241 mov eax, [esp + 8 + 4] // src_y local
254 movdqa xmm0, [eax] // Y
255 lea eax, [eax + 16] local
280 mov eax, [esp + 8 + 4] // src_y local
293 movdqa xmm0, [eax] // Y
295 lea eax, [eax + 16] local
H A Dconvert.cc73 mov eax, [esp + 4 + 4] // src_uv local
77 sub edi, eax
81 movdqa xmm0, [eax]
82 pavgb xmm0, [eax + edx]
84 movdqa [eax + edi], xmm0
85 lea eax, [eax + 16] local
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h468 __asm bsf eax, [u] local
469 __asm inc eax
470 __asm mov [i], eax
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp150 mov eax, 1 local
164 mov version, eax
171 "movl $1,%%eax\n\t"
173 "movl %%eax, %0\n\t"
/external/oprofile/daemon/
H A Dopd_ibs.c485 unsigned eax; member in union:__anon28418
505 : "=a" (v.eax), "=r" (ebx), "=c" (ecx), "=d" (edx) : "0" (1)
508 asm ("cpuid" : "=a" (v.eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "0" (1));
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c98 long eax; member in struct:__anon30292
/external/valgrind/main/VEX/test/
H A Dtest-i386.c168 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
176 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
183 int eax, ebx, ecx, edx, esi, edi, res; local
184 eax = 0x0001;
193 TEST_LEA("(%%eax)");
200 TEST_LEA("0x40(%%eax)");
207 TEST_LEA("0x4000(%%eax)");
214 TEST_LEA("(%%eax, %%ecx)");
221 TEST_LEA("0x40(%%eax, %%ecx)");
228 TEST_LEA("(,%%eax,
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h174 long int eax; member in struct:regs_struct
190 #define SECCOMP_PT_RESULT(_regs) (_regs).eax
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc25 // -- eax : number of arguments excluding receiver
32 // -- esp[4 * argc] : first argument (argc == eax)
48 // JumpToExternalReference expects eax to contain the number of arguments
50 __ add(eax, Immediate(num_extra_args + 1));
70 __ mov(eax, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
71 __ mov(eax, FieldOperand(eax, SharedFunctionInfo::kCodeOffset));
72 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
73 __ jmp(eax);
207 __ mov(Operand(ebx, JSObject::kMapOffset), eax); local
306 __ mov(Operand(edi, FixedArray::kMapOffset), eax); // setup the map local
604 __ mov(Operand(esp, 0), eax); local
638 __ mov(Operand(esp, 0), eax); local
1429 __ mov(Operand(esp, 0), eax); local
[all...]
H A Dcodegen-ia32.cc52 __ push(eax);
55 MathExpGenerator::EmitMathExp(&masm, input, result, xmm0, eax, ebx);
58 __ pop(eax);
253 __ mov(eax, src);
254 __ sub(eax, dst);
255 __ cmp(eax, kMinMoveDistance);
293 __ mov_b(eax, Operand(src, 0));
295 __ mov_b(Operand(dst, 0), eax); local
321 __ mov(eax, dst);
322 __ sub(eax, sr
364 __ mov_b(Operand(dst, 0), eax); local
452 __ mov_b(Operand(dst, 0), eax); local
457 __ mov_w(Operand(dst, 0), eax); local
463 __ mov_w(Operand(dst, 0), eax); local
469 __ mov(Operand(dst, 0), eax); local
475 __ mov(Operand(dst, 0), eax); local
600 __ mov(FieldOperand(edx, JSObject::kElementsOffset), eax); local
795 __ mov(FieldOperand(edx, JSObject::kElementsOffset), eax); local
[all...]
H A Ddisasm-ia32.cc203 SetTableRange(REGISTER_INSTR, 0x91, 0x97, "xchg eax,"); // 0x90 is nop.
269 eax = 0, enumerator in enum:disasm::DisassemblerIA32::__anon17306
948 AppendToBuffer("%s eax,%s", idesc.mnem, NameOfAddress(addr));
993 if (regop == eax) {
1131 if (regop == eax) {
1145 case eax: mnem = "inc"; break;
1494 AppendToBuffer("test eax,0x%x", *reinterpret_cast<int32_t*>(data+1));
1685 "eax", "ecx", "edx", "ebx", "esp", "ebp", "esi", "edi"
/external/chromium_org/v8/src/third_party/valgrind/
H A Dvalgrind.h213 redirected: x86: call *%eax, amd64: call *%rax, ppc32/ppc64:
313 __asm { __asm lea eax, _zzq_args __asm mov edx, _zzq_default local
328 __asm mov __addr, eax \
740 /* These regs are trashed by the hidden call. No need to mention eax
742 #define __CALLER_SAVED_REGS /*"eax"*/ "ecx", "edx"
754 "movl (%%eax), %%eax\n\t" /* target->%eax */ \
772 "pushl 4(%%eax)\n\t" \
773 "movl (%%eax),
[all...]
/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c351 mov eax, vec1A local
363 movq mm0, 0[eax]
369 movq mm2, 8[eax]
374 movq mm4, 16[eax]
380 movq mm6, 24[eax]
386 add eax, 32 local
402 movd eax, mm7 local
424 "movl %1,%%eax\n\t"
436 "movq 0(%%eax),%%mm0\n\t"
442 "movq 8( %%eax ),
[all...]
/external/qemu/target-i386/
H A Dhelper.c1513 uint32_t *eax, uint32_t *ebx,
1527 "mov %%eax, 0(%2) \n\t"
1536 if (eax)
1537 *eax = vec[0];
1548 uint32_t *eax, uint32_t *ebx,
1562 *eax = env->cpuid_level;
1575 *eax = env->cpuid_version;
1593 *eax = 1;
1602 *eax = 0x0000121;
1608 *eax
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/coregrind/
H A Dm_machine.c717 UInt eax, ebx, ecx, edx, max_extended; local
725 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx);
726 if (eax < 1)
737 VG_(cpuid)(0x80000000, 0, &eax, &ebx, &ecx, &edx);
738 max_extended = eax;
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,
[all...]
/external/valgrind/main/include/
H A Dvalgrind.h236 redirected: x86: call *%eax, amd64: call *%rax, ppc32/ppc64:
345 __asm { __asm lea eax, _zzq_args __asm mov edx, _zzq_default local
360 __asm mov __addr, eax \
1057 /* These regs are trashed by the hidden call. No need to mention eax
1059 #define __CALLER_SAVED_REGS /*"eax"*/ "ecx", "edx"
1083 "movl (%%eax), %%eax\n\t" /* target->%eax */ \
1103 "pushl 4(%%eax)\n\t" \
1104 "movl (%%eax),
[all...]
/external/chromium_org/third_party/qcms/src/
H A Dtransform.c975 mov eax, fxn local
977 mov a_, eax

Completed in 7791 milliseconds

12345