utility.cc (11793:ef606668d247) utility.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

31#include "arch/mips/utility.hh"
32
33#include <cmath>
34
35#include "arch/mips/isa_traits.hh"
36#include "arch/mips/registers.hh"
37#include "arch/mips/vtophys.hh"
38#include "base/bitfield.hh"
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

31#include "arch/mips/utility.hh"
32
33#include <cmath>
34
35#include "arch/mips/isa_traits.hh"
36#include "arch/mips/registers.hh"
37#include "arch/mips/vtophys.hh"
38#include "base/bitfield.hh"
39#include "base/misc.hh"
39#include "base/logging.hh"
40#include "cpu/static_inst.hh"
41#include "cpu/thread_context.hh"
42#include "mem/fs_translating_port_proxy.hh"
43#include "sim/serialize.hh"
44
45using namespace MipsISA;
46using namespace std;
47

--- 230 unchanged lines hidden ---
40#include "cpu/static_inst.hh"
41#include "cpu/thread_context.hh"
42#include "mem/fs_translating_port_proxy.hh"
43#include "sim/serialize.hh"
44
45using namespace MipsISA;
46using namespace std;
47

--- 230 unchanged lines hidden ---