#include <cassert>
#include <unordered_map>
#include <vector>
#include "arch/generic/decoder.hh"
#include "arch/x86/microcode_rom.hh"
#include "arch/x86/regs/misc.hh"
#include "arch/x86/types.hh"
#include "base/bitfield.hh"
#include "base/logging.hh"
#include "base/trace.hh"
#include "base/types.hh"
#include "cpu/decode_cache.hh"
#include "cpu/static_inst.hh"
#include "debug/Decoder.hh"
#include "params/X86Decoder.hh"
Go to the source code of this file.
|
namespace | gem5 |
| Copyright (c) 2024 Arm Limited All rights reserved.
|
|
namespace | gem5::X86ISA |
| This is exposed globally, independent of the ISA.
|
|