Searched refs:MOVE_RESULT_PSEUDO (Results 1 – 8 of 8) sorted by relevance
294 public static final int MOVE_RESULT_PSEUDO = 56; field in RegOps368 case MOVE_RESULT_PSEUDO: return "move-result-pseudo"; in opName()
1310 return new Rop(RegOps.MOVE_RESULT_PSEUDO, type.getType(), in opMoveResultPseudo()
224 if (op == RegOps.MOVE_RESULT_PSEUDO && in processInsn()751 RegOps.MOVE_RESULT_PSEUDO, null); in insertExceptionThrow()790 if (newOpcode == RegOps.MOVE_RESULT_PSEUDO) { in insertPlainInsnBefore()
160 if (opcode.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) { in tryReplacingWithConstant()
184 if (insn.getOpcode().getOpcode() == RegOps.MOVE_RESULT_PSEUDO) { in getConstsSortedByCountUse()
526 case RegOps.MOVE_RESULT_PSEUDO: { in simulateStmt()
539 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) { in visitPlainInsn()678 if (insn.getOpcode().getOpcode() != RegOps.MOVE_RESULT_PSEUDO) { in getNextMoveResultPseudo()
669 RegOps.MOVE_RESULT_PSEUDO) { in analyzeInstructions()