Searched refs:OP_POW (Results 1 – 7 of 7) sorted by relevance
176 OP_POW,/* A B C R(A) := RK(B) ^ RK(C) */ enumerator
127 case OP_POW: in PrintCode()
642 case OP_POW: r = luai_numpow(v1, v2); break; in constfolding()772 case OPR_POW: codearith(fs, OP_POW, e1, e2); break; in luaK_posfix()
494 case OP_POW: { in luaV_execute()
193 OP_POW,/* A B C R(A) := RK(B) ^ RK(C) */ enumerator
484 case OP_POW: tm = TM_POW; break; in getfuncname()
491 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()696 vmcase(OP_POW, in luaV_execute()