]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
NEON vldN optimization
authorPaul Brook <paul@codesourcery.com>
Fri, 11 Jun 2010 19:01:00 +0000 (20:01 +0100)
committerPaul Brook <paul@codesourcery.com>
Fri, 11 Jun 2010 19:37:51 +0000 (20:37 +0100)
commit41ba834146f1d8b9cbc09a9f25f5c6b84bf405d9
treed6981379bb90fa2d23b452641226a96e66ee1d28
parent0e2029a063405091ee34170ef71aa321715e4357
NEON vldN optimization

When combining multiple values as part of a NEON array load, do explcit
shift/or rather than using gen_bfi.  This voids redundant mask
operations.

Signed-off-by: Paul Brook <paul@codesourcery.com>
target-arm/translate.c