arch: get rid of unused LargestRead typedef
This commit is contained in:
parent
28a0e5a165
commit
fb0383bc72
5 changed files with 0 additions and 11 deletions
|
@ -42,8 +42,6 @@ typedef uint64_t ExtMachInst;
|
|||
|
||||
typedef GenericISA::SimplePCState<MachInst> PCState;
|
||||
|
||||
typedef uint64_t LargestRead;
|
||||
|
||||
enum annotes
|
||||
{
|
||||
ANNOTE_NONE = 0,
|
||||
|
|
|
@ -524,9 +524,6 @@ namespace ArmISA
|
|||
SXTX = 7
|
||||
};
|
||||
|
||||
typedef uint64_t LargestRead;
|
||||
// Need to use 64 bits to make sure that read requests get handled properly
|
||||
|
||||
typedef int RegContextParam;
|
||||
typedef int RegContextVal;
|
||||
|
||||
|
|
|
@ -42,8 +42,6 @@ typedef uint64_t ExtMachInst;
|
|||
|
||||
typedef GenericISA::DelaySlotPCState<MachInst> PCState;
|
||||
|
||||
typedef uint64_t LargestRead;
|
||||
|
||||
//used in FP convert & round function
|
||||
enum ConvertType{
|
||||
SINGLE_TO_DOUBLE,
|
||||
|
|
|
@ -43,8 +43,6 @@ typedef uint64_t ExtMachInst;
|
|||
|
||||
typedef GenericISA::DelaySlotUPCState<MachInst> PCState;
|
||||
|
||||
typedef Twin64_t LargestRead;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -91,8 +91,6 @@ const int SyscallPseudoReturnReg = INTREG_RDX;
|
|||
|
||||
typedef uint64_t IntReg;
|
||||
typedef uint64_t CCReg;
|
||||
//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
|
||||
|
|
Loading…
Reference in a new issue