Searched refs:MP_UNARY_OP_NOT (Results 1 – 5 of 5) sorted by relevance
54 #define MP_UNARY_OP_NUM_BYTECODE (MP_UNARY_OP_NOT + 1)71 MP_UNARY_OP_NOT, enumerator
747 emit_write_bytecode_byte(emit, 0, MP_BC_UNARY_OP_MULTI + MP_UNARY_OP_NOT); in mp_emit_bc_binary_op()
238 if (op == MP_UNARY_OP_NOT) { in mp_unary_op()
2565 emit_call_with_imm_arg(emit, MP_F_UNARY_OP, MP_UNARY_OP_NOT, REG_ARG_1); in emit_native_binary_op()
2175 EMIT_ARG(unary_op, MP_UNARY_OP_NOT); in compile_not_test_2()
Completed in 23 milliseconds