[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/1] Add vtype.vill FIELD macro definition
From: |
Chao Liu |
Subject: |
[PATCH v1 0/1] Add vtype.vill FIELD macro definition |
Date: |
Wed, 11 Dec 2024 21:47:14 +0800 |
Hi, all:
According to the "The RISC-V Instruction Set Manual Volume I: Unprivileged
Architecture" Version 20240411, Section 31.3.4 "Vector type register, vtype",
and Table 40 "vtype register layout", this patch adds the definition for the
vill field of the vtype register. The bit position for vill is [63].
This change ensures that our implementation remains in line with the latest
RISC-V specifications, thereby maintaining compatibility and correctness.
Chao Liu (1):
target/riscv: add VILL field for vtype register macro definition
target/riscv/cpu.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.47.0
- [PATCH v1 0/1] Add vtype.vill FIELD macro definition,
Chao Liu <=