Home
last modified time | relevance | path

Searched refs:MP_UNARY_OP_NOT (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h54 #define MP_UNARY_OP_NUM_BYTECODE (MP_UNARY_OP_NOT + 1)
71 MP_UNARY_OP_NOT, enumerator
A Demitbc.c747 emit_write_bytecode_byte(emit, 0, MP_BC_UNARY_OP_MULTI + MP_UNARY_OP_NOT); in mp_emit_bc_binary_op()
A Druntime.c238 if (op == MP_UNARY_OP_NOT) { in mp_unary_op()
A Demitnative.c2565 emit_call_with_imm_arg(emit, MP_F_UNARY_OP, MP_UNARY_OP_NOT, REG_ARG_1); in emit_native_binary_op()
A Dcompile.c2175 EMIT_ARG(unary_op, MP_UNARY_OP_NOT); in compile_not_test_2()

Completed in 23 milliseconds