Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h193 OP_UNM,/* A B R(A) := -R(B) */ enumerator
H A Dlcode.c735 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()
777 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.c484 case OP_UNM: tm = TM_UNM; break; in getfuncname()
/freebsd/contrib/lua/src/
H A Dlopcodes.h262 OP_UNM,/* A B R[A] := -R[B] */ enumerator
H A Dluac.c536 case OP_UNM: in PrintCode()
H A Dldebug.c618 case OP_UNM: tm = TM_UNM; break; in funcnamefromcode()
H A Dlvm.c823 case OP_UNM: case OP_BNOT: case OP_LEN: in luaV_finishOp()
1546 vmcase(OP_UNM) { in luaV_execute()
H A Dlcode.c1377 cast_int(OP_UNM)); in unopr2op()