gem5 v24.0.0.0
|
#include "arch/power/insts/static_inst.hh"
#include "arch/power/regs/misc.hh"
#include "base/bitfield.hh"
#include "base/cprintf.hh"
Go to the source code of this file.
Classes | |
class | gem5::PowerISA::IntOp |
We provide a base class for integer operations and then inherit for several other classes. More... | |
class | gem5::PowerISA::IntImmOp |
Class for integer immediate (signed and unsigned) operations. More... | |
class | gem5::PowerISA::IntArithOp |
Class for integer arithmetic operations. More... | |
class | gem5::PowerISA::IntImmArithOp |
Class for integer immediate arithmetic operations. More... | |
class | gem5::PowerISA::IntDispArithOp |
Class for integer arithmetic operations with displacement. More... | |
class | gem5::PowerISA::IntCompOp |
Class for integer compare operations. More... | |
class | gem5::PowerISA::IntImmCompOp |
Class for integer immediate compare operations. More... | |
class | gem5::PowerISA::IntImmCompLogicOp |
Class for integer immediate compare logical operations. More... | |
class | gem5::PowerISA::IntLogicOp |
Class for integer logical operations. More... | |
class | gem5::PowerISA::IntImmLogicOp |
Class for integer immediate logical operations. More... | |
class | gem5::PowerISA::IntShiftOp |
Class for integer operations with a shift value obtained from a register or an instruction field. More... | |
class | gem5::PowerISA::IntConcatShiftOp |
Class for integer shift operations with a shift value obtained from a register or by concatenating immediates. More... | |
class | gem5::PowerISA::IntRotateOp |
Class for integer rotate operations with a shift amount obtained from a register or an immediate and the first and last bits of a mask obtained from immediates. More... | |
class | gem5::PowerISA::IntConcatRotateOp |
Class for integer rotate operations with a shift amount obtained from a register or by concatenating immediate fields and the first and last bits of a mask obtained by concatenating immediate fields. More... | |
class | gem5::PowerISA::IntTrapOp |
Class for integer trap operations. More... | |
class | gem5::PowerISA::IntImmTrapOp |
Class for integer immediate trap operations. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::PowerISA |