gas: Update x86 sse-noavx tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ept.s
... / ...
CommitLineData
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.022671 seconds and 4 git commands to generate.