Go to the documentation of this file.
38 #ifndef __ARCH_X86_TYPES_HH__
39 #define __ARCH_X86_TYPES_HH__
161 static inline const char *
171 case ThreeByte0F38Opcode:
172 return "three byte 0f38";
173 case ThreeByte0F3AOpcode:
174 return "three byte 0f3a";
176 return "unrecognized!";
208 void reset() { memset(
static_cast<void *
>(
this), 0,
sizeof(*
this)); }
242 inline static std::ostream &
245 ccprintf(
os,
"\n{\n\tleg = %#x,\n\trex = %#x,\n\t"
247 "op = {\n\t\ttype = %s,\n\t\top = %#x,\n\t\t},\n\t"
248 "modRM = %#x,\n\tsib = %#x,\n\t"
249 "immediate = %#x,\n\tdisplacement = %#x\n\t"
254 (uint8_t)emi.
modRM, (uint8_t)emi.
sib,
301 void paramIn(CheckpointIn &cp,
const std::string &
name,
315 return (((uint64_t)emi.
legacy << 48) |
316 ((uint64_t)emi.
rex << 40) |
317 ((uint64_t)emi.
vex << 32) |
318 ((uint64_t)emi.
modRM << 24) |
319 ((uint64_t)emi.
sib << 16) |
331 #endif // __ARCH_X86_TYPES_HH__
size_t operator()(const gem5::X86ISA::ExtMachInst &emi) const
void ccprintf(cp::Print &print)
struct gem5::X86ISA::ExtMachInst::@23 opcode
LegacyPrefixVector legacy
BitUnion8(LegacyPrefixVector) Bitfield< 7
static bool operator==(const ExtMachInst &emi1, const ExtMachInst &emi2)
const std::string & name()
void paramOut(CheckpointOut &cp, const std::string &name, ExtMachInst const &machInst)
Overload hash function for BasicBlockRange type.
static std::ostream & operator<<(std::ostream &os, const ExtMachInst &emi)
void paramIn(CheckpointIn &cp, const std::string &name, ExtMachInst &machInst)
static const char * opcodeTypeToStr(OpcodeType type)
std::ostream CheckpointOut
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
EndBitUnion(TriggerIntMessage) GEM5_DEPRECATED_NAMESPACE(DeliveryMode
Generated on Tue Feb 8 2022 11:46:59 for gem5 by doxygen 1.8.17