HomeSort by relevance Sort by last modified time
    Searched full:eax (Results 751 - 775 of 1352) sorted by null

<<31323334353637383940>>

  /external/quake/quake/src/WinQuake/
d_draw.s 74 movl $2048,%eax
77 movl C(bbextents),%eax
181 movl espan_t_v(%ebx),%eax
186 movl C(d_scantable)(,%eax,4),%edi // v * screenwidth
290 movl t,%eax // tfrac = scans->tfrac;
297 sarl $16,%eax
299 imull %edx,%eax // (tfrac >> 16) * cachewidth
301 addl %eax,%esi // psource = pbase + (sfrac >> 16) +
329 movl snext,%eax
340 addl %eax,%eb
    [all...]
d_parta.s 145 movl DP_u,%eax
160 cmpl %ecx,%eax
167 cmpl %ecx,%eax
176 addl %eax,%ebx
181 leal (%edx,%eax,2),%edx
182 movl C(d_pzbuffer),%eax
187 addl %eax,%edx
191 movl izi,%eax
193 shrl %cl,%eax
203 cmpl %ebx,%eax
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 30 $r="eax";
35 &picmeup("eax","OPENSSL_ia32cap_P");
36 &bt(&DWP(0,"eax"),26);
125 &movd("eax","mm1"); # c = carry_out
139 $Low="eax";
165 &mov("eax",&DWP($i,$a)); # *a
167 &add("eax",$c); # L(t)+= c
169 &add("eax",&DWP($i,$r)); # L(t)+= *r
171 &mov(&DWP($i,$r),"eax"); # *r= L(t);
191 &mov("eax",&DWP($i*4,$a)); # *
    [all...]
  /external/quake/quake/src/QW/client/
d_parta.s 145 movl DP_u,%eax
160 cmpl %ecx,%eax
167 cmpl %ecx,%eax
176 addl %eax,%ebx
181 leal (%edx,%eax,2),%edx
182 movl C(d_pzbuffer),%eax
187 addl %eax,%edx
191 movl izi,%eax
193 shrl %cl,%eax
203 cmpl %ebx,%eax
    [all...]
surf16.asm 255 mov eax,ds:dword ptr[_blocksize]
259 mov ecx,ds:dword ptr[blockjumptable16-4+eax*2]
260 mov ds:dword ptr[k],eax
273 sub eax,eax
284 mov ax,ds:word ptr[12345678h+eax*2]
298 mov ax,ds:word ptr[12345678h+eax*2]
312 mov ax,ds:word ptr[12345678h+eax*2]
326 mov ax,ds:word ptr[12345678h+eax*2]
341 mov ax,ds:word ptr[12345678h+eax*2]
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 305 __ mov(eax, FieldOperand(receiver, JSArray::kLengthOffset));
344 __ mov(eax, FieldOperand(receiver, String::kLengthOffset));
357 __ mov(eax, FieldOperand(scratch2, String::kLengthOffset));
369 __ mov(eax, Operand(scratch1));
498 __ lea(eax, Operand(esp, 3 * kPointerSize));
512 __ mov(ApiParameterOperand(1), eax); // v8::Arguments::implicit_args_.
513 __ add(Operand(eax), Immediate(argc * kPointerSize));
514 __ mov(ApiParameterOperand(2), eax); // v8::Arguments::values_.
520 __ lea(eax, ApiParameterOperand(1));
521 __ mov(ApiParameterOperand(0), eax);
821 __ mov(FieldOperand(receiver_reg, offset), eax); local
832 __ mov(FieldOperand(scratch, offset), eax); local
1058 GenerateFastPropertyLoad(masm(), eax, reg, holder, index); local
1247 GenerateFastPropertyLoad(masm(), eax, holder_reg, local
1461 eax, edi, name, &miss); local
1495 __ mov(FieldOperand(edx, JSArray::kLengthOffset), eax); local
1560 __ mov(FieldOperand(edx, JSArray::kLengthOffset), eax); local
1613 eax, edi, name, &miss); local
1701 eax, local
1785 eax, local
1868 CheckPrototypes(JSObject::cast(object), edx, holder, ebx, eax, edi, name, local
1948 CheckPrototypes(JSObject::cast(object), edx, holder, ebx, eax, edi, name, local
2072 CheckPrototypes(JSObject::cast(object), edx, holder, ebx, eax, edi, name, local
2184 ebx, eax, edi, name, depth, &miss); local
2188 __ mov(Operand(esp, 0 * kPointerSize), eax); local
2254 ebx, eax, edi, name, &miss); local
2275 masm(), Context::STRING_FUNCTION_INDEX, eax, &miss); local
2296 masm(), Context::NUMBER_FUNCTION_INDEX, eax, &miss); local
2318 masm(), Context::BOOLEAN_FUNCTION_INDEX, eax, &miss); local
2738 __ mov(FieldOperand(edi, ecx, times_2, FixedArray::kHeaderSize), eax); local
    [all...]
ic-ia32.cc 375 // inlined load instruction. It is 7 bytes (test eax, imm) plus
382 // -- eax : receiver
388 StubCompiler::GenerateLoadArrayLength(masm, eax, edx, &miss);
397 // -- eax : receiver
403 StubCompiler::GenerateLoadStringLength(masm, eax, edx, ebx, &miss,
412 // -- eax : receiver
418 StubCompiler::GenerateLoadFunctionPrototype(masm, eax, edx, ebx, &miss);
528 // -- eax : key
536 __ test(eax, Immediate(kSmiTagMask));
553 eax,
841 __ mov(CodeGenerator::FixedArrayElementOperand(edi, ecx), eax); local
    [all...]
  /external/grub/stage2/
start_eltorito.S 100 mov ABS(bi_length), %eax
101 add $(ISO_SECTOR_SIZE-1), %eax
102 shr $ISO_SECTOR_BITS, %eax /* dwords->sectors */
107 mov ABS(bi_file), %eax
132 * EAX - Linear sector number
141 mov %eax, 8(%si)
155 movzwl 2(%si), %eax /* Sectors we read */
156 add %eax, 8(%si) /* Advance sector pointer */
166 mov 8(%si), %eax /* Return next sector */
234 * printhex[248]: Write a hex number in (AL, AX, EAX) to the consol
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 36 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/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 70 mov %eax,%edx # copy to edx
74 shr $(P_BITS),%eax
127 # pop %eax # in 3 bytes
171 # pop %eax # in 3 bytes
176 # int $0x80 # syscall. fd in eax.
177 # we should check that eax>=0
179 # mov %eax,%ebx # save our fd
182 # pop %eax # in 3 bytes
194 # pop %eax
206 mov (%ecx), %eax # load 4 bytes into ea
    [all...]
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 25 mov $__NR_munmap, %eax
28 movl $__NR_exit, %eax
  /bionic/libc/arch-x86/string/
bzero.S 15 xorl %eax,%eax /* set fill data to 0 */
  /external/clang/test/Parser/
MicrosoftExtensions.c 24 mov eax, Bit local
26 lock bts [ecx], eax
  /external/llvm/test/CodeGen/X86/
2010-07-02-asm-alignstack.ll 8 call void asm sideeffect alignstack "# top of block", "~{dirflag},~{fpsr},~{flags},~{edi},~{esi},~{edx},~{ecx},~{eax}"() nounwind
23 call void asm sideeffect "# top of block", "~{dirflag},~{fpsr},~{flags},~{edi},~{esi},~{edx},~{ecx},~{eax}"() nounwind
add-of-carry.ll 7 ; CHECK: cmpl %ecx, %eax
9 ; CHECK: adcl $0, %eax
apm.ll 24 ; CHECK-NEXT: movl %esi, %eax
27 ; WIN64: movl %edx, %eax
inline-asm-tied.ll 13 %0 = call i64 asm "bswap %eax\0A\09bswap %edx\0A\09xchgl %eax, %edx", "=A,0,~{dirflag},~{fpsr},~{flags}"(i64 %tmp) nounwind ; <i64> [#uses=1]
lsr-nonaffine.ll 7 ; CHECK: xorl %eax, %eax
lsr-static-addr.ll 3 ; CHECK: xorl %eax, %eax
mcinst-lowering.ll 14 ; Check that we lower to the short form of cmpl, which has a fixed %eax
17 ; CHECK: cmpl $16777216, %eax
mingw-alloca.ll 21 ; CHECK: pushl %eax
23 ; CHECK: movl 8028(%esp), %eax
promote-assert-zext.ll 9 ; CHECK: movzbl (%rdi), %eax
10 ; CHECK: movzwl %ax, %eax
tls13.ll 2 ; RUN: grep {movswl %gs:i@NTPOFF, %eax} %t
3 ; RUN: grep {movzwl %gs:j@NTPOFF, %eax} %t
tls14.ll 2 ; RUN: grep {movsbl %gs:i@NTPOFF, %eax} %t
3 ; RUN: grep {movzbl %gs:j@NTPOFF, %eax} %t
  /external/llvm/test/MC/MachO/
relax-jumps.s 31 xorl %eax, %eax

Completed in 127 milliseconds

<<31323334353637383940>>