x86-64: Intel64 adjustments for insns dealing with far pointers
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mpx-inval-1.s
1 # MPX instructions
2 .allow_index_reg
3 .text
4 .extern xxx
5 foo:
6 bnd add %eax, %ebx # Bad
7 bnd stosw (%edi) # Bad
8 bnd lcall $0x1234,$xxx
9 bnd ljmp $0x1234,$xxx
10 bnd loop foo
11 bnd jcxz foo
12
13 .intel_syntax noprefix
14 bnd add ebx, eax # Bad
15 bnd stos WORD PTR[edi] # Bad
16 bnd lcall 0x1234,xxx
17 bnd ljmp 0x1234,xxx
18 bnd loop foo
19 bnd jcxz foo
This page took 0.029971 seconds and 4 git commands to generate.