x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / invpcid.s
CommitLineData
6c30d220
L
1# Check INVPCID instruction
2
3 .text
4foo:
a0497384
JB
5 .rept 2
6
6c30d220
L
7 invpcid (%eax), %edx
8
9 .intel_syntax noprefix
10 invpcid edx,[eax]
64795710 11 invpcid edx,oword ptr [eax]
a0497384
JB
12
13 .att_syntax prefix
14 .code16
15 .endr
This page took 0.405049 seconds and 4 git commands to generate.