Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / frv / immediates.s
1 ;; These instructions can be found in the FRV Linux kernel.
2 ;; They used to fail to assemble on 64-bit host machines
3 ;; because of sign-extension problems.
4
5 .text
6 .global foo
7 foo:
8 setlos #0xffffe000, gr3
9 sethi.p %hi(~(0x80000000 | 0x40000000)), gr4
This page took 0.030071 seconds and 4 git commands to generate.