OSDN Git Service

Support AVX Programming Reference (June, 2011).
[pf3gnuchains/pf3gnuchains4x.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