Home
last modified time | relevance | path

Searched refs:OP_SUB (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dmips_opcode.h294 #define OP_SUB 042 macro
303 #define OP_F_SUB OP_SUB
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h172 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator
H A Dprint.c124 case OP_SUB: in PrintCode()
H A Dlcode.c634 case OP_SUB: r = luai_numsub(v1, v2); break; in constfolding()
768 case OPR_SUB: codearith(fs, OP_SUB, e1, e2); break; in luaK_posfix()
H A Dlvm.c478 case OP_SUB: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h189 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator
H A Dldebug.c480 case OP_SUB: tm = TM_SUB; break; in getfuncname()
H A Dlvm.c490 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
681 vmcase(OP_SUB, in luaV_execute()