decoder.hh (11165:d90aec9435bd) decoder.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2012 Google
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;

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

28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_MIPS_DECODER_HH__
32#define __ARCH_MIPS_DECODER_HH__
33
34#include "arch/generic/decode_cache.hh"
35#include "arch/mips/types.hh"
1/*
2 * Copyright (c) 2012 Google
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;

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

28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_MIPS_DECODER_HH__
32#define __ARCH_MIPS_DECODER_HH__
33
34#include "arch/generic/decode_cache.hh"
35#include "arch/mips/types.hh"
36#include "base/misc.hh"
36#include "base/logging.hh"
37#include "base/types.hh"
38#include "cpu/static_inst.hh"
39
40namespace MipsISA
41{
42
43class ISA;
44class Decoder

--- 73 unchanged lines hidden ---
37#include "base/types.hh"
38#include "cpu/static_inst.hh"
39
40namespace MipsISA
41{
42
43class ISA;
44class Decoder

--- 73 unchanged lines hidden ---