Home | History | Annotate | Download | only in i386
      1 # Check INVPCID instruction
      2 
      3 	.text
      4 foo:
      5 	invpcid	(%eax), %edx
      6 
      7 	.intel_syntax noprefix
      8 	invpcid	edx,[eax]
      9