On 05/18/2015 06:39 AM, Aurelien Jarno wrote: > Now that movcond exists, it's easy to write (negative-) absolute value > using TCG code instead of an helper. > > Cc: Richard Henderson <[email protected]> > Cc: Alexander Graf <[email protected]> > Signed-off-by: Aurelien Jarno <[email protected]> > --- > target-s390x/helper.h | 2 -- > target-s390x/int_helper.c | 22 ---------------------- > target-s390x/translate.c | 16 ++++++++++++++-- > 3 files changed, 14 insertions(+), 26 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
