PR24390, Don't decode mtfsb field as a cr field
[deliverable/binutils-gdb.git] / include / opcode / ppc.h
index 6bdf2464c49daa8e16d89e1cd31c13b482927e1f..7a0bc6030b457f0271c1356221eb9281ae32bf9e 100644 (file)
@@ -354,7 +354,10 @@ extern const unsigned int num_powerpc_operands;
 #define PPC_OPERAND_CR_BIT (0x20)
 
 /* This is a CR FIELD that does not use symbolic names (unless
-   -mregnames is in effect).  */
+   -mregnames is in effect).  If both PPC_OPERAND_CR_BIT and
+   PPC_OPERAND_CR_REG are set then treat the field as per
+   PPC_OPERAND_CR_BIT for assembly, but as if neither of these
+   bits are set for disassembly.  */
 #define PPC_OPERAND_CR_REG (0x40)
 
 /* This operand names a special purpose register.  */
This page took 0.025237 seconds and 4 git commands to generate.