Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h79 #define INPLACE_RSHIFT 76 macro
/external/python/cpython2/Doc/library/
Ddis.rst349 .. opcode:: INPLACE_RSHIFT ()
/external/python/cpython2/Python/
Dcompile.c789 case INPLACE_RSHIFT: in opcode_stack_effect()
2296 return INPLACE_RSHIFT; in inplace_binop()
Dceval.c1777 TARGET_NOARG(INPLACE_RSHIFT) in PyEval_EvalFrameEx()