Home
last modified time | relevance | path

Searched refs:OP_ADD (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dmips_opcode.h292 #define OP_ADD 040 macro
301 #define OP_F_ADD OP_ADD
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h171 OP_ADD,/* A B C R(A) := RK(B) + RK(C) */ enumerator
H A Dprint.c123 case OP_ADD: in PrintCode()
H A Dlcode.c633 case OP_ADD: r = luai_numadd(v1, v2); break; in constfolding()
767 case OPR_ADD: codearith(fs, OP_ADD, e1, e2); break; in luaK_posfix()
H A Dlvm.c474 case OP_ADD: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h188 OP_ADD,/* A B C R(A) := RK(B) + RK(C) */ enumerator
H A Dlcode.c721 r = luaO_arith(op - OP_ADD + LUA_OPADD, e1->u.nval, e2->u.nval); in constfolding()
849 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix()
H A Dldebug.c479 case OP_ADD: tm = TM_ADD; break; in getfuncname()
H A Dlvm.c490 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
678 vmcase(OP_ADD, in luaV_execute()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c108 #define OP_ADD 1 macro
234 if (op == OP_ADD && num != 0) in store_tei_result()
310 if (op == OP_ADD && count == 1 && in find_ref_table()
421 ta_buf_m = malloc((op == OP_ADD) ? sz * 2 : sz, M_TEMP, in prepare_batch_buffer()
428 error = (op == OP_ADD) ? in prepare_batch_buffer()
575 error = find_ref_table(ch, ti, tei, count, OP_ADD, &tc); in add_table_entry()
598 error = prepare_batch_buffer(ch, ta, tei, count, OP_ADD, &ta_buf_m); in add_table_entry()
664 store_tei_result(ptei, OP_ADD, error, num); in add_table_entry()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c4526 enum { OP_ADD, /* add rule */ enumerator
4529 addrem = OP_ADD;
4597 addrem = OP_ADD; /* Add rule */
4635 if (addrem == OP_ADD) {
4699 if (addrem == OP_ADD) {