commit | 76cb6584196b6f35d6e9b5124974d3eba643f772 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Fri Nov 14 14:01:41 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Thu Nov 20 14:52:01 2014 +0100 |
tree | bc4f474c4ced32b5fedb6d8ca18bac3db763505f | |
parent | f2a64032a14c642d0ddc9a7a846fc3d737deede5 [diff] |
target-ppc: Altivec's mtvscr Decodes Wrong Register 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 <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>