pdefnmps.h
来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 120 行
H
120 行
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
* ========================================================================
*
* This file contains Original Code and/or Modifications of Original
* Code as defined in and that are subject to the Sybase Open Watcom
* Public License version 1.0 (the 'License'). You may not use this file
* except in compliance with the License. BY USING THIS FILE YOU AGREE TO
* ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is
* provided with the Original Code and Modifications, and is also
* available at www.sybase.com/developer/opensource.
*
* The Original Code and all software distributed under the License are
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
* EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM
* ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR
* NON-INFRINGEMENT. Please see the License for the specific language
* governing rights and limitations under the License.
*
* ========================================================================
*
* Description: MIPS specific definitions for #pragma aux.
*
****************************************************************************/
hw_reg_set DefaultParms[] = {
HW_D( HW_EMPTY )
};
hw_reg_set DefaultVarParms[] = {
HW_D( HW_EMPTY )
};
hw_reg_set DefaultLinkage[] = {
HW_D( HW_R4 ),
HW_D( HW_R5 ),
HW_D( HW_R6 ),
HW_D( HW_R7 ),
};
#define NC '\0'
char Registers[] = {
0, 'z','e','r','o',NC,
1, 'a','t',NC,
2, 'v','0',NC,
3, 'v','1',NC,
4, 'a','0',NC,
5, 'a','1',NC,
6, 'a','2',NC,
7, 'a','3',NC,
8, 't','0',NC,
9, 't','1',NC,
10, 't','2',NC,
11, 't','3',NC,
12, 't','4',NC,
13, 't','5',NC,
14, 't','6',NC,
15, 't','7',NC,
16, 's','0',NC,
17, 's','1',NC,
18, 's','2',NC,
19, 's','3',NC,
20, 's','4',NC,
21, 's','5',NC,
22, 's','6',NC,
23, 's','7',NC,
24, 't','8',NC,
25, 't','9',NC,
26, 'k','0',NC,
27, 'k','1',NC,
28, 'g','p',NC,
29, 's','p',NC,
30, 's','8',NC,
30, 'f','p',NC,
31, 'r','a',NC,
0, NC
};
hw_reg_set RegBits[] ={
HW_D( HW_R0 ),
HW_D( HW_R1 ),
HW_D( HW_R2 ),
HW_D( HW_R3 ),
HW_D( HW_R4 ),
HW_D( HW_R5 ),
HW_D( HW_R6 ),
HW_D( HW_R7 ),
HW_D( HW_R8 ),
HW_D( HW_R9 ),
HW_D( HW_R10 ),
HW_D( HW_R11 ),
HW_D( HW_R12 ),
HW_D( HW_R13 ),
HW_D( HW_R14 ),
HW_D( HW_R15 ),
HW_D( HW_R16 ),
HW_D( HW_R17 ),
HW_D( HW_R18 ),
HW_D( HW_R19 ),
HW_D( HW_R20 ),
HW_D( HW_R21 ),
HW_D( HW_R22 ),
HW_D( HW_R23 ),
HW_D( HW_R24 ),
HW_D( HW_R25 ),
HW_D( HW_R26 ),
HW_D( HW_R27 ),
HW_D( HW_R28 ),
HW_D( HW_R29 ),
HW_D( HW_R30 ),
HW_D( HW_R31 ),
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?