isa_traits.hh (2972:f84c6c5309ce) isa_traits.hh (2984:797622d7b311)
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;

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

30 */
31
32#ifndef __ARCH_ALPHA_ISA_TRAITS_HH__
33#define __ARCH_ALPHA_ISA_TRAITS_HH__
34
35namespace LittleEndianGuest {}
36
37#include "arch/alpha/types.hh"
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;

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

30 */
31
32#ifndef __ARCH_ALPHA_ISA_TRAITS_HH__
33#define __ARCH_ALPHA_ISA_TRAITS_HH__
34
35namespace LittleEndianGuest {}
36
37#include "arch/alpha/types.hh"
38#include "arch/alpha/isa_traits.hh"
39#include "config/full_system.hh"
40#include "sim/host.hh"
41
42class StaticInstPtr;
43
38#include "config/full_system.hh"
39#include "sim/host.hh"
40
41class StaticInstPtr;
42
44#if FULL_SYSTEM
45#include "arch/alpha/isa_fullsys_traits.hh"
46#endif
47
48
49namespace AlphaISA
50{
51
52 using namespace LittleEndianGuest;
53
54 // These enumerate all the registers for dependence tracking.
55 enum DependenceTags {
56 // 0..31 are the integer regs 0..31

--- 236 unchanged lines hidden ---
43namespace AlphaISA
44{
45
46 using namespace LittleEndianGuest;
47
48 // These enumerate all the registers for dependence tracking.
49 enum DependenceTags {
50 // 0..31 are the integer regs 0..31

--- 236 unchanged lines hidden ---