Searched refs:OP_RETURN (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldebug.c | 283 check(pt->sizecode > 0 && GET_OPCODE(pt->code[pt->sizecode-1]) == OP_RETURN); in precheck() 294 case OP_RETURN: in luaG_checkopenop() 437 case OP_RETURN: { in symbexec()
|
| H A D | luac.c | 142 f->code[pc++]=CREATE_ABC(OP_RETURN,0,1,0); in combine()
|
| H A D | lopcodes.h | 194 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
|
| H A D | lcode.c | 70 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0); in luaK_ret()
|
| H A D | lvm.c | 639 case OP_RETURN: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 210 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
|
| H A D | lcode.c | 68 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0); in luaK_ret()
|
| H A D | lvm.c | 816 vmcasenb(OP_RETURN, in luaV_execute()
|