Home
last modified time | relevance | path

Searched refs:ROT_FOUR (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dopcode.h15 #define ROT_FOUR 6 macro
/third_party/python/Python/
Dcompile.c966 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()
Dceval.c1910 case TARGET(ROT_FOUR): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst347 .. opcode:: ROT_FOUR
/third_party/python/Doc/whatsnew/
D3.8.rst2150 :opcode:`ROT_FOUR`, :opcode:`BEGIN_FINALLY`, :opcode:`CALL_FINALLY` and
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst1675 :opcode:`ROT_FOUR`, :opcode:`BEGIN_FINALLY` and :opcode:`CALL_FINALLY` and
/third_party/python/Misc/
DHISTORY12257 - Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by