version 1.1.1.4, 2018/04/24 17:20:57
|
version 1.1.1.5, 2018/04/24 17:34:42
|
Line 572 const struct powerpc_operand powerpc_ope
|
Line 572 const struct powerpc_operand powerpc_ope
|
|
|
/* The DS field in a DS form instruction. This is like D, but the |
/* The DS field in a DS form instruction. This is like D, but the |
lower two bits are forced to zero. */ |
lower two bits are forced to zero. */ |
|
#undef DS |
#define DS DQ + 1 |
#define DS DQ + 1 |
{ 0xfffc, 0, NULL, NULL, |
{ 0xfffc, 0, NULL, NULL, |
PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DS }, |
PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DS }, |