Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h58 #define MP_BINARY_OP_NUM_BYTECODE (MP_BINARY_OP_POWER + 1) macro
A Dbc0.h66 #define MP_BC_BINARY_OP_MULTI_NUM (MP_BINARY_OP_NUM_BYTECODE)
A Dshowbc.c535 } else if (ip[-1] < MP_BC_BINARY_OP_MULTI + MP_BINARY_OP_NUM_BYTECODE) { in mp_bytecode_print_str()
A Dprofile.c927 } else if (ip[-1] < MP_BC_BINARY_OP_MULTI + MP_BINARY_OP_NUM_BYTECODE) { in mp_prof_opcode_decode()

Completed in 7 milliseconds