Searched refs:PPC_OPERAND_SIGNED (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dppc.h188 if ((o->flags & PPC_OPERAND_SIGNED) != 0)
214 #define PPC_OPERAND_SIGNED (0x1)
213 #define PPC_OPERAND_SIGNED macro
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dppc-dis.c144 if ((operand->flags & PPC_OPERAND_SIGNED) != 0)
H A Dppc-opc.c122 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
127 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED },
133 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
139 PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED },
145 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
151 PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED },
218 { 0xffff, 0, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED },
223 { 0xfff, 4, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED },
228 { 0x3ffc, 2, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED },
234 PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_D
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c1507 if ((operand->flags & PPC_OPERAND_SIGNED) != 0)
2470 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2477 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2484 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2491 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2498 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2505 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2512 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))

Completed in 172 milliseconds