Searched refs:std (Results 951 - 975 of 1914) sorted by relevance

<<31323334353637383940>>

/gem5/src/systemc/ext/channel/
H A Dsc_signal_resolved.hh81 std::map<::sc_gem5::Process *, sc_dt::sc_logic> inputs;
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh81 explicit scfx_mant(std::size_t);
103 static word *alloc(std::size_t);
104 static void free(word *, std::size_t);
106 static word *alloc_word(std::size_t size);
107 static void free_word(word *array, std::size_t size);
116 scfx_mant::alloc(std::size_t size)
126 scfx_mant::free(word *mant, std::size_t size)
157 inline scfx_mant::scfx_mant(std::size_t size_) : m_array(0), m_size(size_)
349 void *operator new(std::size_t sz) { return ::operator new (sz); }
/gem5/src/systemc/tests/systemc/utils/sc_vector/test01/
H A Dtest01.cpp74 std::vector<sc_object*> children = m.get_child_objects();
/gem5/src/systemc/tests/systemc/utils/sc_vector/test08/
H A Dtest08.cpp37 std::string name;
/gem5/src/arch/power/insts/
H A Dinteger.hh94 std::string generateDisassembly(
117 std::string generateDisassembly(
138 std::string generateDisassembly(
174 std::string generateDisassembly(
/gem5/src/arch/riscv/insts/
H A Dstandard.cc41 using namespace std;
/gem5/src/dev/ps2/
H A Dmouse.hh73 bool recv(const std::vector<uint8_t> &data) override;
/gem5/src/gpu-compute/
H A Dof_scheduling_policy.hh54 __chooseWave(std::vector<Wavefront*> *sched_list)
H A Dshader.hh142 std::vector<uint32_t*> sa_val;
144 std::vector<uint64_t> sa_when;
146 std::vector<int32_t> sa_x;
149 std::vector<ComputeUnit*> cuList;
H A Dwavefront.hh169 std::deque<GPUDynInstPtr> instructionBuffer;
192 std::vector<Addr> lastAddr;
193 std::vector<uint32_t> workItemId[3];
194 std::vector<uint32_t> workItemFlatId;
236 std::vector<uint32_t> oldVgpr;
243 std::vector<uint64_t> oldDgpr;
253 std::vector<int> barCnt;
392 std::deque<std::unique_ptr<ReconvergenceStackEntry>> reconvergenceStack;
/gem5/src/mem/cache/
H A Dmshr_queue.hh81 MSHRQueue(const std::string &_label, int num_entries, int reserve,
H A Dqueue.hh72 static_assert(std::is_base_of<QueueEntry, Entry>::value,
77 const std::string label;
96 std::vector<Entry> entries;
133 Queue(const std::string &_label, int num_entries, int reserve) :
/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.hh162 std::vector<ReplaceableEntry*> getPossibleEntries(const Addr addr) const
/gem5/src/sim/
H A Dcore.hh101 void setOutputDir(const std::string &dir);
H A Dinit.cc69 using namespace std;
187 std::map<std::string, EmbeddedPyBind *> &
190 static std::map<std::string, EmbeddedPyBind *> objs;
201 std::list<EmbeddedPyBind *> pending;
272 typedef std::unique_ptr<wchar_t[], decltype(&PyMem_RawFree)> WArgUPtr;
273 std::vector<WArgUPtr> v_argv;
274 std::vector<wchar_t *> vp_argv;
/gem5/util/systemc/gem5_within_systemc/
H A Dstats.cc60 std::list<Stats::Info *> stats = Stats::statsList();
83 std::list<Stats::Info *> stats = Stats::statsList();
137 std::cerr << "Stats reset\n";
144 std::list<Stats::Info *> stats = Stats::statsList();
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_ex_test.cc47 # include <exception> // For std::exception.
61 class TestException : public std::exception {
H A Dgtest_throw_on_failure_ex_test.cc52 // std::runtime_error.
63 // A failed assertion should throw a subclass of std::runtime_error.
66 } catch(const std::runtime_error& e) {
/gem5/src/cpu/
H A Dinst_res.hh81 static_assert(std::is_integral<T>::value ^
82 std::is_floating_point<T>::value,
84 if (std::is_integral<T>::value) {
86 } else if (std::is_floating_point<T>::value) {
/gem5/src/arch/arm/insts/
H A Dsve_mem.hh71 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
96 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
122 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
148 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
/gem5/src/kern/linux/
H A Dhelpers.cc59 dumpDmesgEntry(const uint8_t *base, const uint8_t *end, std::ostream &os)
87 os << std::endl;
93 Linux::dumpDmesg(ThreadContext *tc, std::ostream &os)
124 std::vector<uint8_t> log_buf(log_buf_len);
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.hh178 static std::list<ParserRegEntry> destRegRecords;
181 using MiscRegMap = std::unordered_map<std::string, RegIndex>;
262 std::ifstream trace;
/gem5/src/base/loader/
H A Dobject_file.hh76 const std::string filename;
83 ObjectFile(const std::string &_filename, size_t _len, uint8_t *_data,
89 static const Addr maxAddr = std::numeric_limits<Addr>::max();
189 ObjectFile *createObjectFile(const std::string &fname, bool raw = false);
/gem5/src/cpu/o3/
H A Dregfile.cc193 return std::make_pair(
204 return std::make_pair(intRegIds.begin(), intRegIds.end());
206 return std::make_pair(floatRegIds.begin(), floatRegIds.end());
208 return std::make_pair(vecRegIds.begin(), vecRegIds.end());
210 return std::make_pair(vecElemIds.begin(), vecElemIds.end());
212 return std::make_pair(vecPredRegIds.begin(), vecPredRegIds.end());
214 return std::make_pair(ccRegIds.begin(), ccRegIds.end());
216 return std::make_pair(miscRegIds.begin(), miscRegIds.end());
219 return std::make_pair(PhysIds::iterator(),
/gem5/src/mem/cache/prefetch/
H A Dsignature_path.hh98 std::vector<PatternStrideEntry> strideEntries;
174 std::vector<AddrPriority> &addresses);
259 bool is_secure, std::vector<AddrPriority> &addresses);
281 std::vector<AddrPriority> &addresses) override;

Completed in 29 milliseconds

<<31323334353637383940>>