Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h235 OP_IDIVK,/* A B C R[A] := R[B] // K[C]:number */ enumerator
H A Dluac.c464 case OP_IDIVK: in PrintCode()
H A Dlvm.c1429 vmcase(OP_IDIVK) { in luaV_execute()