decode_cache.cc (9024:5851586f399c) decode_cache.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2011-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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#include "arch/generic/decode_cache.hh"
1/*
2 * Copyright (c) 2011-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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#include "arch/generic/decode_cache.hh"
32
32#include "arch/decoder.hh"
33#include "arch/types.hh"
34#include "config/the_isa.hh"
35#include "cpu/static_inst.hh"
36
37namespace GenericISA
38{
39

--- 20 unchanged lines hidden ---
33#include "arch/decoder.hh"
34#include "arch/types.hh"
35#include "config/the_isa.hh"
36#include "cpu/static_inst.hh"
37
38namespace GenericISA
39{
40

--- 20 unchanged lines hidden ---