gas: Adjust x86 tests for PECOFF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-invpcid.s
1 # Check illegal INVPCID instructions
2 .text
3 foo:
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.055468 seconds and 4 git commands to generate.