Deleted Added
sdiff udiff text old ( 7158:195780d97b1b ) new ( 7349:8b4564729c81 )
full compact
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 107 unchanged lines hidden (view full) ---

116 const int WordBytes = 4;
117 const int HalfwordBytes = 2;
118 const int ByteBytes = 1;
119
120 const uint32_t HighVecs = 0xFFFF0000;
121
122 // Memory accesses cannot be unaligned
123 const bool HasUnalignedMemAcc = false;
124};
125
126using namespace ArmISA;
127
128#endif // __ARCH_ARM_ISA_TRAITS_HH__