Searched refs:GETARG_B (Results 1 – 5 of 5) sorted by relevance
/external/lua/src/ |
D | lopcodes.h | 128 #define GETARG_B(i) check_exp(checkopm(i, iABC), getarg(i, POS_B, SIZE_B)) macro 129 #define GETARG_sB(i) sC2int(GETARG_B(i)) 383 #define isIT(i) (testITMode(GET_OPCODE(i)) && GETARG_B(i) == 0)
|
D | lvm.c | 1036 #define RB(i) (base+GETARG_B(i)) 1038 #define KB(i) (k+GETARG_B(i)) 1197 int b = GETARG_B(i); in luaV_execute() 1204 int b = GETARG_B(i); in luaV_execute() 1209 UpVal *uv = cl->upvals[GETARG_B(i)]; in luaV_execute() 1216 TValue *upval = cl->upvals[GETARG_B(i)]->v; in luaV_execute() 1295 int c = GETARG_B(i); in luaV_execute() 1320 int b = GETARG_B(i); /* log2(hash size) + 1 */ in luaV_execute() 1524 int n = GETARG_B(i); /* number of elements to concatenate */ in luaV_execute() 1609 int b = GETARG_B(i); in luaV_execute() [all …]
|
D | ldebug.c | 481 int b = GETARG_B(i); in findsetreg() 519 int t = GETARG_B(i); /* table index */ in gxf() 542 int b = GETARG_B(i); /* move from 'b' to 'a' */ in getobjname() 567 *name = upvalname(p, GETARG_B(i)); in getobjname()
|
D | lcode.c | 135 int pl = pfrom + GETARG_B(*previous); in luaK_nil() 262 if (reg != NO_REG && reg != GETARG_B(*i)) in patchtestreg() 267 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg() 1103 return condjump(fs, OP_TEST, GETARG_B(ie), 0, 0, !cond); in jumponcond() 1625 int n = GETARG_B(*ie2); /* # of elements concatenated in 'e2' */ in codeconcat()
|
D | luac.c | 344 int b=GETARG_B(i); in PrintCode()
|