cv4axp.h
来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 103 行
H
103 行
/****************************************************************************
*
* 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: WHEN YOU FIGURE OUT WHAT THIS FILE DOES, PLEASE
* DESCRIBE IT HERE!
*
****************************************************************************/
/* Alpha register definitions */
_CVREG( f0, 10 )
_CVREG( f1, 11 )
_CVREG( f2, 12 )
_CVREG( f3, 13 )
_CVREG( f4, 14 )
_CVREG( f5, 15 )
_CVREG( f6, 16 )
_CVREG( f7, 17 )
_CVREG( f8, 18 )
_CVREG( f9, 19 )
_CVREG( f10, 20 )
_CVREG( f11, 21 )
_CVREG( f12, 22 )
_CVREG( f13, 23 )
_CVREG( f14, 24 )
_CVREG( f15, 25 )
_CVREG( f16, 26 )
_CVREG( f17, 27 )
_CVREG( f18, 28 )
_CVREG( f19, 29 )
_CVREG( f20, 30 )
_CVREG( f21, 31 )
_CVREG( f22, 32 )
_CVREG( f23, 33 )
_CVREG( f24, 34 )
_CVREG( f25, 35 )
_CVREG( f26, 36 )
_CVREG( f27, 37 )
_CVREG( f28, 38 )
_CVREG( f29, 39 )
_CVREG( f30, 40 )
_CVREG( f31, 41 )
_CVREG( r0, 42 )
_CVREG( r1, 43 )
_CVREG( r2, 44 )
_CVREG( r3, 45 )
_CVREG( r4, 46 )
_CVREG( r5, 47 )
_CVREG( r6, 48 )
_CVREG( r7, 49 )
_CVREG( r8, 50 )
_CVREG( r9, 51 )
_CVREG( r10, 52 )
_CVREG( r11, 53 )
_CVREG( r12, 54 )
_CVREG( r13, 55 )
_CVREG( r14, 56 )
_CVREG( r15, 57 )
_CVREG( r16, 58 )
_CVREG( r17, 59 )
_CVREG( r18, 60 )
_CVREG( r19, 61 )
_CVREG( r20, 62 )
_CVREG( r21, 63 )
_CVREG( r22, 64 )
_CVREG( r23, 65 )
_CVREG( r24, 66 )
_CVREG( r25, 67 )
_CVREG( r26, 68 )
_CVREG( r27, 69 )
_CVREG( r28, 70 )
_CVREG( r29, 71 )
_CVREG( r30, 72 )
_CVREG( r31, 73 )
_CVREG( fpcr, 74 )
_CVREG( fir, 75 )
_CVREG( psr, 76 )
_CVREG( fltfsr, 77 )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?