Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h79 #define INPLACE_RSHIFT 76 macro
/external/python/cpython3/Include/
Dopcode.h54 #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()
2298 return INPLACE_RSHIFT; in inplace_binop()
Dceval.c1789 TARGET_NOARG(INPLACE_RSHIFT) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst523 .. opcode:: INPLACE_RSHIFT
/external/python/cpython3/Python/
Dcompile.c945 case INPLACE_RSHIFT: in stack_effect()
3144 return INPLACE_RSHIFT; in inplace_binop()
Dceval.c1521 TARGET(INPLACE_RSHIFT) { in _PyEval_EvalFrameDefault()