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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [m68k/] [bitfield.s] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
# Test handling of bitfield instruction operands.
2
        .text
3
        .globl  foo
4
foo:
5
        bfexts  (%a0){&1:&2},%d0
6
        bfexts  (%a0){&1:&(2+4)},%d0
7
        bfexts  (%a0){&(1+2):&2},%d0
8
        bfexts  (%a0){&(1+2):&(2+4)},%d0
9
        bfexts  %a0@,&1,&2,%d0
10
        bfexts  %a0@,&1,&(2+4),%d0
11
        bfexts  %a0@,&1+2,&2,%d0
12
        bfexts  %a0@,&(1+2),&(2+4),%d0
13
        bfset   (%a0){&1:&2}
14
        bfset   (%a0){&1:&(2+4)}
15
        bfset   (%a0){&(1+2):&2}
16
        bfset   (%a0){&(1+2):&(2+4)}
17
        bfset   %a0@,&1,&2
18
        bfset   %a0@,&1,&(2+4)
19
        bfset   %a0@,&1+2,&2
20
        bfset   %a0@,&(1+2),&(2+4)
21
        bfexts  (%a0){%d1:%d2},%d0
22
        bfexts  %a0@,%d1,%d2,%d0
23
        bfset   (%a0){%d1:%d2}
24
        bfset   %a0@,%d1,%d2

powered by: WebSVN 2.1.0

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