Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h239 OP_BXORK,/* A B C R[A] := R[B] ~ K[C]:integer */ enumerator
H A Dluac.c476 case OP_BXORK: in PrintCode()
H A Dlvm.c1443 vmcase(OP_BXORK) { in luaV_execute()