OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GETARG_B
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/lua/dist/src/
lopcodes.h
130
#define
GETARG_B
(i) check_exp(checkopm(i, iABC), getarg(i, POS_B, SIZE_B))
131
#define GETARG_sB(i) sC2int(
GETARG_B
(i))
404
#define isIT(i) (testITMode(GET_OPCODE(i)) &&
GETARG_B
(i) == 0)
lvm.c
1144
#define RB(i) (base+
GETARG_B
(i))
1146
#define KB(i) (k+
GETARG_B
(i))
1318
int b =
GETARG_B
(i);
1326
int b =
GETARG_B
(i);
1332
UpVal *uv = cl->upvals[
GETARG_B
(i)];
1340
TValue *upval = cl->upvals[
GETARG_B
(i)]->v.p;
1424
int c =
GETARG_B
(i);
1451
int b =
GETARG_B
(i); /* log2(hash size) + 1 */
1681
int n =
GETARG_B
(i); /* number of elements to concatenate */
1777
int b =
GETARG_B
(i)
[
all
...]
ldebug.c
482
int b =
GETARG_B
(i);
520
int t =
GETARG_B
(i); /* table index */
543
int b =
GETARG_B
(i); /* move from 'b' to 'a' */
568
*name = upvalname(p,
GETARG_B
(i));
lcode.c
142
int pl = pfrom +
GETARG_B
(*previous);
269
if (reg != NO_REG && reg !=
GETARG_B
(*i))
274
*i = CREATE_ABCk(OP_TEST,
GETARG_B
(*i), 0, 0, GETARG_k(*i));
1137
return condjump(fs, OP_TEST,
GETARG_B
(ie), 0, 0, !cond);
1725
int n =
GETARG_B
(*ie2); /* # of elements concatenated in 'e2' */
luac.c
349
int b=
GETARG_B
(i);
Completed in 34 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026