decoder.cc (9374:227a38f9d98c) decoder.cc (9377:6f294e7a93d1)
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;

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

27 *
28 * Authors: Gabe Black
29 */
30
31#include "arch/arm/decoder.hh"
32#include "arch/arm/isa_traits.hh"
33#include "arch/arm/utility.hh"
34#include "base/trace.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;

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

27 *
28 * Authors: Gabe Black
29 */
30
31#include "arch/arm/decoder.hh"
32#include "arch/arm/isa_traits.hh"
33#include "arch/arm/utility.hh"
34#include "base/trace.hh"
35#include "cpu/thread_context.hh"
36#include "debug/Decoder.hh"
37
38namespace ArmISA
39{
40
41GenericISA::BasicDecodeCache Decoder::defaultCache;
42
43void

--- 80 unchanged lines hidden ---
35#include "debug/Decoder.hh"
36
37namespace ArmISA
38{
39
40GenericISA::BasicDecodeCache Decoder::defaultCache;
41
42void

--- 80 unchanged lines hidden ---