gem5 v24.0.0.0
|
#include <string>
#include "arch/riscv/faults.hh"
#include "arch/riscv/insts/static_inst.hh"
#include "arch/riscv/isa.hh"
#include "arch/riscv/regs/misc.hh"
#include "arch/riscv/utility.hh"
#include "cpu/exec_context.hh"
#include "cpu/static_inst.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::RiscvISA |
Functions | |
float | gem5::RiscvISA::getVflmul (uint32_t vlmul_encoding) |
This function translates the 3-bit value of vlmul bits to the corresponding lmul value as specified in RVV 1.0 spec p11-12 chapter 3.4.2. | |
uint32_t | gem5::RiscvISA::getSew (uint32_t vsew) |
uint32_t | gem5::RiscvISA::getVlmax (VTYPE vtype, uint32_t vlen) |
uint8_t | gem5::RiscvISA::checked_vtype (bool vill, uint8_t vtype) |