On 01/26/2014 11:25 AM, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > target-arm/translate-a64.c | 136 > ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 134 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~