main.isa (8902:75b524b64c28) | main.isa (8946:fb6c89334b86) |
---|---|
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 --- 56 unchanged lines hidden (view full) --- 65#include "cpu/thread_context.hh" // for Jump::branchTarget() 66#include "mem/packet.hh" 67#include "sim/full_system.hh" 68 69using namespace AlphaISA; 70}}; 71 72output exec {{ | 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 --- 56 unchanged lines hidden (view full) --- 65#include "cpu/thread_context.hh" // for Jump::branchTarget() 66#include "mem/packet.hh" 67#include "sim/full_system.hh" 68 69using namespace AlphaISA; 70}}; 71 72output exec {{ |
73#include <math.h> | 73#include <cmath> |
74 75#include "arch/alpha/registers.hh" 76#include "arch/alpha/regredir.hh" 77#include "arch/generic/memhelpers.hh" 78#include "base/cp_annotate.hh" 79#include "base/fenv.hh" 80#include "config/ss_compatible_fp.hh" 81#include "cpu/base.hh" --- 394 unchanged lines hidden --- | 74 75#include "arch/alpha/registers.hh" 76#include "arch/alpha/regredir.hh" 77#include "arch/generic/memhelpers.hh" 78#include "base/cp_annotate.hh" 79#include "base/fenv.hh" 80#include "config/ss_compatible_fp.hh" 81#include "cpu/base.hh" --- 394 unchanged lines hidden --- |