Searched refs:std (Results 926 - 950 of 1914) sorted by relevance

<<31323334353637383940>>

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.h54 std::cout << "auipc: 0x" << std::hex << std::uppercase << rd <<
55 std::nouppercase << std::dec << std::endl;
167 if (std::is_signed<M>::value) {
174 if (std::is_signed<M>::value) {
181 if (std::is_signed<M>::value) {
/gem5/src/arch/mips/linux/
H A Dsystem.cc60 using namespace std;
/gem5/src/cpu/
H A Dpc_event.cc46 using namespace std;
128 return std::equal_range(pc_map.begin(), pc_map.end(), pc, MapCompare());
131 BreakPCEvent::BreakPCEvent(PCEventQueue *q, const std::string &desc, Addr addr,
163 PanicPCEvent::PanicPCEvent(PCEventQueue *q, const std::string &desc, Addr pc)
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc61 std::string cmdStr;
84 std::stringstream ss;
85 ss << "Send " << cmdStr << " request @0x" << std::hex
139 std::stringstream ss;
/gem5/src/arch/arm/linux/
H A Dprocess.hh64 std::vector<SyscallTable> syscallTables;
/gem5/src/arch/arm/freebsd/
H A Dprocess.hh54 std::vector<SyscallTable> syscallTables;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_rv.h55 static void resolve(sc_dt::sc_lv<W>&, const std::vector<sc_dt::sc_lv<W>*>&);
67 const std::vector<sc_dt::sc_lv<W>*>& values_ )
150 std::vector<sc_process_b*> m_proc_vec; // processes writing this signal
151 std::vector<data_type*> m_val_vec; // new values written this signal
246 //Added std:: prefix to appropriate methods and types to get around
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h86 explicit scfx_mant( std::size_t );
109 static word* alloc( std::size_t );
110 static void free( word*, std::size_t );
112 static word* alloc_word( std::size_t size );
113 static void free_word( word* array, std::size_t size );
130 scfx_mant::alloc( std::size_t size )
141 scfx_mant::free( word* mant, std::size_t size )
175 scfx_mant::scfx_mant( std::size_t size )
409 void* operator new( std::size_t sz ) { return ::operator new( sz ); }
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_join.cpp49 : m_join_event( (std::string(SC_KERNEL_EVENT_PREFIX)+"_join_event").c_str() )
H A Dsc_module_registry.h84 std::vector<sc_module*> m_module_vec;
H A Dsc_process_handle.h96 inline const std::vector<sc_event*>& get_child_events() const;
97 inline const std::vector<sc_object*>& get_child_objects() const;
124 inline std::string dump_state() const;
142 static std::vector<sc_event*> empty_event_vector; // If m_target_p == 0.
143 static std::vector<sc_object*> empty_object_vector; // If m_target_p == 0.
281 inline std::string sc_process_handle::dump_state() const
283 return m_target_p ? m_target_p->dump_state() : std::string("NO TARGET");
306 const std::vector<sc_event*>& sc_process_handle::get_child_events() const
314 const std::vector<sc_object*>& sc_process_handle::get_child_objects() const
/gem5/ext/systemc/src/tlm_utils/
H A Dpassthrough_target_socket.h101 process(const std::string& name) :
114 std::stringstream s;
128 std::stringstream s;
141 std::stringstream s;
154 std::stringstream s;
174 std::stringstream s;
189 std::stringstream s;
226 const std::string m_name;
328 process(const std::string& name) :
350 std
[all...]
/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc48 void X86StaticInst::printMnemonic(std::ostream &os,
54 void X86StaticInst::printMnemonic(std::ostream &os,
60 void X86StaticInst::printSegment(std::ostream &os, int segment) const
109 X86StaticInst::printSrcReg(std::ostream &os, int reg, int size) const
116 X86StaticInst::printDestReg(std::ostream &os, int reg, int size) const
123 X86StaticInst::printReg(std::ostream &os, RegId reg, int size) const
231 void X86StaticInst::printMem(std::ostream &os, uint8_t segment,
269 std::string X86StaticInst::generateDisassembly(Addr pc,
272 std::stringstream ss;
/gem5/src/mem/ruby/common/
H A DConsumer.cc31 using namespace std;
/gem5/src/sim/probe/
H A Dmem.hh105 typedef std::unique_ptr<Packet> PacketUPtr;
/gem5/src/base/
H A Dpngwriter.hh78 void write(std::ostream &png) const override;
H A Dcrc.hh59 crc32(const uint8_t* data, uint32_t crc, std::size_t size)
H A Doutput.cc63 using namespace std;
68 OutputStream::OutputStream(const std::string &name, std::ostream *stream)
84 const std::string &name,
85 std::ios_base::openmode mode,
122 OutputDirectory::OutputDirectory(const std::string &name)
220 OutputDirectory::open(const std::string &name,
231 mode |= std::ios::out;
258 OutputDirectory::findOrCreate(const std::string &name, bool binary)
/gem5/ext/drampower/src/
H A DMemBankWiseParams.h60 std::vector<unsigned> activeBanks;
/gem5/ext/pybind11/include/pybind11/
H A Deval.h36 std::string buffer = "# -*- coding: utf-8 -*-\n" + (std::string) expr;
83 std::string fname_str = (std::string) fname;
/gem5/src/arch/x86/
H A Dvtophys.cc50 using namespace std;
/gem5/src/arch/alpha/
H A Dremote_gdb.hh70 const std::string
/gem5/src/systemc/core/
H A Dmodule.cc46 std::list<Module *> _modules;
107 Module::bindPorts(std::vector<const ::sc_core::sc_bind_proxy *> &proxies)
146 std::string msg = csprintf("module '%s'", name());
213 std::list<Module *> allModules;
H A Dport.hh50 extern std::list<Port *> allPorts;
117 std::vector<Binding *> bindings;
118 std::vector<Sensitivity *> sensitivities;
119 std::vector<Reset *> resets;
H A Dsc_export.cc47 std::string msg;

Completed in 28 milliseconds

<<31323334353637383940>>