isa_traits.hh (8542:7230ff0738e3) isa_traits.hh (8775:1e3ca5d77b53)
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

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

29 * Authors: Gabe Black
30 * Korey Sewell
31 * Jaidev Patwardhan
32 */
33
34#ifndef __ARCH_MIPS_ISA_TRAITS_HH__
35#define __ARCH_MIPS_ISA_TRAITS_HH__
36
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

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

29 * Authors: Gabe Black
30 * Korey Sewell
31 * Jaidev Patwardhan
32 */
33
34#ifndef __ARCH_MIPS_ISA_TRAITS_HH__
35#define __ARCH_MIPS_ISA_TRAITS_HH__
36
37#include "arch/mips/mips_core_specific.hh"
38#include "arch/mips/types.hh"
39#include "base/types.hh"
40#include "config/full_system.hh"
41#include "cpu/static_inst_fwd.hh"
42
43namespace LittleEndianGuest {}
44
45namespace MipsISA

--- 122 unchanged lines hidden ---
37#include "arch/mips/types.hh"
38#include "base/types.hh"
39#include "config/full_system.hh"
40#include "cpu/static_inst_fwd.hh"
41
42namespace LittleEndianGuest {}
43
44namespace MipsISA

--- 122 unchanged lines hidden ---