commit | 94b6c911c644de8621b7be48b0fa0f9c2b7a2122 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Feb 03 23:31:51 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 08 14:47:28 2014 +0000 |
tree | a55baa29a971c91c7f459b1a1942634b5d4f1004 | |
parent | 45aecc6dbb9e282bd880d155f80018a192c90ff2 [diff] |
target-arm: A64: Implement 2-register misc compares, ABS, NEG Implement the simple 2-register-misc operations we can share with the scalar-two-register-misc code. (SUQADD, USQADD, SQABS, SQNEG also fall into this category, but aren't implemented in the scalar-2-register case yet either.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>