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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-h8300/] [relax-4.s] - Diff between revs 205 and 215

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 205 Rev 215
; Relaxation is possible for following bit manipulation instructions
; Relaxation is possible for following bit manipulation instructions
; BAND, BCLR, BIAND, BILD, BIOR, BIST, BIXOR, BLD, BNOT, BOR, BSET, BST, BTST, BXOR
; BAND, BCLR, BIAND, BILD, BIOR, BIST, BIXOR, BLD, BNOT, BOR, BSET, BST, BTST, BXOR
        .h8300s
        .h8300s
        .globl  _start
        .globl  _start
    _start:
    _start:
        # s3-s6 aren't valid 16-bit addresses.
        # s3-s6 aren't valid 16-bit addresses.
        mov.b   #0x3,r0l
        mov.b   #0x3,r0l
        mov.b   #0x5,r2l
        mov.b   #0x5,r2l
;
;
; Relaxation of aa:16
; Relaxation of aa:16
;
;
        bset    r0l,@s10:16
        bset    r0l,@s10:16
        bset    r2l,@s9:16
        bset    r2l,@s9:16
        btst    r2l,@s10:16
        btst    r2l,@s10:16
        btst    r0l,@s9:16
        btst    r0l,@s9:16
 
 
        bset    #5,@s1:16
        bset    #5,@s1:16
        bset    #5,@s2:16
        bset    #5,@s2:16
        bset    #5,@s7:16
        bset    #5,@s7:16
        bset    #5,@s8:16
        bset    #5,@s8:16
        bset    #5,@s9:16
        bset    #5,@s9:16
        bset    #5,@s10:16
        bset    #5,@s10:16
 
 
        band    #5,@s1:16
        band    #5,@s1:16
        band    #5,@s2:16
        band    #5,@s2:16
        band    #5,@s7:16
        band    #5,@s7:16
        band    #5,@s8:16
        band    #5,@s8:16
        band    #5,@s9:16
        band    #5,@s9:16
        band    #5,@s10:16
        band    #5,@s10:16
;
;
; Relaxation of aa:32
; Relaxation of aa:32
;
;
        bset    r2l,@s10:32
        bset    r2l,@s10:32
        bset    r0l,@s9:32
        bset    r0l,@s9:32
        btst    r0l,@s10:32
        btst    r0l,@s10:32
        btst    r2l,@s9:32
        btst    r2l,@s9:32
 
 
        bset    #6,@s1:32
        bset    #6,@s1:32
        bset    #6,@s2:32
        bset    #6,@s2:32
        bset    #6,@s3:32
        bset    #6,@s3:32
        bset    #6,@s4:32
        bset    #6,@s4:32
        bset    #6,@s5:32
        bset    #6,@s5:32
        bset    #6,@s6:32
        bset    #6,@s6:32
        bset    #6,@s7:32
        bset    #6,@s7:32
        bset    #6,@s8:32
        bset    #6,@s8:32
        bset    #6,@s9:32
        bset    #6,@s9:32
        bset    #6,@s10:32
        bset    #6,@s10:32
 
 
        band    #6,@s1:32
        band    #6,@s1:32
        band    #6,@s2:32
        band    #6,@s2:32
        band    #6,@s3:32
        band    #6,@s3:32
        band    #6,@s4:32
        band    #6,@s4:32
        band    #6,@s5:32
        band    #6,@s5:32
        band    #6,@s6:32
        band    #6,@s6:32
        band    #6,@s7:32
        band    #6,@s7:32
        band    #6,@s8:32
        band    #6,@s8:32
        band    #6,@s9:32
        band    #6,@s9:32
        band    #6,@s10:32
        band    #6,@s10:32
 
 
        .equ    s1,0
        .equ    s1,0
        .equ    s2,0x7fff
        .equ    s2,0x7fff
        .equ    s3,0x8000
        .equ    s3,0x8000
        .equ    s4,0xff00
        .equ    s4,0xff00
        .equ    s5,0xffff00
        .equ    s5,0xffff00
        .equ    s6,0xffff7fff
        .equ    s6,0xffff7fff
        .equ    s7,0xffff8000
        .equ    s7,0xffff8000
        .equ    s8,0xfffffeff
        .equ    s8,0xfffffeff
        .equ    s9,0xffffff00
        .equ    s9,0xffffff00
        .equ    s10,0xffffffff
        .equ    s10,0xffffffff
 
 
        .end
        .end
 
 
 
 

powered by: WebSVN 2.1.0

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