Searched refs:instr (Results 1 – 25 of 76) sorted by relevance
1234
/dalvik/vm/compiler/template/armv5te-vfp/ |
D | fbinop.S | 12 $instr
|
D | fbinopWide.S | 12 $instr
|
D | funop.S | 13 $instr @ s1<- op s0
|
D | funopWider.S | 13 $instr @ d0<- op s0
|
D | funopNarrower.S | 13 $instr @ s0<- op d0
|
/dalvik/vm/mterp/mips/ |
D | OP_NOP.S | 2 FETCH_ADVANCE_INST(1) # advance to next instr, load rINST
|
D | unop.S | 16 $instr # a0 <- op, a0-a3 changed
|
D | binop2addr.S | 26 $instr # $result <- op, a0-a3 changed
|
D | unopWider.S | 16 $instr # result <- op, a0-a3 changed
|
/dalvik/vm/mterp/armv5te/ |
D | OP_NOP.S | 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
|
D | unop.S | 17 $instr @ r0<- op, r0-r3 changed
|
/dalvik/vm/mterp/x86/ |
D | binopLit8.S | 16 $instr # ex: addl %ecx,%eax
|
D | binop2addr.S | 17 $instr # for ex: addl %eax,(rFP,%ecx,4)
|
D | unop.S | 13 $instr
|
D | fpcvt.S | 10 $instr
|
D | binop.S | 15 $instr # ex: addl (rFP,%ecx,4),%eax
|
D | binop1.S | 11 $instr # ex: addl %ecx,%eax
|
D | binflop.S | 10 $instr (rFP,%ecx,4) # ex: faddp
|
D | shop2addr.S | 11 $instr # ex: sarl %cl,%eax
|
D | binopLit16.S | 17 $instr # for example: addl %ecx, %eax
|
D | binflop2addr.S | 12 $instr (rFP,rINST,4) # ex: faddp
|
/dalvik/vm/compiler/template/mips/ |
D | funop.S | 20 $instr # v0<- op, a0-a3 changed
|
D | funopWider.S | 17 $instr # result<- op, a0-a3 changed
|
D | funopNarrower.S | 23 $instr # v0<- op, a0-a3 changed
|
/dalvik/vm/mterp/armv6t2/ |
D | unop.S | 16 $instr @ r0<- op, r0-r3 changed
|
1234