From: David Schleef Date: Wed, 8 Jul 2009 04:45:08 +0000 (-0700) Subject: neon: fix vmvn usage X-Git-Tag: orc-0.4.5~22^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a325e68fb8ebeb49c2187c3b5aa15dbef8b69aa;p=platform%2Fupstream%2Forc.git neon: fix vmvn usage --- diff --git a/orc/orcrules-neon.c b/orc/orcrules-neon.c index b1feec5..63b467e 100644 --- a/orc/orcrules-neon.c +++ b/orc/orcrules-neon.c @@ -573,7 +573,7 @@ orc_neon_emit_loadiw (OrcCompiler *compiler, int reg, int value) if (value < 0) { neg = TRUE; - value = -value; + value = ~value; } shift = orc_neon_get_const_shift (value); if ((value & (0xff<