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.h57 #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/Python/
Dcompile.c952 case INPLACE_RSHIFT: in stack_effect()
3478 return INPLACE_RSHIFT; in inplace_binop()
Dceval.c1792 case TARGET(INPLACE_RSHIFT): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/library/
Ddis.rst540 .. opcode:: INPLACE_RSHIFT