1# Check INVPCID instruction
2
3	.text
4foo:
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
16