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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [score/] [cpu/] [a29k/] [rtems/] [score/] [cpu_asm.h] - Blame information for rev 593

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

Line No. Rev Author Line
1 30 unneback
/*
2
 *  cpu_asm.h
3
 *
4
 *  Very loose template for an include file for the cpu_asm.? file
5
 *  if it is implemented as a ".S" file (preprocessed by cpp) instead
6
 *  of a ".s" file (preprocessed by gm4 or gasp).
7
 *
8
 *  COPYRIGHT (c) 1989-1999.
9
 *  On-Line Applications Research Corporation (OAR).
10
 *
11
 *  The license and distribution terms for this file may be
12
 *  found in the file LICENSE in this distribution or at
13
 *  http://www.OARcorp.com/rtems/license.html.
14
 *
15
 *  $Id: cpu_asm.h,v 1.2 2001-09-27 11:59:24 chris Exp $
16
 *
17
 */
18
/* @(#)cpu_asm.h       06/08/96     1.2 */
19
 
20
#ifndef __CPU_ASM_h
21
#define __CPU_ASM_h
22
 
23
/* pull in the generated offsets */
24
 
25
/* #include <rtems/score/offsets.h> */
26
 
27
/*
28
 * Hardware General Registers
29
 */
30
 
31
/* put something here */
32
 
33
/*
34
 * Hardware Floating Point Registers
35
 */
36
 
37
/* put something here */
38
 
39
/*
40
 * Hardware Control Registers
41
 */
42
 
43
/* put something here */
44
 
45
/*
46
 * Calling Convention
47
 */
48
 
49
/* put something here */
50
 
51
/*
52
 * Temporary registers
53
 */
54
 
55
/* put something here */
56
 
57
/*
58
 * Floating Point Registers - SW Conventions
59
 */
60
 
61
/* put something here */
62
 
63
/*
64
 * Temporary floating point registers
65
 */
66
 
67
/* put something here */
68
 
69
#endif
70
 
71
/* end of file */

powered by: WebSVN 2.1.0

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