Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
Dldebug.c423 case OP_LOADK: in getobjname()
425 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
Dluac.c316 case OP_LOADK: in PrintCode()
Dlcode.c252 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
Dlvm.c560 vmcase(OP_LOADK, in luaV_execute()