On Tue, Nov 23, 2010 at 06:53:44PM +0000, Peter Maydell wrote: > Fix errors in the decoding of the Neon forms of fixed-point VCVT: > * fixed-point VCVT is op 14 and 15, not 15 and 16 > * the fbits immediate field was being misinterpreted > * the sense of the to_fixed bit was inverted > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Nathan Froyd <froy...@codesourcery.com> -Nathan