target-microblaze: Cleanup dec_mul
authorRichard Henderson <rth@twiddle.net>
Tue, 27 Sep 2016 21:23:53 +0000 (14:23 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 1 Nov 2016 16:30:45 +0000 (10:30 -0600)
commit16ece88dcb63ee3baadbc337834812f32bff152f
tree2cfe52ced40c0dbf2750c53da12bcecd1dc903c4
parent5087abfb7dfd1d368ae6939420057036b4d8e509
target-microblaze: Cleanup dec_mul

Use tcg_gen_mul_tl for muli and mul instructions.
Use tcg_gen_muls2_tl for mulh instruction.
Use tcg_gen_mulu2_tl for mulhu instruction.
Use tcg_gen_mulsu2_tl for mulhsu instruction.

Note that this last fixes a bug, in that mulhsu was
previously treating both operands as signed, instead
of treating rb as unsigned.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-Id: <1475011433-24456-3-git-send-email-rth@twiddle.net>
target-microblaze/translate.c