Home
last modified time | relevance | path

Searched refs:ROT_TWO (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h12 #define ROT_TWO 2 macro
/external/python/cpython3/Include/
Dopcode.h11 #define ROT_TWO 2 macro
/external/python/cpython3/Python/
Dpeephole.c321 codestr[op_start] = PACKOPARG(ROT_TWO, 0); in PyCode_Optimize()
325 codestr[op_start + 1] = PACKOPARG(ROT_TWO, 0); in PyCode_Optimize()
Dcompile.c882 case ROT_TWO: in stack_effect()
2782 ADDOP(c, ROT_TWO); in compiler_import_as()
3532 ADDOP(c, ROT_TWO); in compiler_compare()
4503 ADDOP(c, ROT_TWO); in compiler_visit_expr()
Dceval.c1108 TARGET(ROT_TWO) { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dpeephole.c458 codestr[i] = ROT_TWO; in PyCode_Optimize()
462 codestr[i+1] = ROT_TWO; in PyCode_Optimize()
Dcompile.c691 case ROT_TWO: in opcode_stack_effect()
1556 ADDOP(c, ROT_TWO); in compiler_print()
2531 ADDOP(c, ROT_TWO); in compiler_compare()
3046 ADDOP(c, ROT_TWO); in compiler_visit_expr()
3297 case 0: ADDOP(c, ROT_TWO); break; in compiler_simple_slice()
Dceval.c1258 TARGET_NOARG(ROT_TWO) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst166 .. opcode:: ROT_TWO ()
/external/python/cpython3/Doc/library/
Ddis.rst327 .. opcode:: ROT_TWO