mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-19 13:04:37 +00:00
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>