Searched refs:t5 (Results 1 - 9 of 9) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/env/pt/
H A Driscv_test.h25 slli t5, t5, 1; \
26 srli t5, t5, 1; \
27 add t5, t5, -IRQ_M_TIMER; \
28 bnez t5, other_exception; /* other interrups shouldn't happen */\
29 csrr t5, mtime; \
30 addi t5, t5, TIMER_INTERVA
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h120 csrr t5, mcause; \
122 beq t5, t6, write_tohost; \
124 beq t5, t6, write_tohost; \
126 beq t5, t6, write_tohost; \
128 la t5, mtvec_handler; \
129 beqz t5, 1f; \
130 jr t5; \
132 1: csrr t5, mcause; \
133 bgez t5, handle_exception; \
141 sw TESTNUM, tohost, t5; \
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp63 sc_time t5 = sc_time::from_value( v ); local
64 cout << t5 << endl;
171 sc_time t5( t4c );
172 cout << t5 << endl;
228 sc_time t5( -1.5432, SC_NS );
244 cout << ( t1 == t5 ) << endl;
245 cout << ( t1 != t5 ) << endl;
246 cout << ( t1 < t5 ) << endl;
247 cout << ( t1 <= t5 ) << endl;
248 cout << ( t1 > t5 ) << end
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp60 t5 = sc_get_current_process_handle();
61 t5.disable();
70 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
167 t5.enable();
178 t5.reset(); // On reset, dynamic sensit is cleared, then target is called again
193 t5.disable(); // Disabling a process waiting on a time-out
202 t5.reset();
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysclone_d.S136 li t5, MEM_SIZE
137 add t4, t4, t5 // get the high address of child's stack
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp62 t5 = sc_get_current_process_handle();
63 t5.disable();
71 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
179 t5.enable();
196 t5.throw_it(ex);
204 t5.throw_it(ex);
/gem5/system/alpha/h/
H A DfromHudsonOsf.h367 #define t5 $6 macro
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc1016 ::std::tr1::tuple<bool, int, int, int, bool> t5(false, 2, 3, 4, true);
1017 EXPECT_EQ("(false, 2, 3, 4, true)", Print(t5));
1075 ::std::tuple<bool, int, int, int, bool> t5(false, 2, 3, 4, true);
1076 EXPECT_EQ("(false, 2, 3, 4, true)", Print(t5));
/gem5/src/arch/arm/
H A Dmiscregs_types.hh227 Bitfield<5> t5; member in namespace:ArmISA

Completed in 27 milliseconds