31 #ifndef __ARCH_RISCV_STANDARD_INST_HH__ 32 #define __ARCH_RISCV_STANDARD_INST_HH__ 50 using RiscvStaticInst::RiscvStaticInst;
76 using RiscvStaticInst::RiscvStaticInst;
103 #endif // __ARCH_RISCV_STANDARD_INST_HH__
Base class for system operations.
Base class for operations that work only on registers.
CSROp(const char *mnem, MachInst _machInst, OpClass __opClass)
Constructor.
Base class for operations with immediates (I is the type of immediate)
ImmOp(const char *mnem, MachInst _machInst, OpClass __opClass)
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Base class for CSR operations.
Base class for all RISC-V static instructions.