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