Home
last modified time | relevance | path

Searched refs:OP_MULK (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlopcodes.h231 OP_MULK,/* A B C R[A] := R[B] * K[C]:number */ enumerator
H A Dluac.c448 case OP_MULK: in PrintCode()
H A Dlvm.c1412 vmcase(OP_MULK) { in luaV_execute()