gas: Update x86 sse-noavx tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ept.s
CommitLineData
f1f8f695
L
1# Check EPT instructions
2 .text
3_start:
4 invept (%ecx), %ebx
5 invvpid (%ecx), %ebx
6
7 .intel_syntax noprefix
8 invept ebx, oword ptr [ecx]
9 invvpid ebx, oword ptr [ecx]
This page took 0.438448 seconds and 4 git commands to generate.