includes.isa (8564:f81bcb16fa1b) includes.isa (8607:5fb918115c07)
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

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

47output decoder {{
48#include <math.h>
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"
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

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

47output decoder {{
48#include <math.h>
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"
55#include "arch/mips/pra_constants.hh"
56#include "arch/mips/pra_constants.hh"
57#include "arch/mips/tlb.hh"
56#include "arch/mips/utility.hh"
57#include "base/loader/symtab.hh"
58#include "base/cprintf.hh"
59#include "cpu/thread_context.hh"
60#include "mem/packet.hh"
61#if defined(linux)
62#include <fenv.h>
63#endif

--- 35 unchanged lines hidden ---
58#include "arch/mips/utility.hh"
59#include "base/loader/symtab.hh"
60#include "base/cprintf.hh"
61#include "cpu/thread_context.hh"
62#include "mem/packet.hh"
63#if defined(linux)
64#include <fenv.h>
65#endif

--- 35 unchanged lines hidden ---