Searched refs:OP_UNM (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 177 OP_UNM,/* A B R(A) := -R(B) */ enumerator
|
| H A D | lcode.c | 643 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 D | lvm.c | 498 case OP_UNM: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 194 OP_UNM,/* A B R(A) := -R(B) */ enumerator
|
| H A D | lcode.c | 732 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 D | ldebug.c | 485 case OP_UNM: tm = TM_UNM; break; in getfuncname()
|
| H A D | lvm.c | 491 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp() 699 vmcase(OP_UNM, in luaV_execute()
|