qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 4/5] target/ppc: Base changes to allow 32/64-bit insns


From: Richard Henderson
Subject: Re: [PATCH 4/5] target/ppc: Base changes to allow 32/64-bit insns
Date: Wed, 14 Apr 2021 09:10:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/13/21 2:11 PM, Luis Pires wrote:
+static inline int is_insn_prefix(uint32_t insn)
+{
+    return (opc1(insn) == 0x01);
+}

Oh.  This should probably return false when prefixed instruction are not 
supported.


r~



reply via email to

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