Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h250 OP_IDIV,/* A B C R[A] := R[B] // R[C] */ enumerator
H A Dluac.c504 case OP_IDIV: in PrintCode()
H A Dlvm.c1491 vmcase(OP_IDIV) { /* floor division */ in luaV_execute()