Searched refs:OP_LOADK (Results 1 – 5 of 5) sorted by relevance
208 OP_LOADK,/* A Bx R[A] := K[Bx] */ enumerator
571 case OP_LOADK: in getobjname()573 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()
372 case OP_LOADK: in PrintCode()
459 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
1287 vmcase(OP_LOADK) {