Searched refs:DUP_TOP_TWO (Results 1 – 5 of 5) sorted by relevance
14 #define DUP_TOP_TWO 5 macro
345 .. opcode:: DUP_TOP_TWO
887 case DUP_TOP_TWO: in stack_effect()4844 ADDOP(c, DUP_TOP_TWO); in compiler_handle_subscr()
1133 TARGET(DUP_TOP_TWO) { in _PyEval_EvalFrameDefault()
12258 the new (and simpler) DUP_TOP_TWO. Performance isn't changed, but our