Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / movi64-2.s
1 ! Check MOVI expansion. This one for the 64-bit ABI only.
2 .text
3 start:
4 movi 65536 << 16,r3
5 movi -32769 << 16,r3
6 movi 32768 << 16,r3
7 movi 32767 << 48,r3
8 movi 32768 << 48,r3 ! Perhaps a warning on this or the next,
9 movi -32768 << 48,r3 ! for being out of range?
10
This page took 0.0317 seconds and 4 git commands to generate.