|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 3/4] target/riscv: Encode the FS and VS on a normal way for tb flags |
Date: | Fri, 24 Mar 2023 10:07:57 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 3/24/23 07:30, LIU Zhiwei wrote:
Reuse the MSTATUS_FS and MSTATUS_VS for the tb flags positions is not a normal way. It will make it hard to change the tb flags layout. And even worse, if we want to keep tb flags for a same extension togather without a hole. Signed-off-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> Reviewed-by: Weiwei Li <liweiwei@iscas.ac.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
+ flags = FIELD_DP32(flags, TB_FLAGS, FS, + flags = FIELD_DP32(flags, TB_FLAGS, VS,
Extra space after =. r~
[Prev in Thread] | Current Thread | [Next in Thread] |