Searched refs:t2 (Results 1 - 25 of 47) sorted by relevance

12

/gem5/src/systemc/tests/systemc/communication/sc_clock/test03/
H A Dtest03.cpp48 sc_time t2( 2, SC_NS );
50 sc_clock c1( "c1", t1, 0.1, t2 );
54 sc_clock c2( "c2", t1, 0.1, t2, false );
/gem5/src/systemc/tests/systemc/communication/sc_clock/test04/
H A Dtest04.cpp48 sc_time t2( 2, SC_NS );
50 sc_clock c1( "c1", t1, 0.1, t2 );
56 sc_start(t2);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Daccess.S19 la t2, fail
21 xor t0, t0, t2
28 li t2, 0
29 jalr t2, t0
36 mv t2, t3
37 lb t2, (t0)
55 bne t2, t3, fail
57 csrr t2, mcause
58 bne t2, t1, fail
H A Dillegal.S29 csrr t2, mstatus
30 and t2, t2, t0
31 bne t1, t2, pass
135 csrr t2, mbadaddr
136 beqz t2, 1f
141 bne t2, t3, fail
H A Dma_addr.S30 la t2, 1f; \
33 li t2, res; \
34 bne t1, t2, fail; \
65 la t2, 1f; \
107 csrw mepc, t2
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysfutex_d.S105 ld t2, (t1)
106 addi t2, t2, 1
107 sd t2, (t1)
142 ld t2, (t1)
143 addi t2, t2, 1
144 sd t2, (t1)
171 li t2, LOOP_COUNT
174 bne t0, t2, _fai
[all...]
H A Dsysfutex2_d.S116 ld t2, (t1)
117 addi t2, t2, 1
118 sd t2, (t1)
153 ld t2, (t1)
154 addi t2, t2, 1
155 sd t2, (t1)
182 li t2, LOOP_COUNT
187 bne t0, t2, _fai
[all...]
H A Dsysclone_d.S126 ld t2, (sp) // get child_thread_id
127 bnez t2, _fail // this child_thread_id should have been cleared
/gem5/src/systemc/tests/systemc/communication/sc_clock/test02/
H A Dtest02.cpp48 sc_time t2( 2, SC_NS );
51 sc_clock c1( "c1", t1, 0.1, t2 );
52 cout << "m_cur_val for c1( \"c1\", t1, 0.1, t2 ) is: ";
56 sc_clock c2( "c2", t1, 0.1, t2, false );
57 cout << "m_cur_val for c2( \"c2\", t1, 0.1, t2, false ) is: ";
63 cout << "m_cur_val for c3( \"c3\", t1, 0.1, t2 ) is: ";
68 cout << "m_cur_val for c4( \"c4\", t1, 0.1, t2, false ) is: ";
73 cout << "m_cur_val for c5( \"c5\", t1, 0.1, t2 ) is: ";
78 cout << "m_cur_val for c6( \"c6\", t1, 0.1, t2, false ) is: ";
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp51 sc_time t2 = sc_time::from_value( v ); local
52 cout << t2 << endl;
182 sc_time t2; local
183 t1 = t2;
206 sc_time t2( 1.2345, SC_US );
207 cout << t2.value() << endl;
208 cout << t2.to_double() << endl;
209 cout << t2 << endl;
210 cout << t2.to_seconds() << endl;
225 sc_time t2(
[all...]
/gem5/src/systemc/tests/systemc/bugs/bug_147853/
H A Dbug_147853.cpp27 Test t2("t2");
30 t2.clk(clk);
/gem5/src/cpu/
H A Dthread_context.cc66 RegVal t2 = two->readIntReg(i); local
67 if (t1 != t2)
69 i, t1, t2);
75 RegVal t2 = two->readFloatReg(i); local
76 if (t1 != t2)
78 i, t1, t2);
85 const TheISA::VecRegContainer& t2 = two->readVecReg(rid); local
86 if (t1 != t2)
88 i, t1, t2);
95 const TheISA::VecPredRegContainer& t2 local
103 RegVal t2 = two->readMiscRegNoEffect(i); local
112 RegVal t2 = two->readCCReg(i); local
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Dtest.S18 lr.w t2, 0(a0)
/gem5/util/ccdrv/
H A Ddevtime.c62 uint32_t t1, t2; local
81 t2 = cycleCounter(trash);
82 times[num++] = t2 - t1;
83 t1 = t2;
117 t2 = cycleCounter(trash);
118 times[num++] = t2 - t1;
119 t1 = t2;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.cpp38 const sc_time* t2 = static_cast<const sc_time*>( p2 ); local
40 if( *t1 < *t2 ) {
42 } else if( *t1 > *t2 ) {
/gem5/src/systemc/tests/systemc/communication/sc_clock/test01/
H A Dtest01.cpp52 sc_time t2( 2, SC_NS );
64 sc_clock c5( "c5", t1, 0.1, t2 );
66 sc_clock c6( "c6", t1, 0.1, t2, false );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uamt/
H A Damoswap_d.S78 la t2, var // load the var's address
85 lw t3, (t2) // load the var's value
87 sw t3, (t2) // store the new value to var
H A Dlrsc_d.S78 la t2, var // load the var's address
87 lw t3, (t2) // load the var's value
89 sw t3, (t2) // store the new value to var
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp101 sc_event t1, t2, m1, m2; local
109 sensitive << t2; local
140 dump_cached_report("t2");
173 uut.t2.notify();
187 uut.t2.notify();
201 uut.t2.notify();
210 uut.t2.notify();
220 uut.t2.notify();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h262 operator + ( const sc_time& t1, const sc_time& t2 )
264 return sc_time( t1 ) += t2;
269 operator - ( const sc_time& t1, const sc_time& t2 )
271 return sc_time( t1 ) -= t2;
329 operator / ( const sc_time& t1, const sc_time& t2 )
331 return ( t1.to_double() / t2.to_double() );
336 operator % ( const sc_time& t1, const sc_time& t2 )
339 return tmp %= t2;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test09/
H A Dtest09.cpp96 sc_time t2(10, SC_NS);
97 next_trigger(t2, write_event_1 | write_event_2);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dscall.S65 la t2, do_scall
67 bne t0, t2, fail
H A Ddirty.S30 li t2, 1
31 sw t2, dummy - DRAM_BASE, a0
43 sw t2, dummy - DRAM_BASE, a0
47 bne t0, t2, die
/gem5/ext/dsent/model/electrical/
H A DTestModel.cc202 ElectricalTimingTree* t2 = new ElectricalTimingTree("Mux", this); local
203 t2->performTimingOpt(getNet("In1", makeNetIndex(0)), 500e-12);
204 delete t2;
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt.h123 ld t2, (t0) variable
124 bne t1, t2, 1b variable

Completed in 23 milliseconds

12