OpenCores
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.20.1/] [gas/] [testsuite/] [gas/] [i386/] [inval-ept.s] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
# Check illegal EPT instructions
2
        .text
3
_start:
4
        invept  (%ecx), %bx
5
        invept  %ebx, (%ecx)
6
        invept  %ebx, %ecx
7
        invvpid (%ecx), %bx
8
        invvpid %ebx, (%ecx)
9
        invvpid %ebx, %ecx
10
 
11
        .intel_syntax noprefix
12
        invept bx, oword ptr [ecx]
13
        invept oword ptr [ecx], ebx
14
        invept ecx, ebx
15
        invvpid bx, oword ptr [ecx]
16
        invvpid oword ptr [ecx], ebx
17
        invvpid ecx, ebx

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.