URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [i386/] [inval-ept.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
# Check illegal EPT instructions .text _start: invept (%ecx), %bx invept %ebx, (%ecx) invept %ebx, %ecx invvpid (%ecx), %bx invvpid %ebx, (%ecx) invvpid %ebx, %ecx .intel_syntax noprefix invept bx, oword ptr [ecx] invept oword ptr [ecx], ebx invept ecx, ebx invvpid bx, oword ptr [ecx] invvpid oword ptr [ecx], ebx invvpid ecx, ebx
Go to most recent revision | Compare with Previous | Blame | View Log