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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [sysvi386/] [pipe.S] - Blame information for rev 520

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
        .globl  _pipe
2
        .globl  pipe
3
_pipe:
4
pipe:
5
        movl    $0x2a, %eax
6
        lcall   $7,$0
7
        jb      _cerror
8
        movl    4(%esp), %ecx
9
        movl    (%ecx), %eax
10
        movl    4(%ecx), %edx
11
        xor     %eax, %eax
12
        ret

powered by: WebSVN 2.1.0

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