Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h81 #define INPLACE_XOR 78 macro
/external/python/cpython3/Include/
Dopcode.h56 #define INPLACE_XOR 78 macro
/external/python/cpython2/Doc/library/
Ddis.rst359 .. opcode:: INPLACE_XOR ()
/external/python/cpython2/Python/
Dcompile.c791 case INPLACE_XOR: in opcode_stack_effect()
2302 return INPLACE_XOR; in inplace_binop()
Dceval.c1813 TARGET_NOARG(INPLACE_XOR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst533 .. opcode:: INPLACE_XOR
/external/python/cpython3/Python/
Dcompile.c947 case INPLACE_XOR: in stack_effect()
3148 return INPLACE_XOR; in inplace_binop()
Dceval.c1545 TARGET(INPLACE_XOR) { in _PyEval_EvalFrameDefault()