includes.isa (8946:fb6c89334b86) includes.isa (9022:bb25e7646c41)
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

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

42#include "arch/mips/types.hh"
43#include "cpu/static_inst.hh"
44#include "mem/packet.hh"
45}};
46
47output decoder {{
48#include <cmath>
49
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

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

42#include "arch/mips/types.hh"
43#include "cpu/static_inst.hh"
44#include "mem/packet.hh"
45}};
46
47output decoder {{
48#include <cmath>
49
50#include "arch/mips/decoder.hh"
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"
57#include "arch/mips/tlb.hh"

--- 45 unchanged lines hidden ---
51#include "arch/mips/dsp.hh"
52#include "arch/mips/dt_constants.hh"
53#include "arch/mips/faults.hh"
54#include "arch/mips/isa_traits.hh"
55#include "arch/mips/mt_constants.hh"
56#include "arch/mips/pagetable.hh"
57#include "arch/mips/pra_constants.hh"
58#include "arch/mips/tlb.hh"

--- 45 unchanged lines hidden ---