isa_traits.hh (6378:4a2ff62c3b4f) isa_traits.hh (6974:4d4903a3e7c5)
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

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

159const int MachineBytes = 4;
160const int WordBytes = 4;
161const int HalfwordBytes = 2;
162const int ByteBytes = 1;
163
164const int ANNOTE_NONE = 0;
165const uint32_t ITOUCH_ANNOTE = 0xffffffff;
166
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

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

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