30#ifndef __ARCH_POWER_TYPES_HH__
31#define __ARCH_POWER_TYPES_HH__
114struct hash<
gem5::PowerISA::ExtMachInst> :
public hash<uint32_t>
116 size_t operator()(
const gem5::PowerISA::ExtMachInst &emi)
const {
117 return hash<uint32_t>::operator()((uint32_t)emi);
#define EndBitUnion(name)
This closes off the class and union started by the above macro.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Overload hash function for BasicBlockRange type.
size_t operator()(const gem5::PowerISA::ExtMachInst &emi) const