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

/gem5/src/mem/ruby/common/
H A DSubBlock.cc51 this->setByte(i, data.getByte(offset + i));
63 data.setByte(offset + i, this->getByte(i));
H A DSubBlock.hh50 uint8_t getByte(int offset) const { return m_data[offset]; } function in class:SubBlock
54 uint8_t readByte() const { return getByte(0); }
H A DDataBlock.hh61 uint8_t getByte(int whichByte) const;
90 DataBlock::getByte(int whichByte) const function in class:DataBlock
/gem5/src/mem/ruby/slicc_interface/
H A DRubySlicc_Util.hh112 data[i] = blk.getByte(i + startByte);
141 data[i] = blk.getByte(i + startByte);
/gem5/src/cpu/testers/rubytest/
H A DCheck.cc295 (m_value + m_store_count), data->getByte(0));
308 data->getByte(0));
313 if (uint8_t(m_value + byte_number) != data->getByte(byte_number)) {
319 (int)data->getByte(byte_number), *this, curTime);
H A DRubyTester.cc232 DPRINTFR(RubyTest, "%d ", data->getByte(byte));

Completed in 15 milliseconds