Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h63 #define INPLACE_RSHIFT 76 macro
/third_party/python/Doc/library/
Ddis.rst540 .. opcode:: INPLACE_RSHIFT
/third_party/python/Python/
Dcompile.c1028 case INPLACE_RSHIFT: in stack_effect()
3662 return INPLACE_RSHIFT; in inplace_binop()
Dceval.c2317 case TARGET(INPLACE_RSHIFT): { in _PyEval_EvalFrameDefault()