Searched refs:at (Results 26 - 50 of 81) sorted by relevance

1234

/gem5/src/dev/x86/
H A Di8254.hh77 return *intPin.at(idx);
H A Dcmos.hh89 return *rtc.intPin.at(idx);
/gem5/ext/dsent/model/optical_graph/
H A DOpticalGraph.cc80 const OpticalDataPath& data_path = data_paths->at(i);
208 traceWavelength(wavelength_, d_nodes->at(i), laser_, modulator_, current_loss);
/gem5/ext/nomali/lib/
H A DRules.mk7 # You may obtain a copy of the License at
/gem5/ext/nomali/tests/
H A DRules.mk7 # You may obtain a copy of the License at
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc84 computeUnit->wfWait.at(m->pipeId).rdy())) {
108 w->computeUnit->wfWait.at(m->pipeId).set(m->time);
H A Dfetch_unit.cc75 fetchStatusQueue[j] = std::make_pair(waveList->at(j), false);
128 wavefront->instructionBuffer.at(i)->staticInstruction()->instSize();
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp94 sc_attribute<int> at("attr");
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py69 (some tests require at least 4 CPUs)',
/gem5/src/arch/hsail/insts/
H A Dmem.hh247 const BrigInstAtomic *at = (const BrigInstAtomic*)ib; local
249 segment = (BrigSegment)at->segment;
250 memoryOrder = (BrigMemoryOrder)at->memoryOrder;
251 memoryScope = (BrigMemoryScope)at->memoryScope;
819 const BrigInstAtomic *at = (const BrigInstAtomic*)ib; local
821 segment = (BrigSegment)at->segment;
822 memoryScope = (BrigMemoryScope)at->memoryScope;
823 memoryOrder = (BrigMemoryOrder)at->memoryOrder;
1232 const BrigInstAtomic *at = (const BrigInstAtomic*)ib; local
1234 segment = (BrigSegment)at
1693 const Brig::BrigInstAtomic *at = (const Brig::BrigInstAtomic*)ib; local
1755 const Brig::BrigInstAtomic *at = (const Brig::BrigInstAtomic*)ib; local
1768 const Brig::BrigInstAtomic *at = (const Brig::BrigInstAtomic*)ib; local
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h8 License. You may obtain a copy of the License at
120 void * & at( size_type i ) function in class:sc_core::sc_vector_base
123 void const * at( size_type i ) const function in class:sc_core::sc_vector_base
358 { return *static_cast<element_type*>( base_type::at(i) ); }
360 element_type& at( size_type i ) function in class:sc_core::sc_vector
364 { return *static_cast<element_type const *>( base_type::at(i) ); }
366 const element_type& at( size_type i ) const function in class:sc_core::sc_vector
484 reference at( size_type idx ) function in class:sc_core::sc_vector_assembly
485 { return vec_->at(idx).*ptr_; }
488 const_reference at( size_typ function in class:sc_core::sc_vector_assembly
[all...]
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh8 License. You may obtain a copy of the License at
502 at(size_type index) function in class:sc_core::sc_vector
508 at(size_type index) const function in class:sc_core::sc_vector
678 at(size_type i) function in class:sc_core::sc_vector_assembly
680 return vec_->at(i).*ptr_;
683 at(size_type i) const function in class:sc_core::sc_vector_assembly
685 return vec_->at(i).*ptr_;
/gem5/src/cpu/kvm/
H A Dvm.cc410 MemorySlot &slot = memorySlots.at(num.num);
418 MemorySlot &slot = memorySlots.at(num.num);
428 MemorySlot &slot = memorySlots.at(num.num);
/gem5/ext/pybind11/tests/
H A Dtest_numpy_vectorize.cpp56 return *a + b + c.at(0) + d + e + f.value + g;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc8 License. You may obtain a copy of the License at
H A Dsc_signed_bitref.inc8 License. You may obtain a copy of the License at
H A Dsc_unsigned_bitref.inc8 License. You may obtain a copy of the License at
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc8 License. You may obtain a copy of the License at
H A Dsc_signed_bitref.inc8 License. You may obtain a copy of the License at
H A Dsc_unsigned_bitref.inc8 License. You may obtain a copy of the License at
/gem5/src/mem/qos/
H A Dmem_sink.cc70 // systems at the moment
127 "read and writes at memory controller\n",
159 readQueue.at(pkt_priority).push_back(pkt);
173 writeQueue.at(pkt_priority).push_back(pkt);
190 "%s scheduling next request at "
294 "%s response scheduled at time %d\n",
313 "%s scheduling next request event at tick %d\n",
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s180 # at the start of qt_start$TXT, or (2) skip past the two noop pairs
291 # Store 8 registers at once...destination must be a multiple of 64
311 # Load 8 registers at once...source must be a multiple of 64
333 # A new thread is set up to "appear" as if it were executing code at
/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc114 output_link = output_link_candidates.at(candidate);
/gem5/src/arch/riscv/
H A Disa.cc119 DPRINTF(RiscvMisc, "Cycle counter at: %llu.\n",
128 DPRINTF(RiscvMisc, "Wall-clock counter at: %llu.\n",
137 DPRINTF(RiscvMisc, "Instruction counter at: %llu.\n",
184 warn("Ignoring write to %s.\n", CSRData.at(misc_reg).name);
/gem5/src/arch/hsail/
H A Doperand.cc142 int at, unsigned &maxRegIdx, char _regFileChar)
155 (unsigned*)obj->getData(brigRegVecOp->elements + 4 * (at + 1));
141 init_from_vect(unsigned opOffset, const BrigObject *obj, int at, unsigned &maxRegIdx, char _regFileChar) argument

Completed in 20 milliseconds

1234