Searched defs:t1 (Results 1 - 25 of 27) sorted by relevance

12

/gem5/src/systemc/tests/systemc/kernel/sc_time/test08/
H A Dtest08.cpp47 cout << t1; local
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.cpp37 const sc_time* t1 = static_cast<const sc_time*>( p1 ); local
/gem5/util/ccdrv/
H A Ddevtime.c62 uint32_t t1, t2; local
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_children/
H A Dliving_children.cpp48 sc_process_handle t1, t2a, t2b; member in struct:Top
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp101 sc_event t1, t2, m1, m2; local
105 sensitive << t1; local
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp47 sc_time t1; local
80 sc_time t1; local
180 sc_time t1; local
200 sc_time t1; local
224 sc_time t1; local
[all...]
/gem5/src/cpu/
H A Dthread_context.cc65 RegVal t1 = one->readIntReg(i); local
74 RegVal t1 = one->readFloatReg(i); local
84 const TheISA::VecRegContainer& t1 = one->readVecReg(rid); local
94 const TheISA::VecPredRegContainer& t1 local
102 RegVal t1 = one->readMiscRegNoEffect(i); local
111 RegVal t1 = one->readCCReg(i); local
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt.h121 li t1, NUM_THREADS variable
124 bne t1, t2, 1b variable
H A Dtest_macros_mt_ecall.h168 mv t1, a0 variable
183 add a1, t1, s2 // pointer to the high address of the new stack variable
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h262 operator + ( const sc_time& t1, const sc_time& t2 ) argument
269 operator - ( const sc_time& t1, const sc_time& t2 ) argument
329 operator / ( const sc_time& t1, const sc_time& t2 ) argument
336 operator % ( const sc_time& t1, const sc_time& t2 ) argument
H A Dsc_simcontext.cpp259 const sc_time& t1 = et1->notify_time(); local
/gem5/src/systemc/core/
H A Dsc_time.cc280 operator / (const sc_time &t1, const sc_time &t2) argument
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp61 sc_process_handle t1, ch2, ch3, t4, ch5, ch6, t7, ch8, ch9; member in struct:Top
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp68 sc_process_handle t1, t2; local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp70 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp71 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
[all...]
/gem5/src/arch/arm/insts/
H A Dcrypto.cc229 uint8_t t1 = input[row0] ^ input[row1] ^ local
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h170 const std::type_index *t1 = nullptr, *t2 = nullptr; local
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp71 sc_process_handle t1, t2, t3; member in struct:M2
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc1265 bool AllOf(const T1& t1, const T2& t2) { return true; } argument
1273 AnyOf(const T1& t1, const T2& t2) { return true; } argument
H A Dgmock-generated-actions_test.cc742 arg0_type t1 = arg0; local
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc975 ThreadLocal<int> t1; local
/gem5/system/alpha/h/
H A DfromHudsonOsf.h363 #define t1 $2 macro
/gem5/ext/mcpat/
H A DxmlParser.cc115 inline int mmin( const int t1, const int t2 ) { argument
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh240 inline bool isTypes(TxDesc *d, uint8_t t1, uint8_t t2) { return isType(d, t1) || isType(d, t2); } argument

Completed in 75 milliseconds

12