Searched refs:OP_LOADK (Results 1 – 5 of 5) sorted by relevance
203 OP_LOADK,/* A Bx R[A] := K[Bx] */ enumerator
570 case OP_LOADK: in getobjname()572 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
367 case OP_LOADK: in PrintCode()
461 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
1172 vmcase(OP_LOADK) { in luaV_execute()