Home | History | Annotate | Download | only in src

Lines Matching full:sbx

22 	`sBx' : signed Bx
61 #define MAXARG_sBx (MAXARG_Bx>>1) /* `sBx' is signed */
199 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A) + 1 */
211 OP_FORLOOP,/* A sBx R(A)+=R(A+2);
212 if R(A) <?= R(A+1) then { pc+=sBx; R(A+3)=R(A) }*/
213 OP_FORPREP,/* A sBx R(A)-=R(A+2); pc+=sBx */
216 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/