Searched refs:std (Results 326 - 350 of 1914) sorted by relevance

<<11121314151617181920>>

/gem5/src/doxygen/
H A Dstl.hh37 namespace std { namespace
/gem5/src/kern/
H A Dsystem_events.hh41 SkipFuncEvent(PCEventQueue *q, const std::string &desc, Addr addr)
H A Dkernel_stats.cc39 using namespace std;
/gem5/ext/dsent/libutil/
H A DMathUtil.h36 return (std::fabs(value1_ - value2_) < epsilon);
/gem5/src/arch/alpha/
H A Didle_event.hh41 IdleStartEvent(PCEventQueue *q, const std::string &desc, Addr addr)
/gem5/src/arch/mips/
H A Didle_event.hh41 IdleStartEvent(PCEventQueue *q, const std::string &desc, Addr addr)
H A Dvtophys.cc43 using namespace std;
/gem5/src/arch/power/
H A Dvtophys.cc33 using namespace std;
/gem5/src/arch/x86/linux/
H A Dsystem.hh53 std::string commandLine;
/gem5/src/arch/x86/regs/
H A Dmsr.hh42 typedef std::unordered_map<Addr, MiscRegIndex> MsrMap;
/gem5/src/cpu/simple/probes/
H A Dsimpoint.hh61 typedef std::pair<Addr, Addr> BasicBlockRange;
64 namespace std { namespace
90 void profile(const std::pair<SimpleThread*, StaticInstPtr>&);
114 std::unordered_map<BasicBlockRange, BBInfo> bbMap;
/gem5/src/arch/hsail/insts/
H A Dgpu_static_inst.cc43 const std::string &opcode)
/gem5/src/arch/riscv/
H A Didle_event.hh41 IdleStartEvent(PCEventQueue *q, const std::string &desc, Addr addr)
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.h56 return std::isnan(f) && (bits(f)&0x0008000000000000ULL) != 0;
62 return std::isnan(f) && (bits(f)&0x0008000000000000ULL) == 0;
68 double fd = std::numeric_limits<double>::signaling_NaN();
78 double mem = std::numeric_limits<double>::signaling_NaN();
86 double fd = std::numeric_limits<double>::signaling_NaN();
94 double fd = std::numeric_limits<double>::signaling_NaN();
102 double fd = std::numeric_limits<double>::signaling_NaN();
110 double fd = std::numeric_limits<double>::signaling_NaN();
118 double fd = std::numeric_limits<double>::signaling_NaN();
126 double fd = std
[all...]
/gem5/src/arch/x86/insts/
H A Dmicroldstop.cc47 std::string LdStOp::generateDisassembly(Addr pc,
50 std::stringstream response;
63 std::string LdStSplitOp::generateDisassembly(Addr pc,
66 std::stringstream response;
H A Dmicromediaop.cc39 std::string MediaOpReg::generateDisassembly(Addr pc,
42 std::stringstream response;
53 std::string MediaOpImm::generateDisassembly(Addr pc,
56 std::stringstream response;
/gem5/src/cpu/o3/
H A Dfree_list.cc39 UnifiedFreeList::UnifiedFreeList(const std::string &_my_name,
H A Dscoreboard.hh57 const std::string _name;
61 std::vector<bool> regScoreBoard;
71 Scoreboard(const std::string &_my_name,
78 std::string name() const { return _name; };
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_semaphore.cpp49 std::sprintf( msg, "%s: semaphore '%s'", add_msg, name() );
51 std::sprintf( msg, "semaphore '%s'", name() );
61 m_free( (std::string(SC_KERNEL_EVENT_PREFIX)+"_free_event").c_str() ),
71 m_free( (std::string(SC_KERNEL_EVENT_PREFIX)+"_free_event").c_str() ),
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.cpp36 using namespace std;
49 if (0) std::cout << "sc_cor_pthread.cpp(" << __LINE__ << ") "
77 DEBUGF << this << ": sc_cor_pthread::sc_cor_pthread()" << std::endl;
87 DEBUGF << this << ": sc_cor_pthread::~sc_cor_pthread()" << std::endl;
102 DEBUGF << p << ": sc_cor_pthread::invoke_module_method()" << std::endl;
126 << active_cor_p << std::endl;
154 DEBUGF << &main_cor << ": is main co-routine" << std::endl;
173 sc_cor_pkg_pthread::create( std::size_t stack_size, sc_cor_fn* fn, void* arg )
177 << cor_p << ")" << std::endl;
214 << cor_p << std
[all...]
/gem5/src/arch/power/insts/
H A Dbranch.cc38 const std::string &
48 new std::string(generateDisassembly(pc, symtab));
62 std::string
65 std::stringstream ss;
71 std::string str;
86 std::string
89 std::stringstream ss;
93 std::string str;
108 std::string
111 std
[all...]
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc44 using namespace std;
117 std::cout << "Number of ACTs: " << std::accumulate(test.counters.numberofactsBanks.begin(),
120 std::cout << "Number of RDs: " << std::accumulate(test.counters.numberofreadsBanks.begin(),
123 std::cout << "Number of PREs: " << std::accumulate(test.counters.numberofpresBanks.begin(),
129 std::cout << "ACT Cmd Energy: " << test.getEnergy().act_energy << " pJ" << endl;
130 std::cout << "PRE Cmd Energy: " << test.getEnergy().pre_energy << " pJ" << endl;
131 std
[all...]
/gem5/src/arch/sparc/insts/
H A Dunimp.hh66 return std::make_shared<GenericISA::M5PanicFault>(
71 std::string
103 return std::make_shared<GenericISA::M5WarnFault>(
110 std::string
/gem5/src/dev/
H A Dplatform.cc38 using namespace std;
/gem5/src/learning_gem5/part2/
H A Dhello_object.hh55 const std::string myName;

Completed in 19 milliseconds

<<11121314151617181920>>