dwregmips.h

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 96 行

H
96
字号
/****************************************************************************
*
*                            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:  DWARF MIPS register definitions.
*
****************************************************************************/


    DW_REG( r0 )
    DW_REG( r1 )
    DW_REG( r2 )
    DW_REG( r3 )
    DW_REG( r4 )
    DW_REG( r5 )
    DW_REG( r6 )
    DW_REG( r7 )
    DW_REG( r8 )
    DW_REG( r9 )
    DW_REG( r10 )
    DW_REG( r11 )
    DW_REG( r12 )
    DW_REG( r13 )
    DW_REG( r14 )
    DW_REG( r15 )
    DW_REG( r16 )
    DW_REG( r17 )
    DW_REG( r18 )
    DW_REG( r19 )
    DW_REG( r20 )
    DW_REG( r21 )
    DW_REG( r22 )
    DW_REG( r23 )
    DW_REG( r24 )
    DW_REG( r25 )
    DW_REG( r26 )
    DW_REG( r27 )
    DW_REG( r28 )
    DW_REG( r29 )
    DW_REG( r30 )
    DW_REG( r31 )
    DW_REG( f0 )
    DW_REG( f1 )
    DW_REG( f2 )
    DW_REG( f3 )
    DW_REG( f4 )
    DW_REG( f5 )
    DW_REG( f6 )
    DW_REG( f7 )
    DW_REG( f8 )
    DW_REG( f9 )
    DW_REG( f10 )
    DW_REG( f11 )
    DW_REG( f12 )
    DW_REG( f13 )
    DW_REG( f14 )
    DW_REG( f15 )
    DW_REG( f16 )
    DW_REG( f17 )
    DW_REG( f18 )
    DW_REG( f19 )
    DW_REG( f20 )
    DW_REG( f21 )
    DW_REG( f22 )
    DW_REG( f23 )
    DW_REG( f24 )
    DW_REG( f25 )
    DW_REG( f26 )
    DW_REG( f27 )
    DW_REG( f28 )
    DW_REG( f29 )
    DW_REG( f30 )
    DW_REG( f31 )

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?