Hi,
On 15/4/25 14:06, WANG Rui wrote:
Previously, some instructions could be executed regardless of CPU mode or
feature support. This patch enforces proper checks so that instructions are
only allowed when the required CPU features are enabled.
Signed-off-by: WANG Rui
---
target/loongarch/cp
Hi,
On Tue, Apr 15, 2025 at 8:25 PM Philippe Mathieu-Daudé
wrote:
>
> Hi,
>
> On 15/4/25 14:06, WANG Rui wrote:
> > Previously, some instructions could be executed regardless of CPU mode or
> > feature support. This patch enforces proper checks so that instructions are
> > only allowed when the r
Previously, some instructions could be executed regardless of CPU mode or
feature support. This patch enforces proper checks so that instructions are
only allowed when the required CPU features are enabled.
Signed-off-by: WANG Rui
---
target/loongarch/cpu.c| 4 +--
targe