Searched refs:luaK_exp2anyreg (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lcode.c | 940 int luaK_exp2anyreg (FuncState *fs, expdesc *e) { in luaK_exp2anyreg() function 961 luaK_exp2anyreg(fs, e); in luaK_exp2anyregup() 971 luaK_exp2anyreg(fs, e); in luaK_exp2val() 1015 luaK_exp2anyreg(fs, e); in luaK_exp2RK() 1039 int e = luaK_exp2anyreg(fs, ex); in luaK_storevar() 1070 luaK_exp2anyreg(fs, e); in luaK_self() 1267 luaK_exp2anyreg(fs, t); /* put it in a register */ in luaK_indexed() 1285 t->u.ind.idx = luaK_exp2anyreg(fs, k); /* register */ in luaK_indexed() 1342 int r = luaK_exp2anyreg(fs, e); /* opcodes operate only on registers */ in codeunexpval() 1359 int v1 = luaK_exp2anyreg(fs, e1); in finishbinexpval() [all …]
|
D | lcode.h | 75 LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e);
|
D | lparser.c | 1862 first = luaK_exp2anyreg(fs, &e); /* can use original slot */ in retstat()
|