decoder.hh (12136:1070125670e2) decoder.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2012 Google
3 * Copyright (c) 2017 The University of Virginia
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

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

31 */
32
33#ifndef __ARCH_RISCV_DECODER_HH__
34#define __ARCH_RISCV_DECODER_HH__
35
36#include "arch/generic/decode_cache.hh"
37#include "arch/riscv/isa_traits.hh"
38#include "arch/riscv/types.hh"
1/*
2 * Copyright (c) 2012 Google
3 * Copyright (c) 2017 The University of Virginia
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

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

31 */
32
33#ifndef __ARCH_RISCV_DECODER_HH__
34#define __ARCH_RISCV_DECODER_HH__
35
36#include "arch/generic/decode_cache.hh"
37#include "arch/riscv/isa_traits.hh"
38#include "arch/riscv/types.hh"
39#include "base/misc.hh"
39#include "base/logging.hh"
40#include "base/types.hh"
41#include "cpu/static_inst.hh"
42#include "debug/Decode.hh"
43
44namespace RiscvISA
45{
46
47class ISA;

--- 42 unchanged lines hidden ---
40#include "base/types.hh"
41#include "cpu/static_inst.hh"
42#include "debug/Decode.hh"
43
44namespace RiscvISA
45{
46
47class ISA;

--- 42 unchanged lines hidden ---