Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h15 #define ROT_FOUR 5 macro
/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/Misc/
DHISTORY12257 - Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by