includes.isa (8946:fb6c89334b86) includes.isa (9022:bb25e7646c41)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
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

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

53}};
54
55output decoder {{
56#include <cmath>
57#if defined(linux)
58#include <fenv.h>
59#endif
60
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
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

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

53}};
54
55output decoder {{
56#include <cmath>
57#if defined(linux)
58#include <fenv.h>
59#endif
60
61#include "arch/power/decoder.hh"
61#include "arch/power/faults.hh"
62#include "arch/power/isa_traits.hh"
63#include "arch/power/utility.hh"
64#include "base/loader/symtab.hh"
65#include "base/cprintf.hh"
66#include "cpu/thread_context.hh"
67
68using namespace PowerISA;

--- 22 unchanged lines hidden ---
62#include "arch/power/faults.hh"
63#include "arch/power/isa_traits.hh"
64#include "arch/power/utility.hh"
65#include "base/loader/symtab.hh"
66#include "base/cprintf.hh"
67#include "cpu/thread_context.hh"
68
69using namespace PowerISA;

--- 22 unchanged lines hidden ---