Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h232 OP_MODK,/* A B C R[A] := R[B] % K[C]:number */ enumerator
H A Dluac.c452 case OP_MODK: in PrintCode()
H A Dlvm.c1416 vmcase(OP_MODK) { in luaV_execute()