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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [arm/] [rtems/] [score/] [cpu_asm.h] - Blame information for rev 1771

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

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  cpu_asm.h,v 1.3 2002/07/30 23:16:40 joel Exp
3
 *
4
 *  Copyright (c) 2002 by Advent Networks, Inc.
5
 *          Jay Monkman <jmonkman@adventnetworks.com>
6
 *
7
 *  The license and distribution terms for this file may be
8
 *  found in the file LICENSE in this distribution or at
9
 *  http://www.OARcorp.com/rtems/license.html.
10
 *
11
 *  This file is the include file for cpu_asm.S
12
 *
13
 *
14
 */
15
 
16
#ifndef __CPU_ASM_h
17
#define __CPU_ASM_h
18
 
19
 
20
/* Registers saved in context switch: */
21
.set REG_CPSR,   0
22
.set REG_R4,     4
23
.set REG_R5,     8
24
.set REG_R6,     12
25
.set REG_R7,     16
26
.set REG_R8,     20
27
.set REG_R9,     24
28
.set REG_R10,    28
29
.set REG_R11,    32
30
.set REG_SP,     36
31
.set REG_LR,     40
32
.set REG_PC,     44
33
.set SIZE_REGS,  REG_PC + 4
34
 
35
#endif

powered by: WebSVN 2.1.0

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