target/microblaze: Split out ESR from env->sregs
commit78e9caf2f9410c8b90bb6d5a6449c750056c3f8a
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 20 Aug 2020 04:50:35 +0000 (19 21:50 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (1 07:41 -0700)
tree06134b6ab56d5a35719527888600b8cb0420dd6a
parentb2e80a3c191e90dee7ad05df303c237d9819bee4
target/microblaze: Split out ESR from env->sregs

Continue eliminating the sregs array in favor of individual members.
Does not correct the width of ESR, yet.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/microblaze/cpu_loop.c
target/microblaze/cpu.h
target/microblaze/gdbstub.c
target/microblaze/helper.c
target/microblaze/op_helper.c
target/microblaze/translate.c