Searched refs:luaK_codeAsBx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.h | 41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) macro
|
| H A D | lparser.c | 1293 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody() 1301 endfor = luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP); in forbody() 1305 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP); in forbody()
|
| H A D | lcode.c | 64 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lcode.h | 64 LUAI_FUNC int luaK_codeAsBx (FuncState *fs, OpCode o, int A, int Bx);
|
| H A D | lcode.c | 418 int luaK_codeAsBx (FuncState *fs, OpCode o, int a, int bc) { in luaK_codeAsBx() function 681 luaK_codeAsBx(fs, OP_LOADI, reg, cast_int(i)); in luaK_int() 690 luaK_codeAsBx(fs, OP_LOADF, reg, cast_int(fi)); in luaK_float()
|