/dalvik/vm/mterp/x86-atom/ |
OP_MOVE_WIDE.S | 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance 37 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
|
OP_MOVE_WIDE_16.S | 33 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance 36 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
|
OP_MOVE_WIDE_FROM16.S | 31 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 34 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
OP_THROW.S | 30 movl rGLUE, %eax # %eax<- pMterpGlue 34 movl offGlue_self(%eax), %ecx # %ecx<- glue->self
|
OP_THROW_VERIFICATION_ERROR.S | 34 FETCH 1, %eax # %eax<- BBBB 35 movl %eax, -4(%esp) # push parameter BBBB; ref
|
OP_USHR_LONG.S | 31 FETCH_CC 1, %eax # %eax<- CC 34 movss (rFP, %eax, 4), %xmm0 # %xmm0<- vCC
|
binop.S | 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
binopF.S | 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
binopLit8.S | 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
binopLit8S.S | 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
binopS.S | 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
binopDivRemLong.S | 35 movl (rFP, %edx, 4), %eax # %eax<- vCC 37 movl %eax, -8(%esp) # push arg vCC 38 or %ecx, %eax # check for divide by zero 50 movl %eax, (rFP, rINST, 4) # vAA<- return low
|
binopDivRemLong2Addr.S | 37 movl (rFP, %edx, 4), %eax # %eax<- vB 38 movl %eax, -12(%esp) # push arg vB 40 or %ecx, %eax # check for divide by zero 51 movl %eax, (rFP, rINST, 4) # vA<- return low
|
OP_IPUT.S | 45 movl (%edx, %ecx, 4), %eax # %eax<- resolved InstField ptr 61 cmp $$0, %eax # check if resolved 72 movl offInstField_byteOffset(%eax), %edx # %edx<- field offset 73 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance 76 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
|
/external/llvm/test/CodeGen/X86/ |
2006-07-31-SingleRegClass.ll | 3 ; RUN: grep {movl 4(%eax),%ebp} %t 4 ; RUN: grep {movl 0(%eax), %ebx} %t 7 %tmp9.i.i = call i32 asm sideeffect "push %ebp\0Apush %ebx\0Amovl 4($2),%ebp\0Amovl 0($2), %ebx\0Amovl $1,%eax\0Aint $$0x80\0Apop %ebx\0Apop %ebp", "={ax},i,0,{cx},{dx},{si},{di}"( i32 192, i32 %__s.i.i, i32 %tmp5.i.i, i32 %tmp6.i.i, i32 %tmp7.i.i, i32 %tmp8.i.i ) ; <i32> [#uses=1]
|
sse3.ll | 21 ; X64: xorl %eax, %eax 22 ; X64: pinsrw $0, %eax, %xmm0 34 ; X64: movl (%rsi), %eax 36 ; X64: pinsrw $0, %eax, %xmm0 44 ; X64: pextrw $1, %xmm1, %eax 45 ; X64: pinsrw $0, %eax, %xmm0 46 ; X64: pinsrw $3, %eax, %xmm0 54 ; X64: pextrw $5, %xmm0, %eax 57 ; X64: pinsrw $3, %eax, %xmm [all...] |
/external/llvm/test/MC/X86/ |
x86_64-imm-widths.s | 35 // CHECK: addl $0, %eax 37 addl $0x00000000, %eax 39 // CHECK: addl $127, %eax 41 addl $0x0000007F, %eax 43 // CHECK: addl $65408, %eax 45 addl $0xFF80, %eax 47 // CHECK: addl $65535, %eax 49 addl $0xFFFF, %eax 51 // CHECK: addl $4294967168, %eax 53 addl $0xFFFFFF80, %eax [all...] |
/external/oprofile/module/x86/ |
oprofile_nmi.S | 14 pushl %eax; \ 32 popl %eax; \ 57 pushl %eax
|
/external/valgrind/main/none/tests/amd64/ |
sbbmisc.c | 50 "\tmovl " VG_SYM(in_l) ", %eax\n" 52 "\tsbbl $555666, %eax\n" 53 "\tmovl %eax, " VG_SYM(out_l1) "\n" 55 "\tmovl " VG_SYM(in_l) ", %eax\n" 57 "\tsbbl $555666, %eax\n" 58 "\tmovl %eax, " VG_SYM(out_l2) "\n" 183 "\tmovl " VG_SYM(in_l) ", %eax\n" 185 "\tadcl $555666, %eax\n" 186 "\tmovl %eax, " VG_SYM(out_l1) "\n" 188 "\tmovl " VG_SYM(in_l) ", %eax\n [all...] |
/external/valgrind/main/none/tests/x86/ |
bug126147-x86.c | 42 " movl %edx, %eax\n" 55 %eax = dividend 71 " movl %esp, %eax\n" 72 " movl 0x14(%eax), %edi\n" 73 " movl 0x18(%eax), %ecx # size\n" 74 " movl 0x20(%eax), %ebx # divisor\n" 75 " movl 0x1c(%eax), %eax # dividend\n" 84 " idiv %ebx, %eax\n" 96 " orl %eax, %eax\n [all...] |
sbbmisc.c | 50 "\tmovl " VG_SYM(in_l) ", %eax\n" 52 "\tsbbl $555666, %eax\n" 53 "\tmovl %eax, " VG_SYM(out_l1) "\n" 55 "\tmovl " VG_SYM(in_l) ", %eax\n" 57 "\tsbbl $555666, %eax\n" 58 "\tmovl %eax, " VG_SYM(out_l2) "\n" 183 "\tmovl " VG_SYM(in_l) ", %eax\n" 185 "\tadcl $555666, %eax\n" 186 "\tmovl %eax, " VG_SYM(out_l1) "\n" 188 "\tmovl " VG_SYM(in_l) ", %eax\n [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 333 mov eax,f 336 movdqa xmm0,[eax] 341 movdqa xmm2,[eax+16] 345 movdqa xmm1,[eax+32] 350 movdqa xmm0,[eax+48] 355 movdqa xmm2,[eax+64] 359 movdqa xmm1,[eax+80] 364 movdqa xmm0,[eax+96] 369 movdqa xmm2,[eax+112] 373 movdqa xmm1,[eax+128 [all...] |
/external/grub/stage2/ |
asm.S | 247 movl 4(%esp), %eax 250 testl %eax, %eax 305 movl (%edi), %eax 306 movl %eax, track_int13_addr 311 movl $ABS(int1_handler), %eax 312 movl %eax, (%edi) 638 xorl %eax, %eax 642 shll $6, %eax [all...] |
/external/chromium/base/ |
cpu_unittest.cc | 52 __asm crc32 eax, eax; local 87 __asm__ __volatile__("crc32 %%eax, %%eax\n" : : : "eax");
|
/bionic/libc/arch-x86/bionic/ |
setjmp.S | 65 movl %eax,24(%ecx) 66 xorl %eax,%eax 82 movl 8(%esp),%eax 89 testl %eax,%eax 91 incl %eax
|