summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/ia64/opc-x.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/ia64/opc-x.s')
-rw-r--r--gas/testsuite/gas/ia64/opc-x.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/testsuite/gas/ia64/opc-x.s b/gas/testsuite/gas/ia64/opc-x.s
new file mode 100644
index 0000000000..ec1f5f2162
--- /dev/null
+++ b/gas/testsuite/gas/ia64/opc-x.s
@@ -0,0 +1,14 @@
+.text
+ .type _start,@function
+_start:
+
+ break.x 0
+ break.x 0x3fffffffffffffff
+
+ nop.x 0
+ nop.x 0x3fffffffffffffff
+
+ movl r4 = 0
+ movl r4 = 0xffffffffffffffff
+ movl r4 = 0x1234567890abcdef
+