Searched refs:ROT_FOUR (Results 1 – 7 of 7) sorted by relevance
15 #define ROT_FOUR 6 macro
966 case ROT_FOUR: in stack_effect()1813 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()1819 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()1851 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()7248 case ROT_FOUR: in fold_rotations()7490 inst->i_opcode = ROT_FOUR; in optimize_basic_block()
1910 case TARGET(ROT_FOUR): { in _PyEval_EvalFrameDefault()
347 .. opcode:: ROT_FOUR
2150 :opcode:`ROT_FOUR`, :opcode:`BEGIN_FINALLY`, :opcode:`CALL_FINALLY` and
1675 :opcode:`ROT_FOUR`, :opcode:`BEGIN_FINALLY` and :opcode:`CALL_FINALLY` and
12257 - Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by