Searched refs:INPLACE_TRUE_DIVIDE (Results 1 – 8 of 8) sorted by relevance
36 #define INPLACE_TRUE_DIVIDE 29 macro
31 #define INPLACE_TRUE_DIVIDE 29 macro
323 .. opcode:: INPLACE_TRUE_DIVIDE ()
724 case INPLACE_TRUE_DIVIDE: in opcode_stack_effect()2288 return INPLACE_TRUE_DIVIDE; in inplace_binop()
1684 TARGET_NOARG(INPLACE_TRUE_DIVIDE) in PyEval_EvalFrameEx()
498 .. opcode:: INPLACE_TRUE_DIVIDE
915 case INPLACE_TRUE_DIVIDE: in stack_effect()3136 return INPLACE_TRUE_DIVIDE; in inplace_binop()
1442 TARGET(INPLACE_TRUE_DIVIDE) { in _PyEval_EvalFrameDefault()