Searched refs:OP_SETLIST (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lopcodes.h | 309 OP_SETLIST,/* A B C k R[A][C+i] := R[A+i], 1 <= i <= B */ enumerator
|
| D | luac.c | 640 case OP_SETLIST: in PrintCode()
|
| D | lcode.c | 1856 luaK_codeABC(fs, OP_SETLIST, base, tostore, nelems); 1860 luaK_codeABCk(fs, OP_SETLIST, base, tostore, nelems, 1);
|
| D | lvm.c | 1950 vmcase(OP_SETLIST) {
|