Searched refs:index (Results 201 - 225 of 275) sorted by relevance

1234567891011

/gem5/src/cpu/pred/
H A Dloop_predictor.hh145 * Computes the index used to access the
153 * Computes the index used to access the
156 * @param index Result of lindex function
236 virtual bool calcConf(int index) const;
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h208 size_t index = 0u; member in struct:value_and_holder
213 value_and_holder(instance *i, const detail::type_info *type, size_t vpos, size_t index) : argument
214 inst{i}, index{index}, type{type},
222 value_and_holder(size_t index) : index{index} {} argument
236 : inst->nonsimple.status[index] & instance::status_holder_constructed;
242 inst->nonsimple.status[index] |= instance::status_holder_constructed;
244 inst->nonsimple.status[index]
[all...]
H A Dstl.h173 size_t index = 0; local
178 PyList_SET_ITEM(l.ptr(), (ssize_t) index++, value_.release().ptr()); // steals a reference
230 size_t index = 0; local
235 PyList_SET_ITEM(l.ptr(), (ssize_t) index++, value_.release().ptr()); // steals a reference
/gem5/ext/libelf/
H A Delf_scn.c123 elf_getscn(Elf *e, size_t index) argument
144 if (s->s_ndx == index)
/gem5/src/arch/mips/
H A Dpra_constants.hh43 // For now, we assume that the entire length is used by the index
46 Bitfield<30, 0> index; member in namespace:MipsISA
50 // This has a problem similar to the IndexReg index field. We'll keep
316 Bitfield<22, 0> index; member in namespace:MipsISA
/gem5/src/arch/riscv/
H A Dpra_constants.hh43 // For now, we assume that the entire length is used by the index
46 Bitfield<30, 0> index; member in namespace:RiscvISA
50 // This has a problem similar to the IndexReg index field. We'll keep
316 Bitfield<22, 0> index; member in namespace:RiscvISA
/gem5/configs/example/
H A Dmemtest.py234 # For each level, track the next subsys index to use
242 index = next_subsys_index[level]
248 setattr(system, 'l%dsubsys%d' % (level, index), subsys)
H A Dmemcheck.py231 # For each level, track the next subsys index to use
239 index = next_subsys_index[level]
245 setattr(system, 'l%dsubsys%d' % (level, index), subsys)
/gem5/src/gpu-compute/
H A Dcl_driver.cc108 int index = 2; local
110 Addr buf_addr = process->getSyscallArg(tc, index);
H A Dbrig_object.cc122 BrigObject::getOperandPtr(int offs, int index) const
124 unsigned *op_offs = (unsigned*)(getData(offs + 4 * (index + 1)));
/gem5/src/arch/arm/insts/
H A Dmacromem.hh228 uint8_t eSize, dataSize, numStructElems, index; member in class:ArmISA::VldSingleOp64
233 uint8_t dataSize, uint8_t numStructElems, uint8_t index,
240 uint8_t eSize, dataSize, numStructElems, index; member in class:ArmISA::VstSingleOp64
245 uint8_t dataSize, uint8_t numStructElems, uint8_t index,
433 IntRegIndex rn, bool index, bool up, bool user,
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h271 // Given the total number of shards, the shard index, and the test id,
578 const int index = GetElementOr(test_case_indices_, i, -1); local
579 return index < 0 ? NULL : test_cases_[i];
585 const int index = GetElementOr(test_case_indices_, i, -1); local
586 return index < 0 ? NULL : test_cases_[index];
844 // element of this vector is the index of the i-th test case in the
H A Dgtest-death-test.cc110 "Indicates the file, line number, temporal index of "
1181 if (death_test_index > flag->index()) {
1185 + StreamableToString(flag->index()) + ")");
1190 flag->index() == death_test_index)) {
1300 int index = -1; local
1313 || !ParseNaturalNumber(fields[2], &index)
1327 || !ParseNaturalNumber(fields[2], &index)
1335 return new InternalRunDeathTestFlag(fields[0], line, index, write_fd);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp1258 int index = 0; local
1262 word x = a[index];
1263 word y = b[index];
1269 result[index] = y;
1271 while( ++ index < size );
1284 int index = 0;
1288 word x = a[index];
1289 word y = b[index];
1295 result[index] = y;
1297 while( ++ index < siz
[all...]
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1179 int index = 0; local
1182 word x = a[index];
1183 word y = b[index];
1189 result[index] = y;
1190 } while (++index < size);
1200 int index = 0;
1203 word x = a[index];
1204 word y = b[index];
1210 result[index] = y;
1211 } while (++index < siz
[all...]
/gem5/src/sim/
H A Dcxx_manager.hh137 * path(.path)*.port[index] */
264 /** Parse a port string of the form 'path(.path)*.port[index]' into
265 * path, port and index */
267 std::string &path, std::string &port, unsigned int &index);
H A Dcxx_manager.cc559 std::string &path, std::string &port, unsigned int &index)
568 index = 0;
575 index = 0;
579 index = std::atoi(inp.c_str() + open_square_i + 1);
558 parsePort(const std::string &inp, std::string &path, std::string &port, unsigned int &index) argument
/gem5/src/arch/power/insts/
H A Dbranch.cc156 uint32_t regVal = tc->readIntReg(_srcRegIdx[_numSrcRegs - 1].index());
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h250 int index() const { return index_; } function in class:testing::internal::InternalRunDeathTestFlag
/gem5/src/arch/riscv/linux/
H A Dprocess.cc93 int index = 0; local
95 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
111 int index = 0; local
113 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
/gem5/src/cpu/o3/
H A Dfree_list.hh61 * architectural register index parameters and values in this class
62 * are relative (e.g., %fp2 is just index 2).
300 DPRINTF(FreeList,"Freeing register %i (%s).\n", freed_reg->index(),
H A Ddyn_inst.hh178 return this->cpu->readMiscReg(reg.index(), this->threadNumber);
189 setMiscReg(reg.index(), val);
259 // The register accessor methods provide the index of the
261 // register index, to simplify the implementation of register
262 // renaming. We find the architectural register index by indexing
263 // into the instruction's own operand index table. Note that a
/gem5/src/arch/arm/
H A Dpmu.cc183 for (uint32_t index = 0; index < maximumCounterCount-1; index++) {
184 counters.emplace_back(*this, index);
/gem5/src/arch/sparc/
H A Dua2005.cc72 getMiscRegName(RegIndex index) argument
88 return miscRegName[index];
/gem5/src/arch/sparc/solaris/
H A Dprocess.cc77 int index = 0; local
79 TypedBufferArg<Solaris::utsname> name(process->getSyscallArg(tc, index));

Completed in 58 milliseconds

1234567891011