/frameworks/compile/libbcc/runtime/lib/i386/ |
ashldi3.S | 30 movd %xmm0, %eax 42 movl 4(%esp), %eax // Load low 46 shldl %cl, %eax, %edx // left shift high by count 47 shll %cl, %eax // left shift low by count 50 1: movl %eax, %edx // Move low to high 51 xorl %eax, %eax // clear low
|
/external/valgrind/main/none/tests/x86/ |
bt_literal.c | 18 "movl $0, %%eax\n\t" 23 "orl %%ecx, %%eax\n\t" 29 "orl %%ecx, %%eax\n\t" 35 "orl %%ecx, %%eax\n\t" 41 "orl %%ecx, %%eax\n\t" 43 "movl %%eax, %0\n\t" 48 : "eax", "ecx", "edx", "cc"); 61 "movl $0, %%eax\n\t" 66 "orl %%ecx, %%eax\n\t" 72 "orl %%ecx, %%eax\n\t [all...] |
/external/quake/quake/src/QW/client/ |
d_polysa.s | 454 movl C(r_sstepx),%eax 456 shll $16,%eax 458 movl %eax,C(a_sstepxfrac) 462 movl C(r_tstepx),%eax 464 sarl $16,%eax 466 addl %ecx,%eax 467 movl %eax,C(a_ststepxwhole) 502 movl 0(%esi),%eax 507 subl %edx,%eax 511 incl %eax [all...] |
r_edgea.s | 56 movl et_u(%edx),%eax 62 cmpl %ebx,%eax 66 cmpl %ebx,%eax 70 cmpl %ebx,%eax 74 cmpl %ebx,%eax 116 movl predge(%esp),%eax 119 movl et_next(%eax),%ecx 120 movl et_nextremove(%eax),%ebx 121 movl et_prev(%eax),%edx 129 movl et_nextremove(%ebx),%eax [all...] |
/external/quake/quake/src/WinQuake/ |
d_polysa.s | 454 movl C(r_sstepx),%eax 456 shll $16,%eax 458 movl %eax,C(a_sstepxfrac) 462 movl C(r_tstepx),%eax 464 sarl $16,%eax 466 addl %ecx,%eax 467 movl %eax,C(a_ststepxwhole) 502 movl 0(%esi),%eax 507 subl %edx,%eax 511 incl %eax [all...] |
r_edgea.s | 56 movl et_u(%edx),%eax 62 cmpl %ebx,%eax 66 cmpl %ebx,%eax 70 cmpl %ebx,%eax 74 cmpl %ebx,%eax 116 movl predge(%esp),%eax 119 movl et_next(%eax),%ecx 120 movl et_nextremove(%eax),%ebx 121 movl et_prev(%eax),%edx 129 movl et_nextremove(%ebx),%eax [all...] |
/external/llvm/test/MC/ELF/ |
tls-i386.s | 5 movl foo1@NTPOFF(%eax), %eax 6 movl foo2@GOTNTPOFF(%eax), %eax 7 movl foo3@TLSGD(%eax), %eax 8 movl foo4@TLSLDM(%eax), %eax 9 movl foo5@TPOFF(%eax), %eax [all...] |
/external/quake/quake/src/QW/server/ |
worlda.s | 30 movl num(%esp),%eax 31 testl %eax,%eax 51 // %eax: num 63 // !!! if the size of dclipnode_t changes, the scaling of %eax needs to be 65 movl nd_planenum(%edi,%eax,8),%ecx 66 movl nd_children(%edi,%eax,8),%eax 67 movl %eax,%esi 68 rorl $16,%eax [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
msr.h | 74 static __inline__ void cpuid(int op, unsigned int *eax, unsigned int *ebx, 78 : "=a" (*eax), 86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 90 : "=a" (*eax), 102 unsigned int eax; local 105 : "=a" (eax) 108 return eax; 112 unsigned int eax, ebx; local 115 : "=a" (eax), "=b" (ebx) 122 unsigned int eax, ecx local 132 unsigned int eax, edx; local [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_MUL_LONG_2ADDR.S | 63 movl 4(rFP, %edx, 4), %eax # %eax<- Y 64 imull (rFP, rINST, 4), %eax # %eax<- X*Y 65 addl %eax, %ecx # %ecx<- (WZ + XY) 66 movl (rFP, %edx, 4), %eax # %eax<- Z 67 mull (rFP, rINST, 4) # %edx:eax<- XZ 71 movl %eax, (rFP, %edx, 4) # vA<- results lo
|
binopD.S | 34 FETCH_BB 1, %eax # %eax<- BB 36 GET_VREG %eax # %eax<- vBB 42 cmpl $$0x80000000,%eax # handle min int special case divide error 45 cdq # sign-extend %eax to %edx 46 idiv %ecx # divide %edx:%eax by %ecx 48 SET_VREG %eax rINST # vAA<- %eax (quotient)
|
binopD2addr.S | 36 movl rINST, %eax # %eax<- A 38 GET_VREG %eax # %eax<- vA 44 cmpl $$0x80000000,%eax # handle min int special case divide error 47 cdq # sign-extend %eax to %edx 48 idiv %ecx # divide %edx:%eax by %ecx 50 SET_VREG %eax rINST # vAA<- %eax (quotient)
|
binopDLit8.S | 35 FETCH_BB 1, %eax # %eax<- BB 38 GET_VREG %eax # %eax<- vBB 43 cmpl $$0x80000000,%eax # handle min int special case divide error 46 cdq # sign-extend %eax to %edx 47 idiv %ecx # divide %edx:%eax by %ecx 50 SET_VREG %eax rINST # vAA<- %eax (quotient)
|
OP_INT_TO_DOUBLE.S | 31 movl rINST, %eax # %eax<- BA+ 32 shr $$4, %eax # %eax<- B 34 cvtsi2sd (rFP, %eax, 4), %xmm0 # %xmm0<- vB
|
OP_INT_TO_FLOAT.S | 31 movl rINST, %eax # %eax<- BA+ 32 shr $$4, %eax # %eax<- B 34 cvtsi2ss (rFP,%eax,4), %xmm0 # %xmm0<- vB
|
OP_INVOKE_SUPER.S | 46 FETCH 2, %eax # %eax<- GFED or CCCC 49 and $$15, %eax # %eax<- D if not range 53 cmp $$0, (rFP, %eax, 4) # check for null object 60 movl rGLUE, %eax # %eax<- pMterpGlue 61 movl offGlue_method(%eax), %eax # %eax<- glue->metho [all...] |
/system/core/libcutils/arch-x86/ |
sse2-memset16-atom.S | 86 # define SETRTNVAL movl DEST(%esp), %eax 140 xor %eax, %eax 142 movzwl CHR(%esp), %eax 143 mov %eax, %edx 144 shl $16, %eax 145 or %edx, %eax 195 movl %eax, -56(%edx) 196 movl %eax, -52(%edx) 198 movl %eax, -48(%edx [all...] |
/bionic/libc/arch-x86/string/ |
memset.S | 13 movzbl 16(%esp),%eax /* unsigned char, zero extend */ 28 movl %eax,%edx 29 sall $16,%eax 30 orl %edx,%eax 52 popl %eax /* pop address of buffer */
|
bcmp.S | 14 xorl %eax,%eax /* clear return value */ 29 L1: incl %eax
|
rindex.S | 17 xorl %eax,%eax /* init pointer to null */ 23 movl %edx,%eax
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-ret-ext.ll | 8 ; CHECK: movzbl {{.*}}, %eax 15 ; CHECK: movsbl {{.*}}, %eax 22 ; CHECK: movzwl {{.*}}, %eax 29 ; CHECK: movswl {{.*}}, %eax 37 ; CHECK: movzbl {{.*}}, %eax
|
lea.ll | 9 ; CHECK: leal 7(,[[A0:%rdi|%rcx]],8), %eax 31 ; CHECK: leal -5([[A0]]), %eax 32 ; CHECK: andl $-4, %eax 33 ; CHECK: negl %eax 34 ; CHECK: leal -4([[A0]],%rax), %eax
|
setcc.ll | 11 ; CHECK: movzbl %al, %eax 12 ; CHECK: shll $5, %eax 21 ; CHECK: sbbl %eax, %eax 22 ; CHECK: andl $32, %eax
|
/external/v8/src/ia32/ |
code-stubs-ia32.cc | 44 // The ToNumber stub takes one argument in eax. 46 __ test(eax, Immediate(kSmiTagMask)); 51 __ mov(ebx, FieldOperand(eax, HeapObject::kMapOffset)); 59 __ push(eax); 69 __ AllocateInNewSpace(JSFunction::kSize, eax, ebx, ecx, &gc, TAG_OBJECT); 83 __ mov(FieldOperand(eax, JSObject::kMapOffset), ecx); 89 __ mov(FieldOperand(eax, JSObject::kPropertiesOffset), ebx); 90 __ mov(FieldOperand(eax, JSObject::kElementsOffset), ebx); 91 __ mov(FieldOperand(eax, JSFunction::kPrototypeOrInitialMapOffset), 93 __ mov(FieldOperand(eax, JSFunction::kSharedFunctionInfoOffset), edx) 139 __ mov(Operand(eax, Context::SlotOffset(Context::FCONTEXT_INDEX)), eax); local 1639 __ mov(Operand(esp, 0), eax); local 1749 __ mov(Operand(ecx, 2 * kIntSize), eax); local 3786 __ mov(Operand(esp, (argc_ + 1) * kPointerSize), eax); local 3856 __ mov(Operand(esp, 0 * kPointerSize), eax); \/\/ Result. local 4065 __ mov(Operand::StaticVariable(pending_exception), eax); local 4255 times_pointer_size, roots_address), eax); local 4265 __ mov(Operand(scratch, kDeltaToMovImmediate), eax); local 4277 scratch, times_pointer_size, roots_address), eax); local 4287 __ mov(Operand(scratch, kDeltaToMovImmediate), eax); local 4776 __ mov(FieldOperand(ecx, ConsString::kFirstOffset), eax); local [all...] |
/external/flac/libFLAC/ia32/ |
lpc_asm.nasm | 94 xor eax, eax 98 mov eax, [esp + 24] ; eax == lag 100 sub ecx, eax ; ecx == limit 112 ; each iteration is 11 bytes so we need (-eax)*11, so we do (-12*eax + eax) 113 lea edx, [eax + eax*2 [all...] |