Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h65 #define INPLACE_XOR 78 macro
/third_party/python/Doc/library/
Ddis.rst550 .. opcode:: INPLACE_XOR
/third_party/python/Python/
Dcompile.c1030 case INPLACE_XOR: in stack_effect()
3666 return INPLACE_XOR; in inplace_binop()
Dceval.c2341 case TARGET(INPLACE_XOR): { in _PyEval_EvalFrameDefault()