commit | 873c371eea7d8700c8037d790de168b5ed7c20d0 | [log] [tgz] |
---|---|---|
author | Stuart Monteith <stuart.monteith@arm.com> | Fri Jul 11 16:31:28 2014 +0100 |
committer | Stuart Monteith <stuart.monteith@arm.com> | Fri Jul 11 18:26:19 2014 +0100 |
tree | 50fdf84df3a46ad58511a171e6f2881f43e9a83b | |
parent | 3641ac7de8b51c0853eaaa2ba3a3ab7e65a837c5 [diff] |
ART: Fix GenSelect for ARM64 Add CSINV and replace CSNEG in GenSelect. Some tests were failing in 083-complier-regression as CSNEG was used instead of CSINV. CSNEG on xzr yields 0, whereas CSINV negates the bits and yields -1, which was the intention. Change-Id: I60557e34483f98310f7d33f18d8db203fba6e78f Signed-off-by: Stuart Monteith <stuart.monteith@arm.com>