HomeSort by relevance Sort by last modified time
    Searched refs:OP_LOADK (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */
ldebug.c 423 case OP_LOADK:
425 int b = (op == OP_LOADK) ? GETARG_Bx(i)
luac.c 316 case OP_LOADK:
lcode.c 252 return luaK_codeABx(fs, OP_LOADK, reg, k);
lvm.c 560 vmcase(OP_LOADK,
  /external/skia/third_party/lua/src/
lopcodes.h 170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */
ldebug.c 410 case OP_LOADK:
412 int b = (op == OP_LOADK) ? GETARG_Bx(i)
luac.c 316 case OP_LOADK:
lcode.c 252 return luaK_codeABx(fs, OP_LOADK, reg, k);
lvm.c 560 vmcase(OP_LOADK,
  /external/syslinux/com32/lua/src/
lopcodes.h 170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */
ldebug.c 423 case OP_LOADK:
425 int b = (op == OP_LOADK) ? GETARG_Bx(i)
luac.c 316 case OP_LOADK:
lcode.c 252 return luaK_codeABx(fs, OP_LOADK, reg, k);
lvm.c 583 vmcase(OP_LOADK,

Completed in 1234 milliseconds