Searched refs:add (Results 1 - 25 of 110) sorted by relevance

12345

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dadd.S4 # add.S
7 # Test add instruction.
20 TEST_RR_OP( 2, add, 0x00000000, 0x00000000, 0x00000000 );
21 TEST_RR_OP( 3, add, 0x00000002, 0x00000001, 0x00000001 );
22 TEST_RR_OP( 4, add, 0x0000000a, 0x00000003, 0x00000007 );
24 TEST_RR_OP( 5, add, 0xffffffffffff8000, 0x0000000000000000, 0xffffffffffff8000 );
25 TEST_RR_OP( 6, add, 0xffffffff80000000, 0xffffffff80000000, 0x00000000 );
26 TEST_RR_OP( 7, add, 0xffffffff7fff8000, 0xffffffff80000000, 0xffffffffffff8000 );
28 TEST_RR_OP( 8, add, 0x0000000000007fff, 0x0000000000000000, 0x0000000000007fff );
29 TEST_RR_OP( 9, add,
[all...]
/gem5/ext/pybind11/tests/test_cmake_build/
H A Dtest.py4 assert test_cmake_build.add(1, 2) == 3
/gem5/ext/systemc/src/sysc/qt/md/
H A Dmips-irix5.s76 add $2, $sp,$0 /* $2 <= old sp to pass to func@$4. */
78 add $sp, $7,$0 /* $sp <= new sp. */
80 add $25, $4,$0 /* Set helper function procedure value. */
82 add $4, $2,$0 /* $a0 <= pass old sp as a parameter. */
95 add $sp,$sp,40 /* Deallocate reg save space. */
106 add $4, $16,$0 /* Load up user function pu. */
107 add $5, $17,$0 /* ... user function pt. */
108 add $6, $18,$0 /* ... user function userf. */
109 add $25, $19,$0 /* Set `only' procedure value. */
144 add
[all...]
H A Dmips.s65 add $2, $sp,$0 /* $2 <= old sp to pass to func@$4. */
67 add $sp, $7,$0 /* $sp <= new sp. */
70 add $4, $2,$0 /* $a0 <= pass old sp as a parameter. */
83 add $sp,$sp,40 /* Deallocate reg save space. */
94 add $4, $16,$0 /* Load up user function pu. */
95 add $5, $17,$0 /* ... user function pt. */
96 add $6, $18,$0 /* ... user function userf. */
130 add $sp, $sp,56
148 add $4, $17,$0 /* `pt' is arg0 to `startup'. */
151 add
[all...]
H A Dm88k_b.s59 add r0, r3,r4
61 add r3, r4,r5
62 add r4, r5,r6
63 add r5, r6,r7
64 add r8, r9,r0
65 add r0, r3,r4
66 add r3, r4,r5
67 add r4, r5,r6
68 add r5, r6,r7
69 add r
[all...]
H A Dmips_b.s27 add $6, $31,0
43 add $6, $31,0
59 add $5, $0,$4
60 add $6, $0,$4
61 add $7, $0,$4
62 add $8, $0,$4
H A Dsparc_b.s26 add %o7,%g0, %o3
42 add %o3,%g0, %o7
49 add %o7,%g0, %o3
60 add %o3,%g0, %o7
66 add %o0,%g0,%o1
67 add %o0,%g0,%o2
68 add %o0,%g0,%o3
69 add %o0,%g0,%o4
H A Dsparc.s96 add %sp, 104, %sp /* Deallocate kwsa, ret pc area. */
127 add %sp, 32, %sp /* Use 7-word space in varargs. */
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Dadder_sub.cpp43 int add(int a, int b) function
62 sum = add(a, b);
63 sum = add(sum, c);
/gem5/src/base/
H A Dcallback.hh107 add(Callback *callback) function in class:CallbackQueue
114 add(T *obj) function in class:CallbackQueue
116 add(new MakeCallback<T, F>(obj, true));
121 add(T &obj) function in class:CallbackQueue
123 add(new MakeCallback<T, F>(&obj, true));
H A Dmatch.hh50 void add(const ObjectMatch &other);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.1/
H A Dtestbench.cpp47 int add(int a, int b) function
56 sum = add(a, b);
57 sum = add(sum, c);
/gem5/src/mem/ruby/profiler/
H A DStoreTrace.cc138 m_store_first_to_stolen.add(current - m_first_store);
139 m_store_count.add(m_stores_this_interval);
140 m_store_last_to_stolen.add(current - m_last_store);
141 m_store_first_to_last.add(m_last_store - m_first_store);
146 s_store_first_to_stolen_ptr->add(current - m_first_store);
147 s_store_count_ptr->add(m_stores_this_interval);
148 s_store_last_to_stolen_ptr->add(current - m_last_store);
149 s_store_first_to_last_ptr->add(m_last_store - m_first_store);
H A DProfiler.cc364 delayHistogram.add(ctr->getDelayHist());
367 delayVCHistogram[i]->add(ctr->getDelayVCHist(i));
380 m_outstandReqHistSeqr.add(seq->getOutstandReqHist());
385 m_outstandReqHistCoalsr.add(coal->getOutstandReqHist());
399 // add all the latencies
400 m_latencyHistSeqr.add(seq->getLatencyHist());
401 m_hitLatencyHistSeqr.add(seq->getHitLatencyHist());
402 m_missLatencyHistSeqr.add(seq->getMissLatencyHist());
404 // add the per request type latencies
407 ->add(se
[all...]
H A DAddressProfiler.cc114 all_records.add(record->getTotal());
115 all_records_log.add(record->getTotal());
123 all_records.add(record->getTotal());
124 remaining_records.add(record->getTotal());
125 all_records_log.add(record->getTotal());
126 remaining_records_log.add(record->getTotal());
258 m_getx_sharing_histogram.add(num_indirections);
275 m_gets_sharing_histogram.add(num_indirections);
322 m_retryProfileHisto.add(count);
324 m_retryProfileHistoRead.add(coun
[all...]
H A DAccessTraceForAddress.cc66 m_touched_by.add(cpu);
75 // ERROR_MSG("Trying to add invalid access to trace");
104 m_histogram_ptr->add(value);
/gem5/ext/systemc/src/sysc/qt/time/
H A Dprim37 add = times[m "_" test_addreg];
39 printf ("%s|%1.3f|%1.3f|%1.3f|%1.3f\n", m, ind, imm, add, load);
/gem5/src/systemc/tests/systemc/misc/stars/star113623/
H A Dtest.cpp58 void add() { function
64 SC_CTHREAD(add, clk.pos());
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfmadd.S7 # Test f[n]m{add|sub}.s and f[n]m{add|sub}.d instructions.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Dlrsc.S38 add a1, a0, 1024; \
45 # have each core add its coreid+1 to foo 1024 times
50 add a4, a4, a2 label
53 add a1, a1, -1 label
/gem5/src/mem/ruby/common/
H A DHistogram.hh43 void add(int64_t value);
44 void add(Histogram& hist);
H A DHistogram.cc88 Histogram::add(int64_t value) function in class:Histogram
123 Histogram::add(Histogram& hist)
144 add(0);
149 add(1<<(i-1)); // account for the + 1 index
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfmadd.S7 # Test f[n]m{add|sub}.s and f[n]m{add|sub}.d instructions.
/gem5/ext/mcpat/cacti/
H A Dhtree2.h51 double mat_w, double mat_h, int add, int data_in, int search_data_in, int data_out, int search_data_out, int bl, int wl,
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uamt/
H A Damoor_d.S77 add t0, t0, t1

Completed in 21 milliseconds

12345