From: Gabe Black Date: Mon, 5 Mar 2007 16:10:11 +0000 (+0000) Subject: Added LargestRead type for x86. I might have picked the wrong type. X-Git-Tag: m5_2.0_beta3~149 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecfc6224512a44d89285625dd04d1f9e90ff2091;p=gem5.git Added LargestRead type for x86. I might have picked the wrong type. --HG-- extra : convert_revision : 5570a595b9adbe9c35f9b4f8dd3b50533b5beb97 --- diff --git a/src/arch/x86/types.hh b/src/arch/x86/types.hh index 0037d5063..63f65eee5 100644 --- a/src/arch/x86/types.hh +++ b/src/arch/x86/types.hh @@ -68,6 +68,8 @@ namespace X86ISA typedef uint64_t ExtMachInst; typedef uint64_t IntReg; + //XXX Should this be a 128 bit structure for XMM memory ops? + typedef uint64_t LargestRead; typedef uint64_t MiscReg; //These floating point types are correct for mmx, but not