summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d')
-rw-r--r--gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d24
1 files changed, 24 insertions, 0 deletions
diff --git a/gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d b/gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d
new file mode 100644
index 0000000000..cbd77b8b6f
--- /dev/null
+++ b/gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d
@@ -0,0 +1,24 @@
+#as: -madd-bnd-prefix
+#objdump: -drw
+#name: Check -madd-bnd-prefix (x86-64)
+
+.*: +file format .*
+
+
+Disassembly of section .text:
+
+0+ <foo-0x14>:
+[ ]*[a-f0-9]+: f2 e8 0e 00 00 00 bnd callq 14 <foo>
+[ ]*[a-f0-9]+: f2 ff 10 bnd callq \*\(%rax\)
+[ ]*[a-f0-9]+: f2 74 08 bnd je 14 <foo>
+[ ]*[a-f0-9]+: f2 eb 05 bnd jmp 14 <foo>
+[ ]*[a-f0-9]+: f2 ff 23 bnd jmpq \*\(%rbx\)
+[ ]*[a-f0-9]+: f2 c3 bnd retq
+
+0+14 <foo>:
+[ ]*[a-f0-9]+: f2 c3 bnd retq
+[ ]*[a-f0-9]+: f2 c3 bnd retq
+[ ]*[a-f0-9]+: f2 e8 f6 ff ff ff bnd callq 14 <foo>
+[ ]*[a-f0-9]+: 48 01 c3 add %rax,%rbx
+[ ]*[a-f0-9]+: e2 f1 loop 14 <foo>
+#pass