Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h213 OP_FORPREP,/* A sBx R(A)-=R(A+2); pc+=sBx */ enumerator
Dluac.c355 case OP_FORPREP: in PrintCode()
Dlvm.c778 vmcase(OP_FORPREP, in luaV_execute()
Dlparser.c1290 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()