Searched refs:luaK_code (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lcode.c | 211 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 231 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC() 239 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 245 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lcode.c | 293 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 317 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC() 328 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 337 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|