On Wed, Apr 17, 2013 at 04:26:44PM +0200, Richard Henderson wrote:
> On 2013-04-13 14:47, Aurelien Jarno wrote:
> >+gen_qemu_st64(ctx, cpu_fpr[rD(ctx->opcode) + 1], EA);
>
> Actually, for both this and ldfp, don't you need to check for
> odd rD and raise sigill or whatever?
>
This indeed
On 2013-04-13 14:47, Aurelien Jarno wrote:
+gen_qemu_st64(ctx, cpu_fpr[rD(ctx->opcode) + 1], EA);
Actually, for both this and ldfp, don't you need to check for
odd rD and raise sigill or whatever?
r~
Needed for Power ISA version 2.05 compliance.
Cc: Alexander Graf
Signed-off-by: Aurelien Jarno
---
target-ppc/translate.c | 48
1 file changed, 48 insertions(+)
diff --git a/target-ppc/translate.c b/target-ppc/translate.c
index 248e8ca..4ea701