Searched refs:luaK_exp2anyreg (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcode.c | 969 int luaK_exp2anyreg (FuncState *fs, expdesc *e) { in luaK_exp2anyreg() function 993 luaK_exp2anyreg(fs, e); in luaK_exp2anyregup() 1003 luaK_exp2anyreg(fs, e); in luaK_exp2val() 1049 luaK_exp2anyreg(fs, e); in luaK_exp2RK() 1073 int e = luaK_exp2anyreg(fs, ex); in luaK_storevar() 1104 luaK_exp2anyreg(fs, e); in luaK_self() 1311 luaK_exp2anyreg(fs, t); /* put it in a register */ 1329 t->u.ind.idx = luaK_exp2anyreg(fs, k); /* register */ 1424 int r = luaK_exp2anyreg(fs, e); /* opcodes operate only on registers */ 1441 int v1 = luaK_exp2anyreg(fs, e1); [all …]
|
H A D | lcode.h | 82 LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e);
|
H A D | lparser.c | 1847 first = luaK_exp2anyreg(fs, &e); /* can use original slot */ in retstat()
|