includes.isa (4661:44458219add1) includes.isa (4835:224d8f96e155)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
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

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

67
68output exec {{
69#include "arch/mips/faults.hh"
70#include "arch/mips/isa_traits.hh"
71#include "arch/mips/utility.hh"
72#include "arch/mips/dsp.hh"
73#include "arch/mips/pra_constants.hh"
74#include "arch/mips/dt_constants.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
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

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

67
68output exec {{
69#include "arch/mips/faults.hh"
70#include "arch/mips/isa_traits.hh"
71#include "arch/mips/utility.hh"
72#include "arch/mips/dsp.hh"
73#include "arch/mips/pra_constants.hh"
74#include "arch/mips/dt_constants.hh"
75#include "arch/mips/mt.hh"
75#include "arch/mips/mt_constants.hh"
76
77#include <math.h>
78#if defined(linux)
79#include <fenv.h>
80#endif
81
82#include "cpu/base.hh"

--- 12 unchanged lines hidden ---
76#include "arch/mips/mt_constants.hh"
77
78#include <math.h>
79#if defined(linux)
80#include <fenv.h>
81#endif
82
83#include "cpu/base.hh"

--- 12 unchanged lines hidden ---