Searched refs:ROT_FOUR (Results 1 – 5 of 5) sorted by relevance
15 #define ROT_FOUR 5 macro
177 .. opcode:: ROT_FOUR ()
696 case ROT_FOUR: in opcode_stack_effect()3299 case 2: ADDOP(c, ROT_FOUR); break; in compiler_simple_slice()
1278 TARGET_NOARG(ROT_FOUR) in PyEval_EvalFrameEx()
12257 - Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by