All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Add vtype.vill FIELD macro definition
@ 2024-12-11 13:47 Chao Liu
  2024-12-11 13:47 ` [PATCH v1 1/1] target/riscv: add VILL field for vtype register " Chao Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Chao Liu @ 2024-12-11 13:47 UTC (permalink / raw)
  To: bmeng.cn, liwei1518, palmer, alistair.francis
  Cc: zhiwei_liu, dbarboza, qemu-devel, qemu-riscv, Chao Liu

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-11 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 13:47 [PATCH v1 0/1] Add vtype.vill FIELD macro definition Chao Liu
2024-12-11 13:47 ` [PATCH v1 1/1] target/riscv: add VILL field for vtype register " Chao Liu
2024-12-11 14:05   ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.