isa_traits.hh (9057:f5ee56466b91) isa_traits.hh (9329:3fe8438cbcfc)
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

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

155const int HalfwordBytes = 2;
156const int ByteBytes = 1;
157
158const int ANNOTE_NONE = 0;
159const uint32_t ITOUCH_ANNOTE = 0xffffffff;
160
161const bool HasUnalignedMemAcc = true;
162
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

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

155const int HalfwordBytes = 2;
156const int ByteBytes = 1;
157
158const int ANNOTE_NONE = 0;
159const uint32_t ITOUCH_ANNOTE = 0xffffffff;
160
161const bool HasUnalignedMemAcc = true;
162
163const bool CurThreadInfoImplemented = false;
164const int CurThreadInfoReg = -1;
165
163} // namespace MipsISA
164
165#endif // __ARCH_MIPS_ISA_TRAITS_HH__
166} // namespace MipsISA
167
168#endif // __ARCH_MIPS_ISA_TRAITS_HH__