Searched refs:OP_IDIV (Results 1 – 3 of 3) sorted by relevance
250 OP_IDIV,/* A B C R[A] := R[B] // R[C] */ enumerator
504 case OP_IDIV: in PrintCode()
1491 vmcase(OP_IDIV) { /* floor division */ in luaV_execute()