blob: 452c3c2fddc1e00cf50c4f0bf736415677dd6934 [file] [log] [blame]
# Check INVPCID instruction
.text
foo:
.rept 2
invpcid (%eax), %edx
.intel_syntax noprefix
invpcid edx,[eax]
invpcid edx,oword ptr [eax]
.att_syntax prefix
.code16
.endr