Searched refs:luaK_codeABx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.h | 42 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) 48 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
|
| H A D | lcode.c | 238 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx() function 254 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek() 256 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0); in luaK_codek()
|
| H A D | lparser.c | 520 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
|
| /freebsd/contrib/lua/src/ |
| H A D | lcode.h | 63 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
|
| H A D | lcode.c | 409 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx() function 454 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek() 456 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0); in luaK_codek()
|
| H A D | lparser.c | 724 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure() 1551 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody() 1562 endfor = luaK_codeABx(fs, forloop[isgen], base, 0); in forbody()
|