i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-mpx-inval-1.s
CommitLineData
7e8b059b
L
1# MPX instructions
2 .allow_index_reg
3 .text
4 bnd add %rax, %rbx # Bad
5 bnd stosw (%edi) # Bad
6 bnd loop foo
7 bnd jrcxz foo
8
9.intel_syntax noprefix
10 bnd add rbx, rax # Bad
11 bnd stos WORD PTR [edi] # Bad
12 bnd loop foo
13 bnd jrcxz foo
This page took 0.314794 seconds and 4 git commands to generate.