Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h234 OP_DIVK,/* A B C R[A] := R[B] / K[C]:number */ enumerator
H A Dluac.c460 case OP_DIVK: in PrintCode()
H A Dlvm.c1425 vmcase(OP_DIVK) { in luaV_execute()