isa_traits.hh (7580:6f77f379a594) isa_traits.hh (8542:7230ff0738e3)
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;

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

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 "base/types.hh"
39#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;

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

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 "base/types.hh"
39#include "config/full_system.hh"
40#include "cpu/static_inst_fwd.hh"
40
41
41class StaticInstPtr;
42
43namespace AlphaISA {
44
45using namespace LittleEndianGuest;
46
47StaticInstPtr decodeInst(ExtMachInst);
48
49// Alpha Does NOT have a delay slot
50#define ISA_HAS_DELAY_SLOT 0

--- 86 unchanged lines hidden ---
42namespace AlphaISA {
43
44using namespace LittleEndianGuest;
45
46StaticInstPtr decodeInst(ExtMachInst);
47
48// Alpha Does NOT have a delay slot
49#define ISA_HAS_DELAY_SLOT 0

--- 86 unchanged lines hidden ---