I have noticed gcc has a preference for generating UXTB instructions
when an AND with #255 would do the same thing.  This is bad, because
on A9 UXTB has two cycles latency compared to one cycle for AND.  On
A8 both instructions have one cycle latency.

-- 
Mans Rullgard / mru

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to