Home
last modified time | relevance | path

Searched refs:GETARG_A (Results 1 – 6 of 6) sorted by relevance

/external/lua/src/
Dlvm.c667 setobjs2s(L, base + GETARG_A(inst), --L->top); in luaV_finishOp()
679 if (res != GETARG_A(inst)) /* condition failed? */ in luaV_finishOp()
693 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1); in luaV_finishOp()
728 #define RA(i) (base+GETARG_A(i))
739 { int a = GETARG_A(i); \
849 TValue *upval = cl->upvals[GETARG_A(i)]->v; in luaV_execute()
1088 if (luaV_equalobj(L, rb, rc) != GETARG_A(i)) in luaV_execute()
1097 if (luaV_lessthan(L, RKB(i), RKC(i)) != GETARG_A(i)) in luaV_execute()
1106 if (luaV_lessequal(L, RKB(i), RKC(i)) != GETARG_A(i)) in luaV_execute()
Dlcode.c70 int pfrom = GETARG_A(*previous); /* get previous range */ in luaK_nil()
282 (GETARG_A(fs->f->code[list]) == 0 || in luaK_patchclose()
283 GETARG_A(fs->f->code[list]) >= level)); in luaK_patchclose()
544 e->u.info = GETARG_A(getinstruction(fs, e)); in luaK_setoneret()
829 SETARG_A(*pc, !(GETARG_A(*pc))); in negatecondition()
Dldebug.c392 int a = GETARG_A(i); in findsetreg()
445 if (b < GETARG_A(i)) in getobjname()
504 return getobjname(p, pc, GETARG_A(i), name); /* get function name */ in funcnamefromcode()
Dlopcodes.h97 #define GETARG_A(i) getarg(i, POS_A, SIZE_A) macro
Dluac.c296 int a=GETARG_A(i); in PrintCode()
Dlparser.c1517 lua_assert(GETARG_A(getinstruction(fs,&e)) == fs->nactvar); in retstat()