mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +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>