Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h12 #define ROT_THREE 3 macro
/third_party/python/Python/
Dcompile.c965 case ROT_THREE: in stack_effect()
2706 ADDOP(c, ROT_THREE); in compiler_jump_if()
4098 ADDOP(c, ROT_THREE); in compiler_compare()
5387 ADDOP(c, ROT_THREE); in compiler_augassign()
7251 case ROT_THREE: in fold_rotations()
7376 inst->i_opcode = ROT_THREE; in optimize_basic_block()
7487 inst->i_opcode = ROT_THREE; in optimize_basic_block()
Dceval.c1900 case TARGET(ROT_THREE): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst341 .. opcode:: ROT_THREE