Searched refs:DUP_TOPX (Results 1 – 6 of 6) sorted by relevance
106 #define DUP_TOPX 99 /* number of items to duplicate */ macro
760 def DUP_TOPX(self, argc): member in StackDepthTracker
836 case DUP_TOPX: in opcode_stack_effect()3231 ADDOP_I(c, DUP_TOPX, 2); in compiler_handle_subscr()3291 case 1: ADDOP_I(c, DUP_TOPX, 2); break; in compiler_simple_slice()3292 case 2: ADDOP_I(c, DUP_TOPX, 3); break; in compiler_simple_slice()
1301 TARGET(DUP_TOPX) in PyEval_EvalFrameEx()
602 .. opcode:: DUP_TOPX (count)
12257 - Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by