target/ppc: use Vsr macros in BCD helpers
commit428115c3a9d0f64e1b9189986dbba4be0548c4a5
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 26 Sep 2019 20:44:53 +0000 (26 21:44 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Oct 2019 09:08:21 +0000 (4 19:08 +1000)
tree30bfbf668e95d0f72d03c073c955443fc733f0c3
parente68cd0cb5cf49d334abe17231a1d2c28b846afa2
target/ppc: use Vsr macros in BCD helpers

This allows us to remove more endian-specific defines from int_helper.c.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20190926204453.31837-1-mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/ppc/int_helper.c