summaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/invpcid.asm
blob: 90f517aa6e8820fece54bfde61203f58187514bf (plain)
1
2
3
4
5
6
[bits 32]
invpcid eax, oword [0]		; 66 0f 38 82 05 00 00 00 00

[bits 64]
invpcid rax, oword [0]		; 66 0f 38 82 04 25 00 00 00 00