main.isa (2665:a124942bacb8) main.isa (2680:246e7104f744)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 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

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

51#include "mem/request.hh" // some constructors use MemReq flags
52}};
53
54output decoder {{
55#include "base/cprintf.hh"
56#include "base/fenv.hh"
57#include "base/loader/symtab.hh"
58#include "config/ss_compatible_fp.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 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

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

51#include "mem/request.hh" // some constructors use MemReq flags
52}};
53
54output decoder {{
55#include "base/cprintf.hh"
56#include "base/fenv.hh"
57#include "base/loader/symtab.hh"
58#include "config/ss_compatible_fp.hh"
59#include "cpu/exec_context.hh" // for Jump::branchTarget()
59#include "cpu/thread_context.hh" // for Jump::branchTarget()
60
61#include <math.h>
62
63using namespace AlphaISA;
64}};
65
66output exec {{
67#include <math.h>

--- 396 unchanged lines hidden ---
60
61#include <math.h>
62
63using namespace AlphaISA;
64}};
65
66output exec {{
67#include <math.h>

--- 396 unchanged lines hidden ---