includes.isa (8232:b28d06a175be) includes.isa (8442:b1f3dfae06f1)
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

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

63#endif
64
65using namespace MipsISA;
66}};
67
68output exec {{
69#include <math.h>
70
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

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

63#endif
64
65using namespace MipsISA;
66}};
67
68output exec {{
69#include <math.h>
70
71#include "arch/generic/memhelpers.hh"
71#include "arch/mips/dsp.hh"
72#include "arch/mips/dt_constants.hh"
73#include "arch/mips/faults.hh"
74#include "arch/mips/isa_traits.hh"
75#include "arch/mips/mt.hh"
76#include "arch/mips/mt_constants.hh"
77#include "arch/mips/pra_constants.hh"
78#include "arch/mips/utility.hh"

--- 16 unchanged lines hidden ---
72#include "arch/mips/dsp.hh"
73#include "arch/mips/dt_constants.hh"
74#include "arch/mips/faults.hh"
75#include "arch/mips/isa_traits.hh"
76#include "arch/mips/mt.hh"
77#include "arch/mips/mt_constants.hh"
78#include "arch/mips/pra_constants.hh"
79#include "arch/mips/utility.hh"

--- 16 unchanged lines hidden ---