271f091db7
Thu Oct 29 12:07:06 1998 Frank Ch. Eigler <fche@cygnus.com> * t-psrlvw.s (test_psrlvw): Add test for sign-extension in insn. * t-padsbh.s: New test. * t-mult1.s: New test. * Makefile.in: Run them.
11 lines
233 B
ArmAsm
11 lines
233 B
ArmAsm
.include "t-macros.i"
|
|
|
|
start
|
|
|
|
test_padsbh:
|
|
load $8 0x0122800745658006 0x89a80005cdeb0004
|
|
load $9 0x0001fff90002fffa 0x00037ffb00047ffc
|
|
padsbh $10,$9,$8
|
|
check10 0x0123800045678000 0x765b7ff632197ff8
|
|
|
|
exit0
|