/external/openssl/crypto/bn/asm/x86/ |
comba.pl | 8 # pos == -1 if eax and edx are pre-loaded, 0 to load from next 13 # "eax" and "edx" will always be pre-loaded. 14 # &mov("eax",&DWP($ai*4,$a,"",0)) ; 18 &add($c0,"eax"); 19 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a 20 &mov("eax",&wparam(0)) if $pos > 0; # load r[] 28 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[]; 29 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a 36 # pos == -1 if eax and edx are pre-loaded, 0 to load from next 41 # "eax" and "edx" will always be pre-loaded [all...] |
div.pl | 10 &mov("eax",&wparam(1)); #
|
/external/openssl/crypto/bn/asm/ |
x86-mont.pl | 59 &xor ("eax","eax"); 76 &mov ("eax","esp"); 77 &sub ("eax","edx"); 78 &and ("eax",2047); 79 &sub ("esp","eax"); # this aligns sp and ap modulo 2048 89 &mov ("eax",&DWP(0*4,"esi"));# BN_ULONG *rp 97 &mov ($_rp,"eax"); # ... save a copy of argument block 117 &picmeup("eax","OPENSSL_ia32cap_P"); 118 &bt (&DWP(0,"eax"),26) [all...] |
/external/openssl/crypto/ |
x86_64cpuid.pl | 25 movl ($arg1),%eax 30 movl %r8d,%eax 51 xor %eax,%eax 53 mov %eax,%r11d # max value for standard query level 55 xor %eax,%eax 58 mov %eax,%r9d 61 or %eax,%r9d 64 or %eax,%r9d # 0 indicates Intel CP [all...] |
/bionic/libc/arch-x86/string/ |
memcmp.S | 28 xorl %eax,%eax /* we match, return zero */ 38 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */ 40 subl %edx,%eax
|
/dalvik/vm/arch/x86/ |
Call386ABI.S | 47 EAX, EDX and ECX are scratch. 51 Non-FP return types <= 4 bytes come back in EAX 52 Non-FP return types of 8 bytes come back in EAX:EDX, with lsw in EAX. 110 movl 12(%ebp),%eax 112 testl %eax,%eax 114 movl (%esi),%eax 117 movl %eax,4(%esp) 141 movl %eax,(%ecx [all...] |
/dalvik/vm/compiler/template/ia32/ |
TEMPLATE_INTERPRET.S | 28 pop %eax 29 /*cmpl %eax,offThread_jitCacheEnd(%ecx)*/ 31 /*cmpl %eax,offThread_jitCacheStart(%ecx)*/ 33 movl %eax,rPC
|
/dalvik/vm/mterp/x86/ |
binop2addr.S | 1 %default {"result":"%eax"} 19 GET_VREG_R %eax rINST # eax<- vB 21 $instr # for ex: addl %eax,(rFP,%ecx,4)
|
/dalvik/vm/mterp/x86-atom/ |
OP_MONITOR_EXIT.S | 32 movl rGLUE, %eax # %eax<- pMterpGlue 38 push offGlue_self(%eax) # push parameter self 43 cmp $$0, %eax # check for success
|
/external/clang/test/PCH/ |
asm.h | 12 asm ("nop" : : : "eax", "rax", "ah", "al");
|
/external/kernel-headers/original/asm-x86/ |
tsc.h | 39 unsigned eax, edx; local 46 ASM_OUTPUT2("=a" (eax), "=d" (edx)), 48 ret = (((unsigned long long)edx) << 32) | ((unsigned long long)eax); 57 "=a" (eax), "0" (1) : "ebx","ecx","edx","memory");
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-mem.ll | 16 ; CHECK: movl (%ecx), %eax 17 ; CHECK: addl (%ecx), %eax 18 ; CHECK: movl %eax, (%ecx) 31 ; CHECK: movl $0, %eax
|
ins_subreg_coalesce-1.ll | 6 ; CHECK: movzwl 0, %eax 7 ; CHECK: orl $2, %eax 9 ; CHECK: shrl $3, %eax 10 ; CHECK: andl $1, %eax
|
tls15.ll | 2 ; RUN: grep {movl %gs:0, %eax} %t | count 1 3 ; RUN: grep {leal i@NTPOFF(%eax), %ecx} %t 4 ; RUN: grep {leal j@NTPOFF(%eax), %eax} %t
|
asm-modifier.ll | 18 ; CHECK: movw %gs:(%eax), %ax 29 ; CHECK: movl _n, %eax 30 call void asm sideeffect "movl ${0:a}, %eax", "ir,~{dirflag},~{fpsr},~{flags},~{eax}"(i32* @n) nounwind 38 ; CHECK: movl (%ecx), %eax 39 call void asm sideeffect "movl ${0:a}, %eax", "ir,~{dirflag},~{fpsr},~{flags},~{eax}"(i32* @y) nounwind
|
/external/llvm/test/MC/ELF/ |
diff2.s | 13 mov zed+(bar-foo), %eax
|
/external/llvm/test/MC/MachO/ |
section-flags.s | 14 movl $0, %eax
|
/external/quake/quake/src/QW/client/ |
sys_dosa.s | 75 movl cw,%eax 80 movl %eax,full_cw 86 movl %eax,single_cw 92 movl %eax,ceil_cw
|
/external/quake/quake/src/WinQuake/ |
sys_dosa.s | 75 movl cw,%eax 80 movl %eax,full_cw 86 movl %eax,single_cw 92 movl %eax,ceil_cw
|
/external/valgrind/main/none/tests/x86/ |
bt_everything.c | 64 __volatile__("movl\t%3, %%eax\n\t" 65 "btsl\t%2, %%eax\n\t" 66 "movl\t%%eax, %1\n\t" 70 : "cc", "eax"); 82 __volatile__("movl\t%3, %%eax\n\t" 83 "btrl\t%2, %%eax\n\t" 84 "movl\t%%eax, %1\n\t" 88 : "cc", "eax"); 100 __volatile__("movl\t%3, %%eax\n\t" 101 "btcl\t%2, %%eax\n\t [all...] |
/system/core/debuggerd/x86/ |
crashglue.S | 5 movl $0xa5a50000, %eax
|
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 73 __ test(eax, Immediate(delta_to_patch_site)); 134 __ mov(eax, Immediate(isolate()->factory()->undefined_value())); 136 __ push(eax); 156 // Context is returned in both eax and esi. It replaces the context 168 __ mov(eax, Operand(ebp, parameter_offset)); 171 __ mov(Operand(esi, context_offset), eax); local 176 __ RecordWrite(ecx, context_offset, eax, ebx); 207 __ mov(ecx, eax); // Duplicate result. 210 Move(arguments->AsSlot(), eax, ebx, edx); 255 __ mov(eax, isolate()->factory()->undefined_value()) 1862 __ mov(Operand(ebp, SlotOffset(slot)), eax); local 1869 __ mov(ContextOperand(ecx, slot->index()), eax); local 1892 __ mov(Operand(ebp, SlotOffset(slot)), eax); local 2178 __ mov(Operand(esp, (arg_count + 1) * kPointerSize), eax); local 2803 __ mov(FieldOperand(edi, HeapNumber::kMantissaOffset), eax); local 2892 __ mov(FieldOperand(ebx, JSValue::kValueOffset), eax); local 3870 __ mov(Operand(esp, kPointerSize), eax); local 3873 __ mov(Operand(esp, 2 * kPointerSize), eax); local [all...] |
/external/llvm/test/MC/Disassembler/X86/ |
x86-32.txt | 28 # CHECK: crc32b %al, %eax 31 # CHECK: crc32w %ax, %eax 34 # CHECK: crc32l %eax, %eax 45 # CHECK: addb %al, (%eax) 126 # CHECK: vcvtss2sil %xmm0, %eax 129 # CHECK: vcvtsd2si %xmm0, %eax 132 # CHECK: vcvtsd2si %xmm0, %eax 135 # CHECK: vmaskmovpd %xmm0, %xmm1, (%eax) 166 # CHECK: vblendps $129, (%eax), %ymm5, %ymm [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-x86-darwin.S | 100 movl $$__NR___pthread_sigmask, %eax 111 movl 28+4(%edx), %eax 112 pushl %eax 113 movl 24+4(%edx), %eax 114 pushl %eax 115 movl 20+4(%edx), %eax 116 pushl %eax 117 movl 16+4(%edx), %eax 118 pushl %eax 119 movl 12+4(%edx), %eax [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
tronical.S | 62 movl foo, %eax 63 orb $128, (%eax) 77 movl foo, %eax 78 cmpb $0, (%eax) 96 movl %eax, foo 99 xorl %eax, %eax
|