OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [i386/] [movbe.s] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
# Check movbe
2
        .text
3
foo:
4
        movbe   (%ecx),%bx
5
        movbe   (%ecx),%ebx
6
        movbe   %bx,(%ecx)
7
        movbe   %ebx,(%ecx)
8
        movbew  (%ecx),%bx
9
        movbel  (%ecx),%ebx
10
        movbew  %bx,(%ecx)
11
        movbel  %ebx,(%ecx)
12
 
13
        .intel_syntax noprefix
14
        movbe bx, word ptr [ecx]
15
        movbe ebx, dword ptr [ecx]
16
        movbe word ptr [ecx], bx
17
        movbe dword ptr [ecx], ebx

powered by: WebSVN 2.1.0

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