|
gem5 v25.0.0.1
|
#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 Arm Limited 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) |
| uint32_t | gem5::RiscvISA::get_emul (uint32_t eew, uint32_t sew, float vflmul, bool is_mask_ldst) |
| uint8_t | gem5::RiscvISA::checked_vtype (bool vill, uint8_t vtype) |