Searched refs:at (Results 51 - 75 of 81) sorted by relevance

1234

/gem5/src/gpu-compute/
H A Dshader.cc232 int block_size = cuList.at(cu_id)->cacheLineSize();
339 for (ChunkGenerator gen(address, size, cuList.at(cu_id)->cacheLineSize());
H A Dkernel_cfg.cc85 return instructions.at(block->firstInstruction->instNum() +
H A Dcl_driver.cc225 bufp[buf_idx] = k->insts()->at(j);
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h172 auto *type_info = internals.registered_types_py.at((PyTypeObject *) class_.ptr()).at(0);
H A Dtest_sequences_and_iterators.cpp35 throw py::value_error("Please provide at least 5 elements for testing.");
233 std::string get(std::string key) const { return map.at(key); }
H A Dtest_numpy_array.cpp108 template<typename... Ix> ssize_t at_t(const arr_t& a, Ix... idx) { return a.at(idx...); }
132 // note: declaration at local scope would create a dangling reference!
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc506 for (size_t at = 0; ; ) {
507 const size_t line_end = output.find('\n', at);
510 ret += output.substr(at);
513 ret += output.substr(at, line_end + 1 - at);
514 at = line_end + 1;
979 // invoke the test program via a valid path that contains at least
/gem5/ext/dsent/model/
H A DModel.cc196 const String& parameter_name = m_parameter_names_->at(i);
212 const String& property_name = m_property_names_->at(i);
/gem5/src/systemc/dt/int/
H A Dsc_nbcommon.inc8 License. You may obtain a copy of the License at
2197 // operations at the expense of complicating the code. We can do it
2309 // at this point, l >= r
2402 // Insertion to digit will always occur at the left end.
2448 // at this point, l >= r
2541 // Insertion to digit will always occur at the left end.
H A Dsc_signed_subref.inc8 License. You may obtain a copy of the License at
H A Dsc_unsigned_subref.inc8 License. You may obtain a copy of the License at
/gem5/src/arch/mips/
H A Dpra_constants.hh51 // both consistent at 30 for now
223 Bitfield<14, 13> at; member in namespace:MipsISA
H A Disa.cc195 cfg.at = cp.CP0_Config_AT;
/gem5/src/arch/riscv/
H A Dpra_constants.hh51 // both consistent at 30 for now
223 Bitfield<14, 13> at; member in namespace:RiscvISA
/gem5/src/dev/x86/
H A Di82094aa.cc83 return *inputs.at(idx);
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_subref.inc8 License. You may obtain a copy of the License at
H A Dsc_unsigned_subref.inc8 License. You may obtain a copy of the License at
H A Dsc_nbcommon.inc8 License. You may obtain a copy of the License at
2532 // operations at the expense of complicating the code. We can do it
2654 // at this point, l >= r
2754 // Insertion to digit will always occur at the left end.
2802 // at this point, l >= r
2902 // Insertion to digit will always occur at the left end.
/gem5/src/arch/riscv/linux/
H A Dprocess.cc795 &syscallDescs.at(callnum) : nullptr;
806 &syscallDescs.at(callnum) : nullptr;
/gem5/ext/dsent/tech/
H A DTechModel.cc39 return params.at(key_);
112 // Calcualte actual leakage current at characterized temperature
116 // Calculate actual leakage current at temp
147 // Calcualte actual leakage current at characterized temperature
151 // Calculate actual leakage current at temp
180 //Solve voltages at internal nodes of stacked transistors
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp8 License. You may obtain a copy of the License at
140 cout << "Called method() in " << name() << " at " << sc_time_stamp() << endl;
234 sc_assert( &assembly.at(i) == &initiator_vec[i].port );
/gem5/src/dev/net/
H A Detherswitch.cc70 return *interfaces.at(idx);
99 // at the head of the queue, otherwise return false
115 // Erase the packet at the head of the queue
169 // if the newly push packet gets inserted at the head of the queue
172 // then we need to schedule an event at
173 // "curTick" + "switchingDelay of the packet at the head of the fifo"
194 // schedule an event to send the pkt at
/gem5/src/cpu/o3/
H A Dlsq_impl.hh752 // multi-access split request at this point.
1081 if (lsqUnit()->trySendPacket(isLoad(), _packets.at(0)))
1092 _packets.at(numReceivedPackets + _numOutstandingPackets))) {
/gem5/src/arch/arm/
H A Dprocess.cc249 hwcap |= (mm_fr2.at >= 1) ? Arm_Uscat : 0;
288 //Frequency at which times() increments
326 // A sentry NULL void pointer at the top of the stack.
H A Dmiscregs_types.hh153 Bitfield<35, 32> at; member in namespace:ArmISA
323 Bitfield<24> e0e; // Endianness of explicit data accesses at EL0

Completed in 69 milliseconds

1234