Line 169... |
Line 169... |
IA64_RS_AR, /* 8-15, 20, 22-23, 31, 33-35, 37-39, 41-43, 45-47, 67-111 */
|
IA64_RS_AR, /* 8-15, 20, 22-23, 31, 33-35, 37-39, 41-43, 45-47, 67-111 */
|
IA64_RS_ARb, /* 48-63, 112-127 */
|
IA64_RS_ARb, /* 48-63, 112-127 */
|
IA64_RS_BR,
|
IA64_RS_BR,
|
IA64_RS_CFM,
|
IA64_RS_CFM,
|
IA64_RS_CPUID,
|
IA64_RS_CPUID,
|
|
IA64_RS_CR_IIB,
|
IA64_RS_CR_IRR,
|
IA64_RS_CR_IRR,
|
IA64_RS_CR_LRR,
|
IA64_RS_CR_LRR,
|
IA64_RS_CR, /* 3-7,10-15,18,26-63,75-79,82-127 */
|
IA64_RS_CR, /* 3-7,10-15,18,28-63,75-79,82-127 */
|
IA64_RS_DBR,
|
IA64_RS_DBR,
|
IA64_RS_FR,
|
IA64_RS_FR,
|
IA64_RS_FRb,
|
IA64_RS_FRb,
|
IA64_RS_GR0,
|
IA64_RS_GR0,
|
IA64_RS_GR,
|
IA64_RS_GR,
|
Line 324... |
Line 325... |
|
|
/* The operands table is an array of struct ia64_operand. */
|
/* The operands table is an array of struct ia64_operand. */
|
|
|
struct ia64_operand
|
struct ia64_operand
|
{
|
{
|
enum ia64_operand_class class;
|
enum ia64_operand_class op_class;
|
|
|
/* Set VALUE as the operand bits for the operand of type SELF in the
|
/* Set VALUE as the operand bits for the operand of type SELF in the
|
instruction pointed to by CODE. If an error occurs, *CODE is not
|
instruction pointed to by CODE. If an error occurs, *CODE is not
|
modified and the returned string describes the cause of the
|
modified and the returned string describes the cause of the
|
error. If no error occurs, NULL is returned. */
|
error. If no error occurs, NULL is returned. */
|