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

/gem5/src/cpu/minor/
H A Ddecode.hh90 struct DecodeThreadInfo { struct in class:Minor::Decode
93 DecodeThreadInfo() : function in struct:Minor::Decode::DecodeThreadInfo
100 DecodeThreadInfo(const DecodeThreadInfo& other) : function in struct:Minor::Decode::DecodeThreadInfo
127 std::vector<DecodeThreadInfo> decodeInfo;
H A Ddecode.cc140 DecodeThreadInfo &decode_info = decodeInfo[tid];

Completed in 5 milliseconds