Searched defs:MOVE (Results 1 – 9 of 9) sorted by relevance
36 public static final int MOVE = 2; field in RegOps
229 MAP.put(Rops.MOVE_INT, Dops.MOVE); in MAP.put()231 MAP.put(Rops.MOVE_FLOAT, Dops.MOVE); in MAP.put()234 MAP.put(Rops.MOVE_PARAM_INT, Dops.MOVE); in MAP.put()236 MAP.put(Rops.MOVE_PARAM_FLOAT, Dops.MOVE); in MAP.put()
72 public static final Dop MOVE = field in Dops
56 MAP.put(Rops.MOVE_INT, Dops.MOVE); in MAP.put()58 MAP.put(Rops.MOVE_FLOAT, Dops.MOVE); in MAP.put()61 MAP.put(Rops.MOVE_PARAM_INT, Dops.MOVE); in MAP.put()63 MAP.put(Rops.MOVE_PARAM_FLOAT, Dops.MOVE); in MAP.put()
69 public static final Dop MOVE = field in Dops
35 public static final int MOVE = 0x01; field in DalvOps
45 public static final int MOVE = 0x01; field in Opcodes
66 public static final Info MOVE = field in OpcodeInfo