Searched refs:GETARG_sBx (Results 1 – 8 of 8) sorted by relevance
112 #define GETARG_sBx(i) (GETARG_Bx(i)-MAXARG_sBx) macro
565 ci->u.l.savedpc += GETARG_sBx(i) + e; }836 ci->u.l.savedpc += GETARG_sBx(i); /* jump back */ in luaV_execute()852 ci->u.l.savedpc += GETARG_sBx(i); in luaV_execute()871 ci->u.l.savedpc += GETARG_sBx(i); /* jump back */ in luaV_execute()
380 int b = GETARG_sBx(i); in findsetreg()
102 int offset = GETARG_sBx(fs->f->code[pc]); in getjump()
146 #define GETARG_sBx(i) \ macro
349 int sbx=GETARG_sBx(i); in PrintCode()
1195 lua_Integer b = GETARG_sBx(i); in luaV_execute()1201 int b = GETARG_sBx(i); in luaV_execute()
698 sprintf(buff, "%-12s%4d %4d", name, GETARG_A(i), GETARG_sBx(i)); in buildop()