includes.isa (6334:285b9886fee2) includes.isa (7720:65d338a8dba4)
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

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

34//
35
36output header {{
37#include <sstream>
38#include <iostream>
39#include <iomanip>
40
41#include "arch/mips/isa_traits.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

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

34//
35
36output header {{
37#include <sstream>
38#include <iostream>
39#include <iomanip>
40
41#include "arch/mips/isa_traits.hh"
42#include "arch/mips/types.hh"
42#include "cpu/static_inst.hh"
43#include "mem/packet.hh"
44}};
45
46output decoder {{
47#include "arch/mips/isa_traits.hh"
48#include "base/cprintf.hh"
49#include "base/loader/symtab.hh"

--- 46 unchanged lines hidden ---
43#include "cpu/static_inst.hh"
44#include "mem/packet.hh"
45}};
46
47output decoder {{
48#include "arch/mips/isa_traits.hh"
49#include "base/cprintf.hh"
50#include "base/loader/symtab.hh"

--- 46 unchanged lines hidden ---