]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/i386/invpcid.s
x86: add missing IgnoreSize
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / invpcid.s
1 # Check INVPCID instruction
2
3 .text
4 foo:
5 .rept 2
6
7 invpcid (%eax), %edx
8
9 .intel_syntax noprefix
10 invpcid edx,[eax]
11 invpcid edx,oword ptr [eax]
12
13 .att_syntax prefix
14 .code16
15 .endr