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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [i386/] [lib/] [delay.S] - Rev 1767

Go to most recent revision | Compare with Previous | Blame | View Log

#include <linux/linkage.h>

/*
 * BogoMips loop. Non-inlined because various x86's have so wildly
 * varying results depending on the exact alignment.
 */

ENTRY(__do_delay)
        jmp 1f
.align 16
1:      jmp 2f
.align 16
2:      decl %eax
        jns 2b
        ret



Go to most recent revision | 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.