Home
last modified time | relevance | path

Searched refs:GETARG_sBx (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dlvm.c741 ci->u.l.savedpc += GETARG_sBx(i) + e; }
1196 ci->u.l.savedpc += GETARG_sBx(i); /* jump back */ in luaV_execute()
1207 ci->u.l.savedpc += GETARG_sBx(i); /* jump back */ in luaV_execute()
1239 ci->u.l.savedpc += GETARG_sBx(i); in luaV_execute()
1259 ci->u.l.savedpc += GETARG_sBx(i); /* jump back */ in luaV_execute()
Dlopcodes.h112 #define GETARG_sBx(i) (GETARG_Bx(i)-MAXARG_sBx) macro
Dluac.c301 int sbx=GETARG_sBx(i); in PrintCode()
Dldebug.c412 int b = GETARG_sBx(i); in findsetreg()
Dlcode.c91 int offset = GETARG_sBx(fs->f->code[pc]); in getjump()