target-microblaze: Make compute_ldst_addr always use a temp
commit0dc4af5c1a0e8d3f73b176f8fd3159e77a4c2492
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Fri, 13 Apr 2018 14:12:56 +0000 (13 16:12 +0200)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Tue, 29 May 2018 07:35:13 +0000 (29 09:35 +0200)
treef9ab2babe6f867f440108360d0af1c282a223c4d
parenta2de5ca451354155a0d6a9b098cbdd44eabb2da5
target-microblaze: Make compute_ldst_addr always use a temp

Make compute_ldst_addr always use a temp. This simplifies
the code a bit in preparation for adding support for
64bit addresses.

No functional change.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target/microblaze/translate.c