Searched refs:VecRegT (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dregisters.hh71 using VecReg = ::VecRegT<VecElem, NumVecElemPerVecReg, false>;
72 using ConstVecReg = ::VecRegT<VecElem, NumVecElemPerVecReg, true>;
/gem5/src/arch/generic/
H A Dvec_reg.hh55 * information about the bytes. The first of this views is VecRegT.
56 * A VecRegT is a view of a VecRegContainer (by reference). The VecRegT has
60 * underlying container. As VecRegT has some degree of type information it
72 * member 'as' for VecRegT and the member 'laneView' for VecLaneT. Kindly
90 * VecRegT<float, 8, true>& vsrc1 = vsrc1raw->as<float, 8>();
94 * VecRegT<float, 8, true>& vsrc2 = vsrc2raw->as<float, 8>();
98 * VecRegT<float, 8, false>& vdst = vdstraw->as<float, 8>();
166 * of VecRegT to view the container as a vector of NumElems elems of type
174 class VecRegT class
191 VecRegT(Container& cnt) : container(cnt) {}; function in class:VecRegT
225 operator ==(const VecRegT<VE2, NE2, C2>& that) const argument
234 operator !=(const VecRegT<VE2, NE2, C2>& that) const argument
[all...]

Completed in 5 milliseconds