Searched defs:value (Results 51 - 75 of 190) sorted by relevance

12345678

/gem5/ext/nomali/lib/
H A Dgpucontrol.cc60 GPUControl::writeReg(RegAddr addr, uint32_t value) argument
H A Djobslot.cc65 JobSlot::writeReg(RegAddr addr, uint32_t value) argument
/gem5/src/gpu-compute/
H A Dcondition_register_state.hh71 write(int regIdx, int threadId, T value) argument
77 markReg(int regIdx, uint8_t value) argument
H A Dvector_register_file.hh85 write(int regIdx, T value, int threadId=0) argument
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_context.h306 sc_context<T>::value() const function in class:sc_dt::sc_context
/gem5/src/base/
H A Ddebug.cc161 changeFlag(const char *s, bool value) argument
H A Dcprintf.hh138 ccprintf(cp::Print &print, const T &value, const Args &...args) argument
H A Dsat_counter.hh192 operator+=(const int& value) argument
204 operator-=(const int& value) argument
[all...]
H A Dinifile.cc114 string value = assignment.substr(offset + 1); local
79 addEntry(const std::string &entryName, const std::string &value, bool append) argument
[all...]
/gem5/src/sim/
H A Dbyteswap.hh136 template <typename T> inline T betole(T value) {return swap_byte(value);} argument
137 template <typename T> inline T letobe(T value) {return swap_byte(value);} argument
143 template <typename T> inline T htole(T value) {return swap_byte(value);} argument
144 template <typename T> inline T letoh(T value) {return swap_byte(value);} argument
145 template <typename T> inline T htobe(T value) {return value;} argument
146 betoh(T value) argument
149 htole(T value) argument
150 letoh(T value) argument
151 htobe(T value) argument
152 betoh(T value) argument
158 htog(T value, ByteOrder guest_byte_order) argument
165 gtoh(T value, ByteOrder guest_byte_order) argument
175 gtole(T value) argument
177 letog(T value) argument
179 gtobe(T value) argument
181 betog(T value) argument
183 htog(T value) argument
185 gtoh(T value) argument
192 gtole(T value) argument
194 letog(T value) argument
196 gtobe(T value) argument
198 betog(T value) argument
200 htog(T value) argument
202 gtoh(T value) argument
[all...]
H A Dmathexpr.hh109 double value; member in class:MathExpr::Node
H A Dcxx_config.hh162 setParam(const std::string &name, const std::string &value, const Flags flags) argument
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bv_base.hh255 sc_bv_base::set_bit(int i, value_type value) argument
/gem5/src/systemc/ext/dt/fx/
H A Dsc_context.hh275 sc_context<T>::value() const function in class:sc_dt::sc_context
/gem5/ext/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc83 const std::string& value() const { return value_; } function in class:MyType
H A Dgtest_xml_output_unittest_.cc126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { argument
130 ExternalUtilityThatCallsRecordProperty(const std::string& key, const std::string& value) argument
/gem5/src/dev/x86/
H A Di82094aa.cc135 X86ISA::I82094AA::writeReg(uint8_t offset, uint32_t value) argument
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h50 static constexpr const bool value = member in struct:is_comparable
57 static constexpr const bool value = member in struct:is_comparable
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp133 struct Value { int value; }; member in struct:MoveOutContainer::Value
144 int value; member in struct:NoAssign
[all...]
H A Dtest_operator_overloading.cpp129 struct NestABase { int value = -2; }; member in struct:NestABase
135 int value = 3; member in struct:NestA
148 int value = 4; member in struct:NestB
159 int value = 5; member in struct:NestC
[all...]
/gem5/src/cpu/
H A Dtiming_expr.hh103 uint64_t value; member in class:TimingExprLiteral
/gem5/ext/dsent/libutil/
H A DMap.h185 const T& value = it->second; local
/gem5/ext/fputils/
H A Dfp80.c186 fp80_cvfd(double value) argument
/gem5/ext/mcpat/
H A Diocontrollers.cc203 XMLCSTR value = paramNode->getAttribute("value"); local
224 XMLCSTR value = statNode->getAttribute("value"); local
364 XMLCSTR value = paramNode->getAttribute("value"); local
387 XMLCSTR value = statNode->getAttribute("value"); local
510 XMLCSTR value = paramNode->getAttribute("value"); local
528 XMLCSTR value = statNode->getAttribute("value"); local
[all...]
H A Dmemoryctrl.cc509 XMLCSTR value = paramNode->getAttribute("value"); local
568 XMLCSTR value = statNode->getAttribute("value"); local

Completed in 32 milliseconds

12345678