Searched refs:OP_RETURN (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 209 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
|
H A D | lcode.c | 71 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0); in luaK_ret()
|
H A D | lvm.c | 815 vmcasenb(OP_RETURN, in luaV_execute()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 289 OP_RETURN,/* A B C k return R[A], ... ,R[A+B-2] (see note) */ enumerator
|
H A D | lcode.c | 212 default: op = OP_RETURN; break; in luaK_ret() 1861 SET_OPCODE(*pc, OP_RETURN); in luaK_finish() 1863 case OP_RETURN: case OP_TAILCALL: { in luaK_finish()
|
H A D | luac.c | 605 case OP_RETURN: in PrintCode()
|
H A D | ldebug.c | 626 case OP_CLOSE: case OP_RETURN: tm = TM_CLOSE; break; in funcnamefromcode()
|
H A D | lvm.c | 859 case OP_RETURN: { /* yielded closing variables */ in luaV_finishOp() 1722 vmcase(OP_RETURN) { in luaV_execute()
|