assem_arm.c: Use ARMv6 instructions if possible
authorgizmo98 <atz.SE@gmx.de>
Thu, 29 Jan 2015 17:04:27 +0000 (18:04 +0100)
committernotaz <notasas@gmail.com>
Sat, 31 Jan 2015 19:29:51 +0000 (21:29 +0200)
commit332a45333682fdbc2070af1f0acdc52b64e068af
treed41aa5b5e9fa9d75380c4bd38c7c353e2d6f2df1
parentbd36656c7f40b57dae171d6935a873f224f60337
assem_arm.c: Use ARMv6 instructions if possible

Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6.
uxth, sxth and sxtb are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html
libpcsxcore/new_dynarec/assem_arm.c