Searched refs:luaK_codeABx (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.h41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx)
47 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
H A Dlcode.c235 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { function
251 return luaK_codeABx(fs, OP_LOADK, reg, k);
253 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0);
H A Dlparser.c521 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));
/freebsd-11-stable/contrib/lua/src/
H A Dlcode.h46 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx)
52 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
H A Dlcode.c324 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { function
348 return luaK_codeABx(fs, OP_LOADK, reg, k);
350 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0);
H A Dlparser.c524 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));

Completed in 298 milliseconds