x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / invpcid.s
CommitLineData
6c30d220
L
1# Check INVPCID instruction
2
3 .text
4foo:
5 invpcid (%eax), %edx
6
7 .intel_syntax noprefix
8 invpcid edx,[eax]
64795710 9 invpcid edx,oword ptr [eax]
This page took 0.525995 seconds and 4 git commands to generate.