/external/llvm/test/CodeGen/X86/ |
promote-i16.ll | 7 ; CHECK: movswl 4(%esp), %eax 8 ; CHECK: xorl $21998, %eax 17 ; CHECK: movswl 4(%esp), %eax 18 ; CHECK: xorl $-10770, %eax
|
/external/llvm/test/MC/X86/ |
2011-09-06-NoNewline.s | 3 movl %gs:8, %eax
|
x86-32.s | 18 monitor %eax, %ecx, %edx 24 mwait %eax, %ecx 47 vmrun %eax 48 // CHECK: vmrun %eax 53 vmload %eax 54 // CHECK: vmload %eax 56 vmsave %eax 57 // CHECK: vmsave %eax 65 skinit %eax 66 // CHECK: skinit %eax [all...] |
/external/valgrind/main/VEX/test/ |
fldenv.c | 7 asm("movl 8(%esp), %eax ; fstenv (%eax)"); 12 asm("movl 8(%esp), %eax ; fldenv (%eax)");
|
/external/valgrind/main/memcheck/tests/x86/ |
pushfw_x86.c | 10 /* eax points at arr[0] */ 12 "movl %%esp,0(%%eax)\n\t" 14 "movl %%esp,4(%%eax)\n\t" 16 "movl %%esp,8(%%eax)\n"
|
/external/valgrind/main/none/tests/x86/ |
lahf.c | 9 "\tmovl $0xFFFFFFFF, %eax\n" 11 "\tsubl %eax, %edx\n" 21 "\tmovl $0x0, %eax\n" 23 "\tsubl %eax, %edx\n"
|
/bionic/libc/arch-x86/string/ |
sse2-memchr-atom.S | 109 pmovmskb %xmm0, %eax 110 test %eax, %eax 129 pmovmskb %xmm0, %eax 130 sar %cl, %eax 131 test %eax, %eax 146 pmovmskb %xmm0, %eax 147 test %eax, %eax [all...] |
ssse3-strlcat-atom.S | 114 cmp %eax, %ebx 116 sub %eax, %ebx 124 add %eax, %edx 126 sub %eax, %edi 192 movl (%ecx), %eax 193 movl %eax, (%edx) 195 lea 3(%ecx), %eax 196 sub %edi, %eax 211 lea 7(%ecx), %eax 212 sub %edi, %eax [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-x86_64.S | 20 movl 0(%rbp),%eax 36 movl %eax,%r8d 43 leal -680876936(%rax,%r10,1),%eax 47 addl %r11d,%eax 48 roll $7,%eax 50 addl %ebx,%eax 53 andl %eax,%r11d 59 addl %eax,%edx 60 xorl %eax,%r11d 67 movl %eax,%r11 [all...] |
/external/openssl/crypto/md5/asm/ |
md5-x86_64.S | 20 movl 0(%rbp),%eax 36 movl %eax,%r8d 43 leal -680876936(%rax,%r10,1),%eax 47 addl %r11d,%eax 48 roll $7,%eax 50 addl %ebx,%eax 53 andl %eax,%r11d 59 addl %eax,%edx 60 xorl %eax,%r11d 67 movl %eax,%r11 [all...] |
/external/compiler-rt/lib/i386/ |
moddi3.S | 31 movl 16(%esp), %eax // low word of b 34 xorl %ecx, %eax 35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b 36 subl %ecx, %eax 37 sbbl %ecx, %edx // EDX:EAX = abs(b) 39 movl %eax, 16(%esp) // store abs(b) back to stack 42 movl 8(%esp), %eax // low word of b 45 xorl %ecx, %eax 46 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a 47 subl %ecx, %eax [all...] |
divdi3.S | 31 movl 16(%esp), %eax // low word of b 34 xorl %ecx, %eax 35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b 36 subl %ecx, %eax 37 sbbl %ecx, %edx // EDX:EAX = abs(b) 39 movl %eax, 16(%esp) // store abs(b) back to stack 43 movl 8(%esp), %eax // low word of b 46 xorl %ecx, %eax 47 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a 48 subl %ecx, %eax [all...] |
/dalvik/vm/mterp/x86/ |
OP_CHECK_CAST.S | 14 movzwl 2(rPC),%eax # eax<- BBBB 19 movl (%ecx,%eax,4),%eax # eax<- resolved class 21 testl %eax,%eax # have we resolved this before? 24 cmpl %eax,%ecx # same class (trivial success)? 34 * eax holds class resolved from BBBB 38 movl %eax,sReg0 # we'll need the desired class on failur [all...] |
footer.S | 62 pop %eax 65 movl %eax,offThread_jitResumeNPC(%ecx) 80 SPILL_TMP1(%eax) 82 UNSPILL_TMP1(%eax) 84 movl %eax, rPC 85 movl rSELF, %eax 87 movl %eax,OUT_ARG1(%esp) 90 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag 91 cmpl $$0, %eax 93 jmp *%eax # exec translation if we've got on [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-586.S | 14 movl 28(%esp),%eax 16 shll $6,%eax 17 addl %esi,%eax 18 movl %eax,104(%esp) 23 movl (%esi),%eax 27 bswap %eax 31 movl %eax,(%esp) 35 movl 16(%esi),%eax 39 bswap %eax 43 movl %eax,16(%esp [all...] |
sha256-586.S | 14 movl 28(%esp),%eax 22 shll $6,%eax 23 addl %edi,%eax 26 movl %eax,8(%esp) 30 movl (%edi),%eax 34 bswap %eax 38 pushl %eax 42 movl 16(%edi),%eax 46 bswap %eax 50 pushl %eax [all...] |
sha1-x86_64.S | 41 movl %r11d,%eax 44 xorl %r12d,%eax 48 andl %edi,%eax 51 xorl %r12d,%eax 53 addl %eax,%r13d 54 movl %edi,%eax 57 xorl %r11d,%eax 61 andl %esi,%eax 64 xorl %r11d,%eax 66 addl %eax,%r12 [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-586.S | 14 movl 28(%esp),%eax 16 shll $6,%eax 17 addl %esi,%eax 18 movl %eax,104(%esp) 23 movl (%esi),%eax 27 bswap %eax 31 movl %eax,(%esp) 35 movl 16(%esi),%eax 39 bswap %eax 43 movl %eax,16(%esp [all...] |
sha256-586.S | 14 movl 28(%esp),%eax 22 shll $6,%eax 23 addl %edi,%eax 26 movl %eax,8(%esp) 30 movl (%edi),%eax 34 bswap %eax 38 pushl %eax 42 movl 16(%edi),%eax 46 bswap %eax 50 pushl %eax [all...] |
sha1-x86_64.S | 41 movl %r11d,%eax 44 xorl %r12d,%eax 48 andl %edi,%eax 51 xorl %r12d,%eax 53 addl %eax,%r13d 54 movl %edi,%eax 57 xorl %r11d,%eax 61 andl %esi,%eax 64 xorl %r11d,%eax 66 addl %eax,%r12 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
crypt586.S | 27 movl 36(%esp),%eax 32 andl %edx,%eax 34 movl %eax,%ebx 38 xorl %ebx,%eax 41 xorl %ebx,%eax 43 xorl %esi,%eax 46 andl $0xfcfcfcfc,%eax 58 shrl $16,%eax 64 andl $0xff,%eax 70 movl 0x400(%ebp,%eax,1),%eb [all...] |
/external/openssl/crypto/des/asm/ |
crypt586.S | 27 movl 36(%esp),%eax 32 andl %edx,%eax 34 movl %eax,%ebx 38 xorl %ebx,%eax 41 xorl %ebx,%eax 43 xorl %esi,%eax 46 andl $0xfcfcfcfc,%eax 58 shrl $16,%eax 64 andl $0xff,%eax 70 movl 0x400(%ebp,%eax,1),%eb [all...] |
/external/dropbear/libtomcrypt/src/encauth/eax/ |
eax_decrypt_verify_memory.c | 14 EAX implementation, decrypt block of memory, by Tom St Denis 21 Decrypt a block of memory and verify the provided MAC tag with EAX 47 eax_state *eax; local 62 eax = XMALLOC(sizeof(*eax)); 63 if (eax == NULL || buf == NULL) { 64 if (eax != NULL) { 65 XFREE(eax); 73 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { 77 if ((err = eax_decrypt(eax, ct, pt, ctlen)) != CRYPT_OK) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
3dnow_xform2.S | 45 MOV_L ( ARG_SOURCE, EAX ) 48 MOV_L ( REGOFF(V4F_COUNT, EAX), EDX ) 55 MOV_L ( REGOFF(V4F_COUNT, EAX), ESI ) 56 MOV_L ( REGOFF(V4F_STRIDE, EAX), EDI ) 57 MOV_L ( REGOFF(V4F_START, EAX), EAX ) 80 MOVQ ( REGIND(EAX), MM6 ) /* x1 | x0 */ 90 MOVQ ( REGIND(EAX), MM6 ) /* x1 | x0 */ 96 ADD_L ( EDI, EAX ) /* next vertex */ 126 MOV_L ( ARG_SOURCE, EAX ) [all...] |
/external/mesa3d/src/mesa/x86/ |
3dnow_xform2.S | 45 MOV_L ( ARG_SOURCE, EAX ) 48 MOV_L ( REGOFF(V4F_COUNT, EAX), EDX ) 55 MOV_L ( REGOFF(V4F_COUNT, EAX), ESI ) 56 MOV_L ( REGOFF(V4F_STRIDE, EAX), EDI ) 57 MOV_L ( REGOFF(V4F_START, EAX), EAX ) 80 MOVQ ( REGIND(EAX), MM6 ) /* x1 | x0 */ 90 MOVQ ( REGIND(EAX), MM6 ) /* x1 | x0 */ 96 ADD_L ( EDI, EAX ) /* next vertex */ 126 MOV_L ( ARG_SOURCE, EAX ) [all...] |