Searched refs:OP_BXOR (Results 1 – 4 of 4) sorted by relevance
198 OP_BXOR,/* A B C R(A) := RK(B) ~ RK(C) */ enumerator
357 case OP_BXOR: in PrintCode()
663 case OP_BAND: case OP_BOR: case OP_BXOR: case OP_SHL: case OP_SHR: in luaV_finishOp()961 vmcase(OP_BXOR) { in luaV_execute()
518 case OP_BOR: case OP_BXOR: case OP_SHL: case OP_SHR: { in funcnamefromcode()