Home
last modified time | relevance | path

Searched refs:OP_BAND (Results 1 – 4 of 4) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlopcodes.h198 OP_BAND,/* A B C R(A) := RK(B) & RK(C) */ enumerator
H A Dldebug.c498 case OP_POW: case OP_DIV: case OP_IDIV: case OP_BAND: in getfuncname()
500 case OP_IDIV: case OP_BAND: in getfuncname()
H A Dluac.c356 case OP_BAND: in PrintCode()
H A Dlvm.c669 case OP_BAND: case OP_BOR: case OP_BXOR: case OP_SHL: case OP_SHR:
948 vmcase(OP_BAND) {