Home
last modified time | relevance | path

Searched defs:rlolist (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmthumb.c87 #define OP_PUSH_RLIST(rlolist) (0xb400 | (rlolist)) argument
88 #define OP_PUSH_RLIST_LR(rlolist) (0xb400 | 0x0100 | (rlolist)) argument
89 #define OP_POP_RLIST(rlolist) (0xbc00 | (rlolist)) argument
90 #define OP_POP_RLIST_PC(rlolist) (0xbc00 | 0x0100 | (rlolist)) argument

Completed in 4 milliseconds