Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h110 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax) macro
H A Dlvm.c559 (k + (GETARG_Bx(i) != 0 ? GETARG_Bx(i) - 1 : GETARG_Ax(*ci->u.l.savedpc++)))
628 rb = k + GETARG_Ax(*ci->u.l.savedpc++); in luaV_execute()
883 c = GETARG_Ax(*ci->u.l.savedpc++); in luaV_execute()
H A Dldebug.c440 : GETARG_Ax(p->code[pc + 1]); in getobjname()