commit | 7990496dcbdec56b192b8a0867f9fa26812b3dc0 | [log] [tgz] |
---|---|---|
author | Laurent Desnogues <laurent.desnogues@gmail.com> | Sun Sep 13 14:27:31 2009 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 26 21:29:59 2009 +0200 |
tree | c76d66530156415ec03957a9946b3ec108bdfda1 | |
parent | 02c068c3ae8ec2954ea03de61d6627c555d88bff [diff] |
ARM back-end: Use sxt[bh] instructions for ext{8, 6}s This patch uses sxtb for ext8s_i32 and sxth for ext16s_i32 in ARM back-end. Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>