Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h215 OP_GETI,/* A B C R[A] := R[B][C] */ enumerator
H A Dldebug.c554 case OP_GETI: { in getobjname()
608 case OP_GETI: case OP_GETFIELD: in funcnamefromcode()
H A Dluac.c403 case OP_GETI: in PrintCode()
H A Dlvm.c824 case OP_GETTABUP: case OP_GETTABLE: case OP_GETI: in luaV_finishOp()
1283 vmcase(OP_GETI) { in luaV_execute()
H A Dlcode.c802 e->u.info = luaK_codeABC(fs, OP_GETI, 0, e->u.ind.t, e->u.ind.idx); in luaK_dischargevars()