includes.isa (5268:5bfc53fe60e7) includes.isa (6334:285b9886fee2)
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

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

65using namespace MipsISA;
66}};
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"
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

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

65using namespace MipsISA;
66}};
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/mt.hh"
73#include "arch/mips/pra_constants.hh"
74#include "arch/mips/dt_constants.hh"
75#include "arch/mips/mt_constants.hh"
76
77#include <math.h>
78#if defined(linux)
79#include <fenv.h>
80#endif

--- 14 unchanged lines hidden ---
74#include "arch/mips/pra_constants.hh"
75#include "arch/mips/dt_constants.hh"
76#include "arch/mips/mt_constants.hh"
77
78#include <math.h>
79#if defined(linux)
80#include <fenv.h>
81#endif

--- 14 unchanged lines hidden ---