Home
last modified time | relevance | path

Searched refs:DUP_TOPX (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h106 #define DUP_TOPX 99 /* number of items to duplicate */ macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py760 def DUP_TOPX(self, argc): member in StackDepthTracker
/external/python/cpython2/Python/
Dcompile.c836 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()
Dceval.c1301 TARGET(DUP_TOPX) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst602 .. opcode:: DUP_TOPX (count)
/external/python/cpython3/Misc/
DHISTORY12257 - Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by