Searched refs:t4 (Results 1 - 13 of 13) sorted by relevance

/gem5/tests/jenkins/
H A Dpresubmit.sh49 ./main.py run -j4 -t4
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysclone_d.S135 ld t4, (sp) // get child_stack_ptr
137 add t4, t4, t5 // get the high address of child's stack
138 ld t4, -8(t4) // get the first value stored in child's stack
139 bne t1, t4, _fail // child_tid should have been saved in the stack
H A Dsysfutex2_d.S108 ld t4, (t3)
109 addi t4, t4, 1
110 sd t4, (t3)
184 la t4, futex_Z
193 ld t4, (t4)
194 bne t3, t4, _fail
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp59 sc_time t4 = sc_time::from_value( v ); local
60 cout << t4 << endl;
190 sc_time t4( -1.5432, SC_NS );
191 t1 = t4;
227 sc_time t4( 1.2341, SC_NS );
237 cout << ( t3 == t4 ) << endl;
238 cout << ( t3 != t4 ) << endl;
239 cout << ( t3 < t4 ) << endl;
240 cout << ( t3 <= t4 ) << endl;
241 cout << ( t3 > t4 ) << end
[all...]
/gem5/system/alpha/console/
H A Ddbmentry.S57 bis zero,8,t4
58 mulq t4,v0,t4
59 addq t3,t4,t3
62 ldq t4, 0(t3)
63 beq t4, cpuwait
64 bis t4,t4,sp
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp57 t4 = sc_get_current_process_handle();
70 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
109 t4.disable();
116 t4.enable();
130 t4.suspend();
137 t4.resume();
163 t4.disable();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp57 t4 = sc_get_current_process_handle();
71 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
109 t4.throw_it(ex); // Throw exception in method process
110 sc_assert( t4.valid() );
111 sc_assert( !t4.terminated() );
292 t4.throw_it(ex); // Method process throws exception to itself
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dillegal.S138 lhu t4, 2(t0)
139 slli t4, t4, 16
140 or t3, t3, t4
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp51 t4 = sc_get_current_process_handle();
61 sc_process_handle t1, ch2, ch3, t4, ch5, ch6, t7, ch8, ch9; member in struct:Top
109 t4.reset(SC_INCLUDE_DESCENDANTS);
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h201 addi t4, zero, 1
202 amoadd.d zero, t4, (t3) variable
/gem5/system/alpha/h/
H A DfromHudsonOsf.h366 #define t4 $5 macro
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc1013 ::std::tr1::tuple<bool, int, int, int> t4(false, 2, 3, 4);
1014 EXPECT_EQ("(false, 2, 3, 4)", Print(t4));
1072 ::std::tuple<bool, int, int, int> t4(false, 2, 3, 4);
1073 EXPECT_EQ("(false, 2, 3, 4)", Print(t4));
/gem5/src/arch/arm/
H A Dmiscregs_types.hh228 Bitfield<4> t4; member in namespace:ArmISA

Completed in 29 milliseconds