Searched refs:GETARG_Ax (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 110 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax) macro
|
| H A D | lvm.c | 559 (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 D | ldebug.c | 440 : GETARG_Ax(p->code[pc + 1]); in getobjname()
|
| /freebsd/contrib/lua/src/ |
| H A D | luac.c | 330 #define EXTRAARG GETARG_Ax(code[pc+1]) 345 int ax=GETARG_Ax(i); in PrintCode()
|
| H A D | lopcodes.h | 143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) macro
|
| H A D | lvm.c | 1215 rb = k + GETARG_Ax(*pc); pc++; in luaV_execute() 1375 lua_assert((!TESTARG_k(i)) == (GETARG_Ax(*pc) == 0)); in luaV_execute() 1377 c += GETARG_Ax(*pc) * (MAXARG_C + 1); /* add it to size */ in luaV_execute() 1863 last += GETARG_Ax(*pc) * (MAXARG_C + 1); in luaV_execute()
|
| H A D | ldebug.c | 521 case OP_LOADKX: return kname(p, GETARG_Ax(p->code[pc + 1]), name); in basicgetobjname()
|
| H A D | ltests.c | 701 sprintf(buff, "%-12s%4d", name, GETARG_Ax(i)); in buildop()
|