commit | f5a0a5a5abe7b72ad14b8884681a25fcf3e91c16 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Jan 04 22:15:44 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sat Jan 04 22:15:44 2014 +0000 |
tree | 8d315c5d94b16cc4bc3ac8f82fbdc41f26e1033f | |
parent | 6e6efd612f58726189893fd4d948b7fc10acd872 [diff] |
target-arm: Update generic cpreg code for AArch64 Update the generic cpreg support code to also handle AArch64: AArch64-visible registers coexist in the same hash table with AArch32-visible ones, with a bit in the hash key distinguishing them. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>