target/microblaze: Split out PC from env->sregs
commit76e8187d0078e6b926a9a648fb755df4dd266e05
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 20 Aug 2020 04:33:32 +0000 (19 21:33 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (1 07:41 -0700)
treed4fdbdd7956725275013822ca22cfbb6bd834fe8
parent8a42ddf013738a15c9cb739b9dfc07500cb27a21
target/microblaze: Split out PC from env->sregs

Begin eliminating the sregs array in favor of individual members.
Does not correct the width of pc, 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
linux-user/microblaze/signal.c
target/microblaze/cpu.c
target/microblaze/cpu.h
target/microblaze/gdbstub.c
target/microblaze/helper.c
target/microblaze/mmu.c
target/microblaze/op_helper.c
target/microblaze/translate.c