target-microblaze: dec_msr: Use bool and extract32
commit2023e9a3bcb514a5fd41644c63825109c286e4ef
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Sat, 14 Apr 2018 13:17:52 +0000 (14 15:17 +0200)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Tue, 29 May 2018 07:35:14 +0000 (29 09:35 +0200)
tree67996393f2a163638f1a4b206c906117033477cb
parent9ba8cd452bb48ad63e2878f8ebef4cfb18f46812
target-microblaze: dec_msr: Use bool and extract32

Use bool and extract32 to represent the to, clr and
clrset flags.

No functional change.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target/microblaze/translate.c