Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h193 OP_UNM,/* A B R(A) := -R(B) */ enumerator
H A Dlcode.c733 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()
775 codearith(fs, OP_UNM, e, &e2, line); in luaK_prefix()
H A Dlvm.c490 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()
698 vmcase(OP_UNM, in luaV_execute()
H A Dldebug.c485 case OP_UNM: tm = TM_UNM; break; in getfuncname()