Re: [Qemu-devel] [PATCH] target-ppc: Altivec's mtvscr Decodes Wrong Register

2014-11-15 Thread Alexander Graf
On 14.11.14 21:01, Tom Musta wrote: > The Move to Vector Status and Control Register (mtvscr) instruction > uses VRB as the source register. Fix the code generator to correctly > decode the VRB field. That is, use "rB(ctx->opcode)" instead of > "rD(ctx->opcode)". > > Signed-off-by: Tom Musta

[Qemu-devel] [PATCH] target-ppc: Altivec's mtvscr Decodes Wrong Register

2014-11-14 Thread Tom Musta
The Move to Vector Status and Control Register (mtvscr) instruction uses VRB as the source register. Fix the code generator to correctly decode the VRB field. That is, use "rB(ctx->opcode)" instead of "rD(ctx->opcode)". Signed-off-by: Tom Musta --- target-ppc/translate.c |2 +- 1 files cha