includes.isa (8795:0909f8ed7aa0) includes.isa (8946:fb6c89334b86)
1// -*- mode:c++ -*-
2
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

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

40
41#include "arch/mips/isa_traits.hh"
42#include "arch/mips/types.hh"
43#include "cpu/static_inst.hh"
44#include "mem/packet.hh"
45}};
46
47output decoder {{
1// -*- mode:c++ -*-
2
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

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

40
41#include "arch/mips/isa_traits.hh"
42#include "arch/mips/types.hh"
43#include "cpu/static_inst.hh"
44#include "mem/packet.hh"
45}};
46
47output decoder {{
48#include <math.h>
48#include <cmath>
49
50#include "arch/mips/dsp.hh"
51#include "arch/mips/dt_constants.hh"
52#include "arch/mips/faults.hh"
53#include "arch/mips/isa_traits.hh"
54#include "arch/mips/mt_constants.hh"
55#include "arch/mips/pagetable.hh"
56#include "arch/mips/pra_constants.hh"

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

64#if defined(linux)
65#include <fenv.h>
66#endif
67
68using namespace MipsISA;
69}};
70
71output exec {{
49
50#include "arch/mips/dsp.hh"
51#include "arch/mips/dt_constants.hh"
52#include "arch/mips/faults.hh"
53#include "arch/mips/isa_traits.hh"
54#include "arch/mips/mt_constants.hh"
55#include "arch/mips/pagetable.hh"
56#include "arch/mips/pra_constants.hh"

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

64#if defined(linux)
65#include <fenv.h>
66#endif
67
68using namespace MipsISA;
69}};
70
71output exec {{
72#include <math.h>
72#include <cmath>
73
74#include "arch/generic/memhelpers.hh"
75#include "arch/mips/dsp.hh"
76#include "arch/mips/dt_constants.hh"
77#include "arch/mips/faults.hh"
78#include "arch/mips/isa_traits.hh"
79#include "arch/mips/mt.hh"
80#include "arch/mips/mt_constants.hh"

--- 22 unchanged lines hidden ---
73
74#include "arch/generic/memhelpers.hh"
75#include "arch/mips/dsp.hh"
76#include "arch/mips/dt_constants.hh"
77#include "arch/mips/faults.hh"
78#include "arch/mips/isa_traits.hh"
79#include "arch/mips/mt.hh"
80#include "arch/mips/mt_constants.hh"

--- 22 unchanged lines hidden ---