summaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/cyrix.asm
blob: 44ced814b8b2961c40cc03d0ee73fafecdb74744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[bits 32]
        svdc    tword [2*eax+esi+12345678h],cs
        svdc    tword [2*eax+esi+12345678h],ds
        svdc    [2*eax+esi+12345678h],es

        rsdc    cs,tword [2*eax+esi+12345678h]
        rsdc    ds,tword [2*eax+esi+12345678h]
        rsdc    es,[2*eax+esi+12345678h]

        wrshr   eax
        wrshr   dword [4*edx+esi+12345678h]
        wrshr   [4*edx+esi+12345678h]

        rdshr   eax
        rdshr   dword [4*edx+esi+12345678h]
        rdshr   [4*edx+esi+12345678h]