Searched refs:VecLaneT (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/generic/
H A Dvec_reg.hh63 * The second view of a container implemented in this file is VecLaneT, which
65 * A VecLaneT is a view of a lane of a vector register, where a lane is
72 * member 'as' for VecRegT and the member 'laneView' for VecLaneT. Kindly
115 * VecLaneT<float, true>& src1 = vsrc1raw->laneView<float>(this->_lidx);
119 * VecLaneT<float, true>& src2 = vsrc2raw->laneView<float>(this->_lidx);
126 * VecLaneT<float, false>& dst = vdstraw->laneView<float>(this->_lidx);
262 class VecLaneT;
404 VecLaneT<VecElem, false> laneView();
406 VecLaneT<VecElem, true> laneView() const;
408 VecLaneT<VecEle
510 class VecLaneT class
544 VecLaneT(Cont& cont) : container(cont) { } function in class:VecLaneT
[all...]
/gem5/src/cpu/o3/
H A Dregfile.hh230 VecLaneT<VecElem, true>
238 VecLaneT<VecElem, true>
H A Dcpu.hh377 VecLaneT<VecElem, true>
388 VecLaneT<VecElem, true>
434 VecLaneT<VecElem, true>
H A Dthread_context.hh462 VecLaneT<VecElem, true>
/gem5/src/cpu/
H A Dsimple_thread.hh332 VecLaneT<T, true>
639 VecLaneT<T, true>
/gem5/src/cpu/simple/
H A Dexec_context.hh253 VecLaneT<VecElem, true>

Completed in 16 milliseconds