isa_traits.hh (6110:5051aafec8d5) isa_traits.hh (6214:1ec0ec8933ae)
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;

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

33#define __ARCH_ALPHA_ISA_TRAITS_HH__
34
35namespace LittleEndianGuest {}
36
37#include "arch/alpha/ipr.hh"
38#include "arch/alpha/max_inst_regs.hh"
39#include "arch/alpha/types.hh"
40#include "config/full_system.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;

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

33#define __ARCH_ALPHA_ISA_TRAITS_HH__
34
35namespace LittleEndianGuest {}
36
37#include "arch/alpha/ipr.hh"
38#include "arch/alpha/max_inst_regs.hh"
39#include "arch/alpha/types.hh"
40#include "config/full_system.hh"
41#include "sim/host.hh"
41#include "base/types.hh"
42
43class StaticInstPtr;
44
45namespace AlphaISA {
46
47using namespace LittleEndianGuest;
48using AlphaISAInst::MaxInstSrcRegs;
49using AlphaISAInst::MaxInstDestRegs;

--- 127 unchanged lines hidden ---
42
43class StaticInstPtr;
44
45namespace AlphaISA {
46
47using namespace LittleEndianGuest;
48using AlphaISAInst::MaxInstSrcRegs;
49using AlphaISAInst::MaxInstDestRegs;

--- 127 unchanged lines hidden ---