]> Git Repo - qemu.git/commit
Add VSR to Global Registers
authorTom Musta <[email protected]>
Tue, 22 Oct 2013 11:07:41 +0000 (22:07 +1100)
committerAlexander Graf <[email protected]>
Fri, 20 Dec 2013 00:57:49 +0000 (01:57 +0100)
commit472b24ce2b4f22363ec9a556e479be6ad5180727
treefbd7a9a44ae81a7526a41931aa05a5913273ad61
parentf9fc6d810f6777a253337ba050639d266e9a3538
Add VSR to Global Registers

This patch adds VSX VSRs to the the list of global register indices.
More specifically, it adds the lower halves of the first 32 VSRs to
the list of global register indices.  The upper halves of the first
32 VSRs are already defined via cpu_fpr[].  And the second 32 VSRs
are already defined via the cpu_avrh[] and cpu_avrl[] arrays.

Signed-off-by: Tom Musta <[email protected]>
Signed-off-by: Anton Blanchard <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/translate.c
This page took 0.030049 seconds and 4 git commands to generate.