Home
last modified time | relevance | path

Searched refs:ROT_N (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dopcode.h84 #define ROT_N 99 macro
/third_party/python/Python/
Dcompile.c1213 case ROT_N: in stack_effect()
5752 ADDOP_I(c, ROT_N, pc->on_top + PyList_GET_SIZE(pc->stores) + 1); in pattern_helper_store_name()
6180 if (!compiler_addop_i(c, ROT_N, icontrol + 1)) { in compiler_pattern_or()
6215 if (!compiler_addop_i(c, ROT_N, nrots)) { in compiler_pattern_or()
7245 case ROT_N: in fold_rotations()
7477 case ROT_N: in optimize_basic_block()
Dceval.c4401 case TARGET(ROT_N): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst1262 .. opcode:: ROT_N (count)