/external/quake/quake/src/WinQuake/ |
surf8.s | 56 movl C(r_numvblocks),%eax 58 movl %eax,sb_v 68 movl (%ebx),%eax // lightleft 71 movl %eax,%ebp 90 subl %eax,%ebx 132 rorl $16,%eax 144 movl %eax,12(%edi) 163 rorl $16,%eax 175 movl %eax,8(%edi) 194 rorl $16,%eax [all...] |
d_scana.s | 54 movl %ecx,%eax 56 sarl $16,%eax 59 andl $(CYCLE-1),%eax 61 movl (%ebp,%eax,4),%eax 63 addl %esi,%eax 64 sarl $16,%eax 67 andl $(TURB_TEX_SIZE-1),%eax 71 addl %eax,%edx
|
surf16.s | 62 movl C(blocksize),%eax 66 movl blockjumptable16-4(,%eax,2),%ecx 67 movl %eax,k 83 subl %eax,%eax 95 movl C(sourcetstep),%eax 99 addl %eax,%esi 102 movl C(lightleftstep),%eax 105 addl %eax,%edx 110 movl k,%eax [all...] |
r_aliasa.s | 90 movl stv_s(%ebp),%eax 91 movl %eax,fv_v+8(%edi) 94 movl stv_t(%ebp),%eax 95 movl %eax,fv_v+12(%edi) 105 movl stv_onseam(%ebp),%eax 106 movl %eax,fv_flags(%edi) 108 movl fv_size(%edi),%eax 109 movl stv_size(%ebp),%eax 110 movl 4(%esi),%eax 112 leal (%edx,%edx,2),%eax // index* [all...] |
snd_mixa.s | 59 movl ch_leftvol(%ebx),%eax 61 cmpl $255,%eax 63 movl $255,%eax 74 andl $0xF8,%eax 80 shll $7,%eax 84 addl $(C(snd_scaletable)),%eax 92 movl (%eax,%ebx,4),%edi 110 movl (%eax,%ebx,4),%edi 118 movl (%eax,%ebx,4),%edi 167 movl -8(%ebx,%ecx,4),%eax [all...] |
/external/valgrind/main/coregrind/ |
m_cpuid.S | 45 popl %eax 46 movl %eax, %ecx 47 xorl $0x200000, %eax 48 pushl %eax 51 popl %eax 53 xorl %ecx, %eax 54 andl $0x200000, %eax 55 shrl $21, %eax 69 void VG_(cpuid)(UInt eax, 78 pushl %eax [all...] |
/external/libvpx/vp8/common/x86/ |
postproc_mmx.c | 79 mov eax, src_pixels_per_line ; local 107 movq mm5, [esi + eax] ; 130 movq mm5, [esi + 2*eax] ; 154 neg eax 157 movq mm5, [esi+2*eax] ; 182 movq mm4, [esi+eax] ; 222 neg eax ; local 237 push eax 239 mov eax, [edi-4]; local 371 mov DWORD PTR [edi+edx-4], eax ; local 373 movd eax, mm1 local 383 add esi, eax ; local 385 mov eax, dst_pixels_per_line ; local 387 add edi, eax ; local 389 mov eax, src_pixels_per_line ; local 429 mov eax, src_pixels_per_line ; local 550 neg eax ; local 692 add esi, eax ; local 694 mov eax, dst_pixels_per_line ; local 696 add edi, eax ; local 698 mov eax, src_pixels_per_line ; local 733 mov eax, pitch ; local 897 mov eax, pitch ; local 1182 mov eax, sumsq local 1185 mov eax, sum local 1438 xor eax, eax local 1451 add eax, 8 \/\/ move to the next line local 1453 cmp eax, ecx local 1487 xor eax, eax local 1500 add eax, 16 \/\/ move to the next line local 1502 cmp eax, ecx local [all...] |
/external/zlib/contrib/asm586/ |
match.S | 102 movl dsNiceMatch(%edx), %eax 104 cmpl %eax, %ebx 106 movl %eax, %ebx 120 movl %edi, %eax 121 negl %eax 122 andl $3, %eax 123 movl %eax, scanalign(%esp) 128 movl dsWSize(%edx), %eax 129 subl $MIN_LOOKAHEAD, %eax 130 subl %eax, %eb [all...] |
/bionic/libc/arch-x86/string/ |
ssse3-strcmp-latest.S | 116 movl STR2(%esp), %eax 124 movzbl (%eax), %ecx 130 movzbl 1(%eax), %ecx 136 movzbl 2(%eax), %ecx 142 movzbl 3(%eax), %ecx 148 movzbl 4(%eax), %ecx 154 movzbl 5(%eax), %ecx 160 movzbl 6(%eax), %ecx 166 movzbl 7(%eax), %ecx 173 add $8, %eax [all...] |
/external/chromium/base/ |
atomicops_internals_x86_gcc.cc | 48 uint32 eax; local 53 // Get vendor string (issue CPUID with eax = 0) 54 cpuid(eax, ebx, ecx, edx, 0); 61 // get feature flags in ecx/edx, and family/model in eax 62 cpuid(eax, ebx, ecx, edx, 1); 64 int family = (eax >> 8) & 0xf; // family and model fields 65 int model = (eax >> 4) & 0xf; 67 family += (eax >> 20) & 0xff; 68 model += ((eax >> 16) & 0xf) << 4;
|
/external/quake/quake/src/QW/client/ |
d_scana.s | 54 movl %ecx,%eax 56 sarl $16,%eax 59 andl $(CYCLE-1),%eax 61 movl (%ebp,%eax,4),%eax 63 addl %esi,%eax 64 sarl $16,%eax 67 andl $(TURB_TEX_SIZE-1),%eax 71 addl %eax,%edx
|
surf16.s | 62 movl C(blocksize),%eax 66 movl blockjumptable16-4(,%eax,2),%ecx 67 movl %eax,k 83 subl %eax,%eax 95 movl C(sourcetstep),%eax 99 addl %eax,%esi 102 movl C(lightleftstep),%eax 105 addl %eax,%edx 110 movl k,%eax [all...] |
r_aliasa.s | 90 movl stv_s(%ebp),%eax 91 movl %eax,fv_v+8(%edi) 94 movl stv_t(%ebp),%eax 95 movl %eax,fv_v+12(%edi) 105 movl stv_onseam(%ebp),%eax 106 movl %eax,fv_flags(%edi) 108 movl fv_size(%edi),%eax 109 movl stv_size(%ebp),%eax 110 movl 4(%esi),%eax 112 leal (%edx,%edx,2),%eax // index* [all...] |
snd_mixa.s | 59 movl ch_leftvol(%ebx),%eax 61 cmpl $255,%eax 63 movl $255,%eax 74 andl $0xF8,%eax 80 shll $7,%eax 84 addl $(C(snd_scaletable)),%eax 92 movl (%eax,%ebx,4),%edi 110 movl (%eax,%ebx,4),%edi 118 movl (%eax,%ebx,4),%edi 167 movl -8(%ebx,%ecx,4),%eax [all...] |
/frameworks/compile/libbcc/runtime/lib/i386/ |
floatundisf.S | 27 #define TWOp64 twop64-0b(%ecx,%eax,8) 32 movl 8(%esp), %eax 38 sarl $31, %eax 67 #define STICKY sticky-0b(%ecx,%eax,8) 72 movl 8(%esp), %eax 79 shrl %eax // high 31 bits of input as sint32 80 addl $0x7ff80000, %eax 81 sarl $31, %eax // (big input) ? -1 : 0 84 andl %eax, %edx // (big input) ? 12 : 0
|
/system/core/libcutils/arch-x86/ |
sse2-memset32-atom.S | 84 # define SETRTNVAL movl DEST(%esp), %eax 140 xor %eax, %eax 142 mov DWDS(%esp), %eax 143 mov %eax, %edx 176 movl %eax, -60(%edx) 178 movl %eax, -56(%edx) 180 movl %eax, -52(%edx) 182 movl %eax, -48(%edx) 184 movl %eax, -44(%edx [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_INSTANCE_OF.S | 44 FETCH 1, %eax # %eax<- CCCC 46 movl (%ecx, %eax, 4), %ecx # %ecx<- resolved class 72 SET_VREG %eax, rINST # vA<- r0 80 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 83 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp 90 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 93 FGETOP_JMP 2, %eax # jump to next instruction; getop, jm [all...] |
OP_CMPL_FLOAT.S | 41 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 50 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp 55 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp 59 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp 63 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
/external/v8/src/ia32/ |
builtins-ia32.cc | 47 // -- eax : number of arguments excluding receiver 54 // -- esp[4 * argc] : first argument (argc == eax) 70 // JumpToExternalReference expects eax to contain the number of arguments 72 __ add(Operand(eax), Immediate(num_extra_args + 1)); 79 // -- eax: number of arguments 98 // eax: number of arguments 100 // Set expected number of arguments to zero (not changing eax). 119 __ SmiTag(eax); 120 __ push(eax); 140 __ mov(eax, FieldOperand(edi, JSFunction::kPrototypeOrInitialMapOffset)) 187 __ mov(Operand(ebx, JSObject::kMapOffset), eax); local 258 __ mov(Operand(edi, FixedArray::kMapOffset), eax); \/\/ setup the map local 817 __ mov(Operand(ebp, kIndexOffset), eax); local 1099 __ mov(Operand(esp, (i + 1) * kPointerSize), eax); local 1190 __ mov(Operand(edx, 0), eax); local [all...] |
/external/valgrind/main/none/tests/x86/ |
x86locked.c | 238 "movl 0(%0), %%eax\n\t" \ 239 "pushl %%eax\n\t" \ 241 "movl 4(%0), %%eax\n\t" \ 245 "popl %%eax\n\t" \ 246 "movl %%eax, 12(%0)\n\t" \ 247 : : "r"(&block[0]) : "eax","ebx","cc","memory" \ 263 GEN_do_locked_G_E(addl,eax) 267 GEN_do_locked_G_E(orl, eax) 271 GEN_do_locked_G_E(adcl,eax) 275 GEN_do_locked_G_E(sbbl,eax) [all...] |
/external/libffi/src/x86/ |
darwin.S | 52 movl %esp,%eax 57 pushl %eax 110 movsbl %al, %eax 114 movswl %ax, %eax 118 movzbl %al, %eax 122 movzwl %ax, %eax 146 movl %eax,0(%ecx) 165 movl %eax,0(%ecx) 202 cmpl $FFI_TYPE_INT, %eax 207 cmpl $FFI_TYPE_UINT64, %eax [all...] |
freebsd.S | 52 movl %esp,%eax 56 pushl %eax 111 movsbl %al, %eax 115 movswl %ax, %eax 119 movzbl %al, %eax 123 movzwl %ax, %eax 147 movl %eax,0(%ecx) 166 movl %eax,0(%ecx) 211 cmpl $FFI_TYPE_INT, %eax 216 cmpl $FFI_TYPE_UINT64, %eax [all...] |
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 65 __ adc(eax, 12345678); 66 __ add(Operand(eax), Immediate(12345678)); 67 __ or_(eax, 12345678); 68 __ sub(Operand(eax), Immediate(12345678)); 69 __ xor_(eax, 12345678); 70 __ and_(eax, 12345678); 72 __ cmp(eax, foo); 144 __ pop(eax); 168 __ dec_b(Operand(eax, 10)); 233 __ subb(Operand(eax), 100) [all...] |
/external/libvpx/vp8/encoder/x86/ |
quantize_ssse3.asm | 81 ; mov eax, -1 85 ; mov eax, ecx 91 mov eax, -1 93 bsr eax, edx 100 add eax, 1 101 and eax, edi ;if the bit mask was all zero,
|
/dalvik/vm/arch/x86-atom/ |
Call386ABI.S | 111 movl 8(%ebp), %eax # %eax<- clazz 112 cmpl $0, %eax # Check virtual or static 116 movl (%esi), %eax # get the this pointer 121 movl %eax, -4(%esp) # push clazz or this as arg #2 156 movzwl %ax, %eax 157 movl %eax, (%ecx) # save 32-bit return 161 movsbl %al, %eax 162 movl %eax, (%ecx) # save 32-bit return 165 movswl %ax, %eax [all...] |