Lines Matching refs:POP

59     private static final int POP              = InstructionConstants.OP_POP     & 0xff;
68 private static final int MOV_X2 = DUP_X2 | (POP << 8);
71 private static final int POP_X1 = SWAP | (POP << 8);
72 private static final int POP_X2 = DUP2_X1 | (POP2 << 8) | (POP << 16);
74 private static final int POP2_X1 = DUP_X2 | (POP << 8) | (POP2 << 16);
76 private static final int POP3 = POP2 | (POP << 8);
78 private static final int POP_DUP = POP | (DUP << 8);
79 private static final int POP_SWAP_POP = POP | (SWAP << 8) | (POP << 16);
80 private static final int POP2_SWAP_POP = POP2 | (SWAP << 8) | (POP << 16);
83 private static final int SWAP_POP_DUP = SWAP | (POP << 8) | (DUP << 16);
84 private static final int SWAP_POP_DUP_X1 = SWAP | (POP << 8) | (DUP_X1 << 16);
86 private static final int DUP2_X1_POP3 = DUP2_X1 | (POP2 << 8) | (POP << 16);
87 private static final int DUP2_X2_POP3 = DUP2_X2 | (POP2 << 8) | (POP << 16);
88 private static final int DUP2_X2_SWAP_POP = DUP2_X2 | (SWAP << 8) | (POP << 16);
1083 stackEntryPresent0 ? POP : // ...O -> ...
1106 stackEntryPresent0 ? POP : // ...XO -> ...X
1115 POP : // ...X -> ...
1122 stackEntryPresent0 ? POP : // ...O -> ...
1148 stackEntryPresent0 ? POP : // ...XYO -> ...XY
1164 stackEntryPresent0 ? POP : // ...YO -> ...Y
1174 POP : // ...XY -> ...X
1190 POP : // ...Y -> ...
1198 stackEntryPresent0 ? POP : // ...XO -> ...X
1207 POP : // ...X -> ...
1214 stackEntryPresent0 ? POP : // ...O -> ...
1245 stackEntryPresent0 ? POP : // ...AB -> ...A
1256 stackEntryNecessary0 ? POP : // ...B -> ...BB
1261 stackEntryPresent0 ? POP : // ...AB -> ...A
1266 POP : // ...A -> ...
1269 stackEntryPresent0 ? POP : // ...B -> ...
1304 POP : // ...X -> ...
1366 POP : // ...XY -> ...X
1382 POP : // ...Y -> ...
1399 POP : // ...X -> ...
1424 stackEntryPresent0 ? POP : // ...AB -> ...A