Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h15 #define ROT_FOUR 6 macro
/external/python/cpython2/Include/
Dopcode.h15 #define ROT_FOUR 5 macro
/external/python/cpython3/Python/
Dcompile.c884 case ROT_FOUR: in stack_effect()
1700 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()
1706 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()
1733 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()
Dceval.c1526 case TARGET(ROT_FOUR): { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/library/
Ddis.rst177 .. opcode:: ROT_FOUR ()
/external/python/cpython2/Python/
Dcompile.c696 case ROT_FOUR: in opcode_stack_effect()
3299 case 2: ADDOP(c, ROT_FOUR); break; in compiler_simple_slice()
Dceval.c1278 TARGET_NOARG(ROT_FOUR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst347 .. opcode:: ROT_FOUR
/external/python/cpython3/Doc/whatsnew/
D3.8.rst2149 :opcode:`ROT_FOUR`, :opcode:`BEGIN_FINALLY`, :opcode:`CALL_FINALLY` and
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst1675 :opcode:`ROT_FOUR`, :opcode:`BEGIN_FINALLY` and :opcode:`CALL_FINALLY` and
/external/python/cpython3/Misc/
DHISTORY12257 - Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by