OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [sys/] [sysvnecv70/] [fps.S] - Rev 345

Compare with Previous | Blame | View Log

        .globl  _fpgetsticky
_fpgetsticky:
        getpsw    r0
        and.w     #0x1f00,r0
        shl.w     #0xf8,r0
        ret       #0x0


        .globl  _fpsetsticky    
_fpsetsticky:
         getpsw   r0
         mov.w    [ap],r1
         shl.w    #0x8,r1
         updpsw.h r1,#0x1f00
         trapfl
         and.w    #0x1f00,r0
         shl.w    #0xf8,r0
         ret      #0x0

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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