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

/gem5/src/arch/generic/
H A Dvec_reg.hh177 static constexpr size_t SIZE = sizeof(VecElem) * NumElems; member in class:VecRegT
181 const VecRegContainer<SIZE>,
182 VecRegContainer<SIZE>>::type;
245 for (uint32_t e = 1; e < vr.SIZE; e++)
279 static constexpr size_t SIZE = Sz; member in class:VecRegContainer
283 using MyClass = VecRegContainer<SIZE>;
290 assert(that.size() >= SIZE);
291 std::memcpy(container.data(), &that[0], SIZE);
295 void zero() { memset(container.data(), 0, SIZE); }
304 memcpy(container.data(), that.container.data(), SIZE);
[all...]
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp44 template<int SIZE> class dt {
45 char content[SIZE];

Completed in 7 milliseconds