isa_traits.hh (8229:78bf55f23338) isa_traits.hh (8412:b02c49dbfde1)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

156const int MachineBytes = 4;
157const int WordBytes = 4;
158const int HalfwordBytes = 2;
159const int ByteBytes = 1;
160
161const int ANNOTE_NONE = 0;
162const uint32_t ITOUCH_ANNOTE = 0xffffffff;
163
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

156const int MachineBytes = 4;
157const int WordBytes = 4;
158const int HalfwordBytes = 2;
159const int ByteBytes = 1;
160
161const int ANNOTE_NONE = 0;
162const uint32_t ITOUCH_ANNOTE = 0xffffffff;
163
164// Memory accesses cannot be unaligned
165const bool HasUnalignedMemAcc = false;
164const bool HasUnalignedMemAcc = true;
166
167} // namespace MipsISA
168
169#endif // __ARCH_MIPS_ISA_TRAITS_HH__
165
166} // namespace MipsISA
167
168#endif // __ARCH_MIPS_ISA_TRAITS_HH__