x86-64: bndmk, bndldx, and bndstx don't allow RIP-relative addressing
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-invpcid.s
CommitLineData
6c30d220
L
1# Check illegal INVPCID instructions
2 .text
3foo:
4 invpcid (%ecx), %bx
5 invpcid %ebx, (%ecx)
6 invpcid %ebx, %ecx
7
8 .intel_syntax noprefix
9 invpcid bx, [ecx]
10 invpcid [ecx], ebx
11 invpcid ecx, ebx
This page took 0.339533 seconds and 4 git commands to generate.