Searched refs:OP_LOADK (Results 1 – 5 of 5) sorted by relevance
170 OP_LOADK,/* A Bx R(A) := Kst(Bx) */ enumerator
423 case OP_LOADK: in getobjname()425 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
316 case OP_LOADK: in PrintCode()
252 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
560 vmcase(OP_LOADK, in luaV_execute()