HomeSort by relevance Sort by last modified time
    Searched refs:MOVE (Results 51 - 75 of 211) sorted by null

1 23 4 5 6 7 8 9

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 46 * Makes a move instruction, appropriate and ideal for the given arguments.
63 (category1 ? Dops.MOVE : Dops.MOVE_WIDE);
Dops.java 69 public static final Dop MOVE =
70 new Dop(DalvOps.MOVE, DalvOps.MOVE,
71 Form12x.THE_ONE, true, "move");
74 new Dop(DalvOps.MOVE_FROM16, DalvOps.MOVE,
75 Form22x.THE_ONE, true, "move/from16");
78 new Dop(DalvOps.MOVE_16, DalvOps.MOVE,
79 Form32x.THE_ONE, true, "move/16");
83 Form12x.THE_ONE, true, "move-wide");
87 Form22x.THE_ONE, true, "move-wide/from16")
    [all...]
DalvOps.java 35 public static final int MOVE = 0x01;
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 48 * Makes a move instruction, appropriate and ideal for the given arguments.
65 (category1 ? Dops.MOVE : Dops.MOVE_WIDE);
279 * version of this instance. Will not generate a move for a register
Dops.java 72 public static final Dop MOVE =
73 new Dop(Opcodes.MOVE, Opcodes.MOVE,
77 new Dop(Opcodes.MOVE_FROM16, Opcodes.MOVE,
81 new Dop(Opcodes.MOVE_16, Opcodes.MOVE,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 46 public static final int MOVE = 0x01;
OpcodeInfo.java 66 public static final Info MOVE =
67 new Info(Opcodes.MOVE, "move",
71 new Info(Opcodes.MOVE_FROM16, "move/from16",
75 new Info(Opcodes.MOVE_16, "move/16",
79 new Info(Opcodes.MOVE_WIDE, "move-wide",
83 new Info(Opcodes.MOVE_WIDE_FROM16, "move-wide/from16",
87 new Info(Opcodes.MOVE_WIDE_16, "move-wide/16",
91 new Info(Opcodes.MOVE_OBJECT, "move-object",
95 new Info(Opcodes.MOVE_OBJECT_FROM16, "move-object/from16"
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 136 * Finds the corresponding instruction for a given move result
138 * @param moveInsn {@code non-null;} a move result instruction
140 * the move
149 * Finds the corresponding move result for a given instruction
152 * followed by a move result
153 * @return {@code non-null;} the move result for the given instruction
213 * move result or move param.
244 * Determine the origin of a move result pseudo instruction that generates
247 * @param insn {@code non-null;} move result pseudo instruction to proces
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FL.py 72 MOVE = 10
  /external/python/cpython2/Lib/plat-irix6/
FL.py 72 MOVE = 10
  /external/replicaisland/src/com/replica/replicaisland/
GhostComponent.java 49 mTargetAction = GameObject.ActionType.MOVE;
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinInstrInfo.cpp 105 BuildMI(MBB, I, DL, get(BF::MOVE), DestReg)
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
OpReorderer.java 30 // since move operations breaks continuity, their effects on ADD/RM are hard to handle.
57 // check if move is nulled out by remove
79 // move is removed.
101 // if effects of move is reverted by remove, we are done.
109 // now find out the new locations for move actions
153 private void swapMoveAdd(List<AdapterHelper.UpdateOp> list, int move, AdapterHelper.UpdateOp moveOp, int add,
170 list.set(move, addOp);
174 void swapMoveUpdate(List<AdapterHelper.UpdateOp> list, int move, AdapterHelper.UpdateOp moveOp, int update,
199 list.set(move, updateOp);
201 list.remove(move);
    [all...]
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
FileCopyUiTest.java 66 private static final String MOVE = "Move to?";
FileDeleteUiTest.java 66 private static final String MOVE = "Move to?";
  /system/update_engine/payload_generator/
delta_diff_utils_unittest.cc 190 EXPECT_EQ(InstallOperation::MOVE, op.type());
252 EXPECT_EQ(InstallOperation::MOVE, op.type());
450 op.set_type(InstallOperation::MOVE);
477 noop.op.set_type(InstallOperation::MOVE);
505 // MOVE operation is performed and all the blocks are handled.
516 // Most of the blocks rest in the same place, but there's no need for MOVE
528 // MOVE operation is performed and all the blocks are handled.
648 // use them regardless of the trivial MOVE operation not being emitted.
654 // trivial MOVE operations (not included).
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 39 new Rop(RegOps.MOVE, Type.INT, StdTypeList.INT, "move-int");
43 new Rop(RegOps.MOVE, Type.LONG, StdTypeList.LONG, "move-long");
47 new Rop(RegOps.MOVE, Type.FLOAT, StdTypeList.FLOAT, "move-float");
51 new Rop(RegOps.MOVE, Type.DOUBLE, StdTypeList.DOUBLE, "move-double");
55 new Rop(RegOps.MOVE, Type.OBJECT, StdTypeList.OBJECT, "move-object")
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 40 new Rop(RegOps.MOVE, Type.INT, StdTypeList.INT, "move-int");
44 new Rop(RegOps.MOVE, Type.LONG, StdTypeList.LONG, "move-long");
48 new Rop(RegOps.MOVE, Type.FLOAT, StdTypeList.FLOAT, "move-float");
52 new Rop(RegOps.MOVE, Type.DOUBLE, StdTypeList.DOUBLE, "move-double");
56 new Rop(RegOps.MOVE, Type.OBJECT, StdTypeList.OBJECT, "move-object")
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 391 unsigned MOVE = ABI.GetGPRMoveOp();
503 // Insert instruction "move $fp, $sp" at this location.
504 BuildMI(MBB, MBBI, dl, TII.get(MOVE), FP).addReg(SP).addReg(ZERO)
525 // move $s7, $sp
527 BuildMI(MBB, MBBI, dl, TII.get(MOVE), BP)
680 unsigned MOVE = ABI.GetGPRMoveOp();
690 // Insert instruction "move $sp, $fp" at this location.
691 BuildMI(MBB, I, DL, TII.get(MOVE), SP).addReg(FP).addReg(ZERO);
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 79 MOVE(35); // Move, e.g. "move R0,R1"
630 * Add an instruction to the end of the program to move {@code value} into {@code register}.
831 * Add an instruction to the end of the program to move the value into
836 instruction.setUnsignedImm(ExtendedOpcodes.MOVE.value);
    [all...]
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliMethodTest.java 204 " move v0, v1\n" +
221 " move-result v0\n" +
231 " move-result v0\n" +
265 checkSourcePosition(smaliMethod, 6, Opcode.MOVE);
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.cpp 147 mMips->MOVE(R_v0, R_a0); // move context * passed in a0 to v0 (arm r0)
327 // would be overwritten by this instruction. If so, move the value to a
332 // save the value before it is overwritten. This costs an extra MOVE instr.
337 mMips->MOVE(R_cmp, cond.r1);
341 mMips->MOVE(R_cmp2, cond.r2);
487 mMips->MOVE(Rd, Op2);
548 // move them to dedicated temp regs. This is ugly, and inefficient,
    [all...]
MIPSAssembler.cpp 170 mMips->MOVE(R_v0, R_a0); // move context * passed in a0 to v0 (arm r0)
342 // would be overwritten by this instruction. If so, move the value to a
347 // save the value before it is overwritten. This costs an extra MOVE instr.
352 mMips->MOVE(R_cmp, cond.r1);
356 mMips->MOVE(R_cmp2, cond.r2);
490 mMips->MOVE(Rd, Op2);
561 // move them to dedicated temp regs. This is ugly, and inefficient,
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 321 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) {
339 ItemAnimationInfo.MOVE);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 116 MOVE
632 mInteractionMode = InteractionMode.MOVE;
640 if (action == MotionEvent.ACTION_MOVE && mInteractionMode == InteractionMode.MOVE) {
    [all...]

Completed in 685 milliseconds

1 23 4 5 6 7 8 9