types.hh (4040:eb894f3fc168) types.hh (5251:8de83cada19d)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

65 typedef bool RegContextVal;
66
67 enum annotes {
68 ANNOTE_NONE = 0,
69 // An impossible number for instruction annotations
70 ITOUCH_ANNOTE = 0xffffffff,
71 };
72
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

65 typedef bool RegContextVal;
66
67 enum annotes {
68 ANNOTE_NONE = 0,
69 // An impossible number for instruction annotations
70 ITOUCH_ANNOTE = 0xffffffff,
71 };
72
73 struct CoreSpecific {
74 int core_type;
75 };
73} // namespace AlphaISA
74
75#endif
76} // namespace AlphaISA
77
78#endif