includes.isa (6019:76890d8b28f5) includes.isa (6253:988a001820f8)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007-2008 The Florida State University
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

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

33// Output include file directives.
34//
35
36output header {{
37#include <sstream>
38#include <iostream>
39#include <iomanip>
40
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007-2008 The Florida State University
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

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

33// Output include file directives.
34//
35
36output header {{
37#include <sstream>
38#include <iostream>
39#include <iomanip>
40
41#include "arch/arm/insts/branch.hh"
42#include "arch/arm/insts/macromem.hh"
43#include "arch/arm/insts/mem.hh"
44#include "arch/arm/insts/pred_inst.hh"
45#include "arch/arm/insts/static_inst.hh"
41#include "arch/arm/isa_traits.hh"
42#include "cpu/static_inst.hh"
43#include "mem/packet.hh"
44}};
45
46output decoder {{
47#include <cmath>
48#if defined(linux)

--- 34 unchanged lines hidden ---
46#include "arch/arm/isa_traits.hh"
47#include "cpu/static_inst.hh"
48#include "mem/packet.hh"
49}};
50
51output decoder {{
52#include <cmath>
53#if defined(linux)

--- 34 unchanged lines hidden ---