Searched refs:t3 (Results 1 - 16 of 16) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp55 sc_time t3 = sc_time::from_value( v ); local
56 cout << t3 << endl;
186 sc_time t3( 1.2345, SC_NS );
187 t1 = t3;
212 sc_time t3( -1.5432, SC_NS );
213 cout << t3.value() << endl;
214 cout << t3.to_double() << endl;
215 cout << t3 << endl;
216 cout << t3.to_seconds() << endl;
226 sc_time t3( 1.234
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uamt/
H A Damoswap_d.S85 lw t3, (t2) // load the var's value
86 addi t3, t3, 1 // add 1 to the value
87 sw t3, (t2) // store the new value to var
H A Dlrsc_d.S87 lw t3, (t2) // load the var's value
88 addi t3, t3, 1 // add 1 to the value
89 sw t3, (t2) // store the new value to var
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Daccess.S27 la t3, 1f
35 la t3, 1f
36 mv t2, t3
55 bne t2, t3, fail
60 csrw mepc, t3
H A Dillegal.S137 lhu t3, 0(t0)
140 or t3, t3, t4
141 bne t2, t3, fail
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysclone_d.S130 ld t3, (sp) // get child_tls_ptr
131 ld t3, (t3) // get the first value stored in child's TLS
132 bne t1, t3, _fail // child_tid should have been saved in the TLS
H A Dsysfutex2_d.S94 la t3, count_Z
108 ld t4, (t3)
110 sd t4, (t3)
183 la t3, count_Z
192 ld t3, (t3)
194 bne t3, t4, _fail
/gem5/system/alpha/console/
H A Ddbmentry.S54 ldq t3, m5AlphaAccess
55 addq t3,0x70,t3 # *** If offset in console alpha access struct changes
59 addq t3,t4,t3
62 ldq t4, 0(t3)
203 ldl t3, 0(t2)
204 beq t3, test
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp54 t3 = sc_get_current_process_handle();
70 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
108 t3.disable();
115 t3.enable();
129 t3.suspend();
136 t3.resume();
150 t3.reset();
162 t3.disable();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_children/
H A Dliving_children.cpp75 sc_process_handle t3 = sc_spawn(sc_bind(&Top::T3, this)); local
77 sc_assert( t3.valid() );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp54 t3 = sc_get_current_process_handle();
71 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
274 t3.throw_it(ex);
284 sc_assert( t3.valid() );
285 sc_assert( !t3.terminated() );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp61 t3 = sc_get_current_process_handle();
71 sc_process_handle t1, t2, t3; member in struct:M2
244 t3.resume();
251 t3.sync_reset_on();
361 t3.suspend(); // Hack to work around not being able to call suspend during elab
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h162 la t3, n_worker_threads variable
202 amoadd.d zero, t4, (t3)
/gem5/system/alpha/h/
H A DfromHudsonOsf.h365 #define t3 $4 macro
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc1010 ::std::tr1::tuple<bool, int, int> t3(false, 2, 3);
1011 EXPECT_EQ("(false, 2, 3)", Print(t3));
1069 ::std::tuple<bool, int, int> t3(false, 2, 3);
1070 EXPECT_EQ("(false, 2, 3)", Print(t3));
/gem5/src/arch/arm/
H A Dmiscregs_types.hh229 Bitfield<3> t3; member in namespace:ArmISA

Completed in 32 milliseconds