includes.isa (9022:bb25e7646c41) includes.isa (9554:406fbcf60223)
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 <iomanip>
38#include <iostream>
39#include <sstream>
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 <iomanip>
38#include <iostream>
39#include <sstream>
40
41#include "arch/mips/isa_traits.hh"
42#include "arch/mips/types.hh"
42#include "arch/mips/mt_constants.hh"
43#include "arch/mips/pra_constants.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"

--- 53 unchanged lines hidden ---
44#include "cpu/static_inst.hh"
45#include "mem/packet.hh"
46}};
47
48output decoder {{
49#include <cmath>
50
51#include "arch/mips/decoder.hh"

--- 53 unchanged lines hidden ---