Searched refs:store (Results 1 - 25 of 34) sorted by relevance

12

/dalvik/vm/mterp/x86/
H A DOP_CONST_WIDE_16.S8 SET_VREG_WORD(rPC,%ecx,1) # store msw
10 SET_VREG_WORD(%eax,%ecx,0) # store lsw
H A DOP_CONST_WIDE_32.S8 SET_VREG_WORD(rPC,%ecx,1) # store msw
10 SET_VREG_WORD(%eax,%ecx,0) # store lsw
H A Dfpcvt.S1 %default {"instr":"","load":"","store":""}
13 $store (rFP,%ecx,4) # vA<- %st0
H A Dbinflop.S14 $store (rFP,%ecx,4) # %st to vAA
H A Dbinflop2addr.S15 $store (rFP,%ecx,4) # %st to vA
H A DOP_APUT.S1 %default { "reg":"%ecx", "store":"movl", "shift":"4" }
21 $store $reg,(%eax)
H A Dcvtfp_int.S26 fistpll (rFP,%ecx,4) # convert and store
28 fistpl (rFP,%ecx,4) # convert and store
H A DOP_IPUT.S2 %default { "store":"movl", "reg":"rINST_FULL", "sqnum":"0" }
61 $store $reg,(%ecx,%eax,1) # obj.field <- v[A](8/16/32 bits)
H A DOP_IPUT_OBJECT.S65 je 1f # skip card mark if null store
H A DOP_SPUT_OBJECT.S24 movl %ecx,offStaticField_value(%eax) # do the store
H A DOP_INSTANCE_OF.S22 je .L${opcode}_store # null obj, not instance, store it
/dalvik/vm/mterp/x86-atom/
H A DOP_DOUBLE_TO_FLOAT.S24 * and store the result in the destination register
35 fstps (rFP, %edx, 4) # store float
H A DOP_FLOAT_TO_DOUBLE.S24 * and store the result in the destintation register
35 fstpl (rFP, %edx, 4) # store double
/dalvik/vm/mterp/armv5te/
H A DOP_THROW.S13 @ bypass dvmSetException, just store it
H A DOP_APUT.S1 %default { "store":"str", "shift":"2" }
26 $store r2, [r0, #offArrayObject_contents] @ vBB[vCC]<- r2
H A DOP_IPUT.S1 %default { "store":"str", "barrier":"@ no-op ", "sqnum":"0" }
45 $barrier @ releasing store
46 $store r0, [r9, r3] @ obj.field (8/16/32 bits)<- r0
H A DOP_SPUT.S23 $barrier @ releasing store
H A DOP_SPUT_OBJECT.S34 $barrier @ releasing store
H A DOP_IPUT_OBJECT.S46 $barrier @ releasing store
H A DOP_INSTANCE_OF.S21 beq .L${opcode}_store @ null obj, not an instance, store r0
/dalvik/vm/mterp/armv6t2/
H A DOP_IPUT.S1 %default { "store":"str", "sqnum":"0" }
44 $store r0, [r9, r3] @ obj.field (8/16/32 bits)<- r0
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.c744 ArmLIR *store; local
768 store = newLIR3(cUnit, opCode, rSrc, regPtr, 0);
771 store->branchInsertSV = true;
773 return store;
789 store = newLIR3(cUnit, opCode, rSrc, rBase, rIndex);
791 store = newLIR4(cUnit, opCode, rSrc, rBase, rIndex, scale);
795 store->branchInsertSV = true;
797 return store;
943 ArmLIR *res, *store; local
1017 store
[all...]
/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.c490 /* store value base base + scaled index. */
697 ArmLIR *store = NULL; local
753 store = res = newLIR3(cUnit, opCode, rSrc, rBase, encodedDisp);
761 store = newLIR3(cUnit, kThumbStrRRI5, rSrc, rScratch, 0);
765 store = newLIR3(cUnit, opCode, rSrc, rBase, rScratch);
770 if (store != NULL)
771 annotateDalvikRegAccess(store, displacement >> 2,
778 if (store != NULL && cUnit->heapMemOp)
779 store->branchInsertSV = true;
/dalvik/vm/arch/arm/
H A DCallEABI.S214 add r8, r8, #4 @ if pad, just advance ip without store
280 * ourselves a trip, but we'd have to store that somewhere -- this is
366 @ use "full descending" stacks, so we store into [r8] and incr as we
/dalvik/dx/src/junit/runner/
H A DBaseTestRunner.java45 getPreferences().store(fos, "");

Completed in 1287 milliseconds

12