Home
last modified time | relevance | path

Searched refs:GETARG_Ax (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h109 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax) macro
H A Dlvm.c558 (k + (GETARG_Bx(i) != 0 ? GETARG_Bx(i) - 1 : GETARG_Ax(*ci->u.l.savedpc++)))
627 rb = k + GETARG_Ax(*ci->u.l.savedpc++); in luaV_execute()
882 c = GETARG_Ax(*ci->u.l.savedpc++); in luaV_execute()
H A Dldebug.c439 : GETARG_Ax(p->code[pc + 1]); in getobjname()
/freebsd/contrib/lua/src/
H A Dluac.c330 #define EXTRAARG GETARG_Ax(code[pc+1])
345 int ax=GETARG_Ax(i); in PrintCode()
H A Dlopcodes.h143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) macro
H A Dlvm.c1214 rb = k + GETARG_Ax(*pc); pc++; in luaV_execute()
1374 lua_assert((!TESTARG_k(i)) == (GETARG_Ax(*pc) == 0)); in luaV_execute()
1376 c += GETARG_Ax(*pc) * (MAXARG_C + 1); /* add it to size */ in luaV_execute()
1862 last += GETARG_Ax(*pc) * (MAXARG_C + 1); in luaV_execute()
H A Dldebug.c570 : GETARG_Ax(p->code[pc + 1]); in getobjname()
H A Dltests.c701 sprintf(buff, "%-12s%4d", name, GETARG_Ax(i)); in buildop()