HomeSort by relevance Sort by last modified time
    Searched refs:eax (Results 1 - 25 of 856) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
got.s 6 movl foo@GOT, %eax
7 movl foo@GOTPCREL(%rip), %eax
  /dalvik/vm/mterp/x86/
OP_CONST_HIGH16.S 3 movzwl 2(rPC),%eax # eax<- 0000BBBB
6 sall $$16,%eax # eax<- BBBB0000
7 SET_VREG %eax rINST # vAA<- eax
OP_CONST_WIDE_HIGH16.S 3 movzwl 2(rPC),%eax # eax<- 0000BBBB
6 sall $$16,%eax # eax<- BBBB0000
7 SET_VREG_WORD %eax rINST 1 # v[AA+1]<- eax
8 xorl %eax,%eax
9 SET_VREG_WORD %eax rINST 0 # v[AA+0]<- eax
    [all...]
OP_INVOKE_VIRTUAL_QUICK.S 11 movzwl 4(rPC),%eax # eax<- FEDC or CCCC
14 andl $$0xf,%eax # eax<- C (or stays CCCC)
16 GET_VREG_R %eax %eax # eax<- vC ("this" ptr)
17 testl %eax,%eax # null?
19 movl offObject_clazz(%eax),%eax # eax<- thisPtr->claz
    [all...]
OP_MOVE_RESULT.S 4 movl rSELF,%eax # eax<- rSELF
5 movl offThread_retval(%eax),%eax # eax<- self->retval.l
8 SET_VREG %eax rINST # fp[AA]<- retval.l
binopLit8.S 1 %default {"result":"%eax"}
4 * that specifies an instruction that performs "result = eax op ecx".
13 movzbl 2(rPC),%eax # eax<- BB
15 GET_VREG_R %eax %eax # eax<- rBB
16 $instr # ex: addl %ecx,%eax
binopLit16.S 1 %default {"result":"%eax"}
4 * that specifies an instruction that performs "result = eax op ecx".
6 * comes back in a register other than eax, you can override "result".)
12 movzbl rINSTbl,%eax # eax<- 000000BA
13 sarl $$4,%eax # eax<- B
14 GET_VREG_R %eax %eax # eax<- v
    [all...]
OP_INVOKE_INTERFACE.S 12 movzwl 4(rPC),%eax # eax<- FEDC or CCCC
15 andl $$0xf,%eax # eax<- C (or stays CCCC)
17 GET_VREG_R %eax %eax # eax<- "this"
19 testl %eax,%eax # null this?
21 movl offObject_clazz(%eax),%eax# eax<- thisPtr->claz
    [all...]
OP_GOTO.S 11 movsbl rINSTbl,%eax # eax<- ssssssAA
13 FETCH_INST_INDEXED %eax
14 ADVANCE_PC_INDEXED %eax
OP_GOTO_16.S 10 movswl 2(rPC),%eax # eax<- ssssAAAA
12 FETCH_INST_INDEXED %eax
13 ADVANCE_PC_INDEXED %eax
OP_GOTO_32.S 10 movl 2(rPC),%eax # eax<- AAAAAAAA
12 FETCH_INST_INDEXED %eax
13 ADVANCE_PC_INDEXED %eax
OP_FILLED_NEW_ARRAY.S 11 movl rSELF,%eax
12 movl offThread_methodClassDex(%eax),%eax # eax<- pDvmDex
14 movl offDvmDex_pResClasses(%eax),%eax # eax<- pDvmDex->pResClasses
16 movl (%eax,%ecx,4),%eax # eax<- resolved clas
    [all...]
OP_FILLED_NEW_ARRAY_JUMBO.S 7 movl rSELF,%eax
8 movl offThread_methodClassDex(%eax),%eax # eax<- pDvmDex
10 movl offDvmDex_pResClasses(%eax),%eax # eax<- pDvmDex->pResClasses
11 movl (%eax,%ecx,4),%eax # eax<- resolved clas
    [all...]
OP_AGET_WIDE.S 7 movzbl 2(rPC),%eax # eax<- BB
9 GET_VREG_R %eax %eax # eax<- vBB (array object)
11 testl %eax,%eax # null array object?
13 cmpl offArrayObject_length(%eax),%ecx
15 # arrayObj in eax
17 leal offArrayObject_contents(%eax,%ecx,8),%ea
    [all...]
OP_CONST_4.S 3 movsx rINSTbl,%eax # eax<-ssssssBx
5 andl %eax,rINST # rINST<- A
8 sarl $$4,%eax
9 SET_VREG %eax rINST
  /external/llvm/test/MC/AsmParser/
2011-09-06-NoNewline.s 2 movl %gs:8, %eax
4 movl %gs:8, %eax
6 movl %gs:8, %eax
  /external/llvm/test/MC/X86/
x86_operands.s 4 # CHECK: addl $1, %eax
5 addl $1, %eax
6 # CHECK: addl $3, %eax
7 addl $(1+2), %eax
8 # CHECK: addl $a, %eax
9 addl $a, %eax
10 # CHECK: addl $3, %eax
11 addl $1 + 2, %eax
19 # CHECK: addl $1, 8(%eax)
20 addl $1, 4+4(%eax)
    [all...]
x86_errors.s 9 cmp $0, 0(%eax)
17 movi $8,%eax
  /bionic/libc/arch-x86/string/
fss.S 10 bsfl 4(%esp),%eax
12 incl %eax /* bits numbered from 1, not 0 */
16 L1: xorl %eax,%eax /* clear result */
  /bionic/libm/i387/
s_finite.S 41 movl 8(%esp),%eax
42 andl $0x7ff00000, %eax
43 cmpl $0x7ff00000, %eax
45 andl $0x000000ff, %eax
  /external/llvm/test/MC/MachO/
section-flags.s 14 movl $0, %eax
absolutize.s 4 xorl %eax,%eax
6 xorl %eax,%eax
8 xorl %eax,%eax
10 xorl %eax,%eax
12 movl $(_text_a - _text_b), %eax
14 movl $(Ltext_expr_0), %eax
    [all...]
darwin-x86_64-diff-relocs.s 13 xorl %eax,%eax
15 xorl %eax,%eax
58 movl %eax,4(%rip)
59 // movl %eax,_baz(%rip)
60 movl %eax,_g0(%rip)
61 movl %eax,L0(%rip)
62 movl %eax,_g1(%rip)
63 movl %eax,L1(%rip
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_ARRAY_LENGTH.S 31 movl rINST, %eax # %eax<- BA
32 shr $$4, %eax # %eax<- B
34 GET_VREG %eax # %eax<- vB
35 cmp $$0, %eax # check for null array object
38 movl offArrayObject_length(%eax), %eax # %eax<- array lengt
    [all...]

Completed in 370 milliseconds

1 2 3 4 5 6 7 8 91011>>