Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h254 OP_BXOR,/* A B C R[A] := R[B] ~ R[C] */ enumerator
H A Dluac.c513 case OP_BXOR: in PrintCode()
H A Dlvm.c1504 vmcase(OP_BXOR) { in luaV_execute()