Home
last modified time | relevance | path

Searched refs:OP_FORPREP (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h198 OP_FORPREP,/* A sBx R(A)-=R(A+2); pc+=sBx */ enumerator
H A Dprint.c141 case OP_FORPREP: in PrintCode()
H A Dldebug.c413 case OP_FORPREP: in symbexec()
H A Dlvm.c666 case OP_FORPREP: { in luaV_execute()
H A Dlparser.c1053 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h214 OP_FORPREP,/* A sBx R(A)-=R(A+2); pc+=sBx */ enumerator
H A Dlvm.c842 vmcase(OP_FORPREP, in luaV_execute()
H A Dlparser.c1294 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()