xed-reg-enum.h

Go to the documentation of this file.
00001 /*BEGIN_LEGAL 
00002 Intel Open Source License 
00003 
00004 Copyright (c) 2002-2009 Intel Corporation. All rights reserved.
00005  
00006 Redistribution and use in source and binary forms, with or without
00007 modification, are permitted provided that the following conditions are
00008 met:
00009 
00010 Redistributions of source code must retain the above copyright notice,
00011 this list of conditions and the following disclaimer.  Redistributions
00012 in binary form must reproduce the above copyright notice, this list of
00013 conditions and the following disclaimer in the documentation and/or
00014 other materials provided with the distribution.  Neither the name of
00015 the Intel Corporation nor the names of its contributors may be used to
00016 endorse or promote products derived from this software without
00017 specific prior written permission.
00018  
00019 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00020 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00021 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
00022 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR
00023 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
00024 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
00025 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
00026 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
00027 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00028 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
00029 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00030 END_LEGAL */
00033 
00034 // This file was automatically generated.
00035 // Do not edit this file.
00036 
00037 #if !defined(_XED_REG_ENUM_H_)
00038 # define _XED_REG_ENUM_H_
00039 #include "xed-common-hdrs.h"
00040 typedef enum {
00041   XED_REG_INVALID,
00042   XED_REG_ERROR,
00043   XED_REG_RAX,
00044   XED_REG_EAX,
00045   XED_REG_AX,
00046   XED_REG_AH,
00047   XED_REG_AL,
00048   XED_REG_RCX,
00049   XED_REG_ECX,
00050   XED_REG_CX,
00051   XED_REG_CH,
00052   XED_REG_CL,
00053   XED_REG_RDX,
00054   XED_REG_EDX,
00055   XED_REG_DX,
00056   XED_REG_DH,
00057   XED_REG_DL,
00058   XED_REG_RBX,
00059   XED_REG_EBX,
00060   XED_REG_BX,
00061   XED_REG_BH,
00062   XED_REG_BL,
00063   XED_REG_RSP,
00064   XED_REG_ESP,
00065   XED_REG_SP,
00066   XED_REG_SPL,
00067   XED_REG_RBP,
00068   XED_REG_EBP,
00069   XED_REG_BP,
00070   XED_REG_BPL,
00071   XED_REG_RSI,
00072   XED_REG_ESI,
00073   XED_REG_SI,
00074   XED_REG_SIL,
00075   XED_REG_RDI,
00076   XED_REG_EDI,
00077   XED_REG_DI,
00078   XED_REG_DIL,
00079   XED_REG_R8,
00080   XED_REG_R8D,
00081   XED_REG_R8W,
00082   XED_REG_R8B,
00083   XED_REG_R9,
00084   XED_REG_R9D,
00085   XED_REG_R9W,
00086   XED_REG_R9B,
00087   XED_REG_R10,
00088   XED_REG_R10D,
00089   XED_REG_R10W,
00090   XED_REG_R10B,
00091   XED_REG_R11,
00092   XED_REG_R11D,
00093   XED_REG_R11W,
00094   XED_REG_R11B,
00095   XED_REG_R12,
00096   XED_REG_R12D,
00097   XED_REG_R12W,
00098   XED_REG_R12B,
00099   XED_REG_R13,
00100   XED_REG_R13D,
00101   XED_REG_R13W,
00102   XED_REG_R13B,
00103   XED_REG_R14,
00104   XED_REG_R14D,
00105   XED_REG_R14W,
00106   XED_REG_R14B,
00107   XED_REG_R15,
00108   XED_REG_R15D,
00109   XED_REG_R15W,
00110   XED_REG_R15B,
00111   XED_REG_RIP,
00112   XED_REG_EIP,
00113   XED_REG_IP,
00114   XED_REG_FLAGS,
00115   XED_REG_EFLAGS,
00116   XED_REG_RFLAGS,
00117   XED_REG_CS,
00118   XED_REG_DS,
00119   XED_REG_ES,
00120   XED_REG_SS,
00121   XED_REG_FS,
00122   XED_REG_GS,
00123   XED_REG_XMM0,
00124   XED_REG_XMM1,
00125   XED_REG_XMM2,
00126   XED_REG_XMM3,
00127   XED_REG_XMM4,
00128   XED_REG_XMM5,
00129   XED_REG_XMM6,
00130   XED_REG_XMM7,
00131   XED_REG_XMM8,
00132   XED_REG_XMM9,
00133   XED_REG_XMM10,
00134   XED_REG_XMM11,
00135   XED_REG_XMM12,
00136   XED_REG_XMM13,
00137   XED_REG_XMM14,
00138   XED_REG_XMM15,
00139   XED_REG_MMX0,
00140   XED_REG_MMX1,
00141   XED_REG_MMX2,
00142   XED_REG_MMX3,
00143   XED_REG_MMX4,
00144   XED_REG_MMX5,
00145   XED_REG_MMX6,
00146   XED_REG_MMX7,
00147   XED_REG_ST0,
00148   XED_REG_ST1,
00149   XED_REG_ST2,
00150   XED_REG_ST3,
00151   XED_REG_ST4,
00152   XED_REG_ST5,
00153   XED_REG_ST6,
00154   XED_REG_ST7,
00155   XED_REG_CR0,
00156   XED_REG_CR1,
00157   XED_REG_CR2,
00158   XED_REG_CR3,
00159   XED_REG_CR4,
00160   XED_REG_CR5,
00161   XED_REG_CR6,
00162   XED_REG_CR7,
00163   XED_REG_CR8,
00164   XED_REG_CR9,
00165   XED_REG_CR10,
00166   XED_REG_CR11,
00167   XED_REG_CR12,
00168   XED_REG_CR13,
00169   XED_REG_CR14,
00170   XED_REG_CR15,
00171   XED_REG_DR0,
00172   XED_REG_DR1,
00173   XED_REG_DR2,
00174   XED_REG_DR3,
00175   XED_REG_DR4,
00176   XED_REG_DR5,
00177   XED_REG_DR6,
00178   XED_REG_DR7,
00179   XED_REG_DR8,
00180   XED_REG_DR9,
00181   XED_REG_DR10,
00182   XED_REG_DR11,
00183   XED_REG_DR12,
00184   XED_REG_DR13,
00185   XED_REG_DR14,
00186   XED_REG_DR15,
00187   XED_REG_STACKPUSH,
00188   XED_REG_STACKPOP,
00189   XED_REG_GDTR,
00190   XED_REG_LDTR,
00191   XED_REG_IDTR,
00192   XED_REG_TR,
00193   XED_REG_TSC,
00194   XED_REG_TSCAUX,
00195   XED_REG_MSRS,
00196   XED_REG_X87CONTROL,
00197   XED_REG_X87STATUS,
00198   XED_REG_X87TOP,
00199   XED_REG_X87TAG,
00200   XED_REG_X87PUSH,
00201   XED_REG_X87POP,
00202   XED_REG_X87POP2,
00203   XED_REG_MXCSR,
00204   XED_REG_TMP0,
00205   XED_REG_TMP1,
00206   XED_REG_TMP2,
00207   XED_REG_TMP3,
00208   XED_REG_TMP4,
00209   XED_REG_TMP5,
00210   XED_REG_TMP6,
00211   XED_REG_TMP7,
00212   XED_REG_TMP8,
00213   XED_REG_TMP9,
00214   XED_REG_TMP10,
00215   XED_REG_TMP11,
00216   XED_REG_TMP12,
00217   XED_REG_TMP13,
00218   XED_REG_TMP14,
00219   XED_REG_TMP15,
00220   XED_REG_LAST
00221 } xed_reg_enum_t;
00222 
00223 XED_DLL_EXPORT  xed_reg_enum_t
00224 str2xed_reg_enum_t(const char* s);
00225 XED_DLL_EXPORT  const char*
00226 xed_reg_enum_t2str(const xed_reg_enum_t p);
00227 
00228 
00229        XED_DLL_EXPORT   xed_reg_enum_t xed_reg_enum_t_last(void);
00230        
00231 #endif

Generated on Tue Dec 15 03:23:29 2009 for XED2 by  doxygen 1.4.6