Home | History | Annotate | Download | only in evaluation

Lines Matching refs:DUP2_X1

65     private static final int DUP2_X1          = InstructionConstants.OP_DUP2_X1 & 0xff;
69 private static final int MOV2_X1 = DUP2_X1 | (POP2 << 8);
72 private static final int POP_X2 = DUP2_X1 | (POP2 << 8) | (POP << 16);
86 private static final int DUP2_X1_POP3 = DUP2_X1 | (POP2 << 8) | (POP << 16);
1291 stackEntriesNecessary01 ? DUP2_X1 : // ...XAB -> ...ABXAB
1352 stackEntriesNecessary01 ? DUP2_X1 : // ...YAB -> ...ABYAB
1386 stackEntriesNecessary01 ? DUP2_X1 : // ...XAB -> ...ABXAB
1921 * (dup, dup_x1, dup_x2, dup2, dup2_x1, dup2_x2, swap).