qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_fl


From: Richard Henderson
Subject: Re: [PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
Date: Mon, 27 Mar 2023 09:22:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 3/26/23 18:34, liweiwei wrote:
We seems only need to know whether fs/vs is dirty,  so maybe we can just use a bool for them to save more bits from TB_FLAGS.

No, we also need disabled.  That is checked in REQUIRE_FPU, require_rvv, etc.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]