Home
last modified time | relevance | path

Searched refs:OP_UNM (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h177 OP_UNM,/* A B R(A) := -R(B) */ enumerator
H A Dlcode.c643 case OP_UNM: r = luai_numunm(v1); break; in constfolding()
657 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()
696 codearith(fs, OP_UNM, e, &e2); in luaK_prefix()
H A Dlvm.c498 case OP_UNM: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h194 OP_UNM,/* A B R(A) := -R(B) */ enumerator
H A Dlcode.c732 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()
774 codearith(fs, OP_UNM, e, &e2, line); in luaK_prefix()
H A Dldebug.c485 case OP_UNM: tm = TM_UNM; break; in getfuncname()
H A Dlvm.c491 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()
699 vmcase(OP_UNM, in luaV_execute()