X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Fdecoder_test%2FXED2%2Fdoc%2Fhtml%2Fgroup__REGINTFC.html;fp=misc%2Fdecoder_test%2FXED2%2Fdoc%2Fhtml%2Fgroup__REGINTFC.html;h=939fd89503726d77e2dc8e8ad00e3f19b01d91c2;hp=0000000000000000000000000000000000000000;hb=ddc16b0737cf58f7aa90a69c6652cdf4090aec51;hpb=626595465a2c6987606a6bc697df65130ad8c2d3 diff --git a/misc/decoder_test/XED2/doc/html/group__REGINTFC.html b/misc/decoder_test/XED2/doc/html/group__REGINTFC.html new file mode 100644 index 0000000..939fd89 --- /dev/null +++ b/misc/decoder_test/XED2/doc/html/group__REGINTFC.html @@ -0,0 +1,136 @@ + + +XED2: XED2 User Guide - Thu May 15 03:15:09 2008 + + + + +
+
+

Register Interface


Detailed Description

+There are several functions that provide more information about the GPRs and the nesting of GPRs. +

+ + + + + + + + + + + + +

Functions

XED_DLL_EXPORT xed_reg_enum_t xed_get_largest_enclosing_register (xed_reg_enum_t r)
 Returns the largest enclosing register for any kind of register; This is mostly useful for GPRs.
XED_DLL_EXPORT xed_reg_class_enum_t xed_gpr_reg_class (xed_reg_enum_t r)
 Returns the specific width GPR reg class (like XED_REG_CLASS_GPR32 or XED_REG_CLASS_GPR64) for a given GPR register.
XED_DLL_EXPORT xed_reg_class_enum_t xed_reg_class (xed_reg_enum_t r)
 Returns the register class of the given input register.
+


Function Documentation

+

+ + + + +
+ + + + + + + + + +
XED_DLL_EXPORT xed_reg_enum_t xed_get_largest_enclosing_register xed_reg_enum_t  r  ) 
+
+ + + + + +
+   + + +

+Returns the largest enclosing register for any kind of register; This is mostly useful for GPRs. +

+

+

+ + + + +
+ + + + + + + + + +
XED_DLL_EXPORT xed_reg_class_enum_t xed_gpr_reg_class xed_reg_enum_t  r  ) 
+
+ + + + + +
+   + + +

+Returns the specific width GPR reg class (like XED_REG_CLASS_GPR32 or XED_REG_CLASS_GPR64) for a given GPR register. +

+Or XED_REG_INVALID if not a GPR.

+

+ + + + +
+ + + + + + + + + +
XED_DLL_EXPORT xed_reg_class_enum_t xed_reg_class xed_reg_enum_t  r  ) 
+
+ + + + + +
+   + + +

+Returns the register class of the given input register. +

+

+


Generated on Thu May 15 03:15:09 2008 for XED2 by  + +doxygen 1.4.6
+ +