⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 v.h

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 H
字号:
/****************************************************************************
*
*                            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:  Generic RISC instruction verification codes.
*
****************************************************************************/


_V_( V_NO ),
_V_( V_CMPEQ ),
_V_( V_CMPFALSE ),
_V_( V_CMPTRUE ),
_V_( V_OFFSETZERO ),
_V_( V_OP1ONE ),
_V_( V_OP1RELOC ),
_V_( V_OP1ZERO ),
_V_( V_OP2NEG ),
_V_( V_OP2ONE ),
_V_( V_OP2POW2 ),
_V_( V_OP2TWO ),
_V_( V_OP2ZERO ),
_V_( V_OP2_FFFFFFFF ),
_V_( V_SAME_LOCN ),
_V_( V_SAME_TYPE ),
_V_( V_SPEED ),
_V_( V_SWAP_GOOD ),
_V_( V_U_TEST ),
_V_( V_BYTECONST1 ),
_V_( V_BYTECONST2 ),
_V_( V_SYMMETRIC ),
_V_( V_OP1HIGHADDR ),
_V_( V_HALFWORDCONST1 ),
_V_( V_UHALFWORDCONST1 ),
_V_( V_HALFWORDCONST2 ),
_V_( V_UHALFWORDCONST2 ),
_V_( V_AXPBRANCH ),
_V_( V_RESNOTNULL ),
_V_( V_RESNULL ),
_V_( V_CALLZAPPED ),
_V_( V_WORD_OR_QUAD ),
_V_( V_FLOAT ),
_V_( V_REG_SIZE ),
_V_( V_BASE_8 ),
_V_( V_BASE_4 ),
_V_( V_UNSIGNED ),
_V_( V_OP1_AL2 ),
_V_( V_OP1_AL4 ),
_V_( V_OP1_AL8 ),
_V_( V_RES_AL2 ),
_V_( V_RES_AL4 ),
_V_( V_RES_AL8 ),
_V_( V_RES_TEMP ),
_V_( V_RESCONSTTEMP ),
_V_( V_OP1_RES_AL8 ),
_V_( V_OP1_RES_AL4 ),
_V_( V_OP164BITCONST ),
_V_( V_MIPSBRANCH ),
_V_( V_SHIFT2BIG ),

⌨️ 快捷键说明

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