Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Druntime0.h156 MP_BINARY_OP_IS_NOT, enumerator
H A Demitbc.c741 } else if (op == MP_BINARY_OP_IS_NOT) { in mp_emit_bc_binary_op()
H A Demitnative.c2558 } else if (op == MP_BINARY_OP_IS_NOT) { in emit_native_binary_op()
H A Dcompile.c2212 EMIT_ARG(binary_op, MP_BINARY_OP_IS_NOT); in compile_comparison()