Searched refs:OP_ADD (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | mips_opcode.h | 292 #define OP_ADD 040 macro 301 #define OP_F_ADD OP_ADD
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 171 OP_ADD,/* A B C R(A) := RK(B) + RK(C) */ enumerator
|
| H A D | print.c | 123 case OP_ADD: in PrintCode()
|
| H A D | lcode.c | 633 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 D | lvm.c | 474 case OP_ADD: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 188 OP_ADD,/* A B C R(A) := RK(B) + RK(C) */ enumerator
|
| H A D | lcode.c | 721 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 D | ldebug.c | 479 case OP_ADD: tm = TM_ADD; break; in getfuncname()
|
| H A D | lvm.c | 490 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 D | ip_fw_table.c | 108 #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 D | fil.c | 4526 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) {
|