Searched refs:MOVE_EXCEPTION (Results 1 – 11 of 11) sorted by relevance
47 public static final int MOVE_EXCEPTION = 4; field in RegOps333 case MOVE_EXCEPTION: return "move-exception"; in opName()
1129 case RegOps.MOVE_EXCEPTION: return opMoveException(dest); in ropFor()1299 return new Rop(RegOps.MOVE_EXCEPTION, type.getType(), in opMoveException()
47 public static final int MOVE_EXCEPTION = 4; field in RegOps317 case MOVE_EXCEPTION: return "move-exception"; in opName()
1128 case RegOps.MOVE_EXCEPTION: return opMoveException(dest); in ropFor()1286 return new Rop(RegOps.MOVE_EXCEPTION, type.getType(), in opMoveException()
58 public static final int MOVE_EXCEPTION = 0x0d; field in Opcodes
114 public static final Info MOVE_EXCEPTION = field in OpcodeInfo115 new Info(Opcodes.MOVE_EXCEPTION, "move-exception",986 set(MOVE_EXCEPTION);
192 return insn.getOpcode().getOpcode() == RegOps.MOVE_EXCEPTION; in isMoveException()
47 public static final int MOVE_EXCEPTION = 0x0d; field in DalvOps
315 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION; in dopFor()
492 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION; in dopFor()
120 public static final Dop MOVE_EXCEPTION = field in Dops121 new Dop(Opcodes.MOVE_EXCEPTION, Opcodes.MOVE_EXCEPTION,986 set(MOVE_EXCEPTION);