Searched refs:PPC_OPERAND_SIGNED (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ppc.h | 213 #define PPC_OPERAND_SIGNED (0x1) macro
|
| H A D | ChangeLog | 18 (PPC_OPERAND_SIGNED et al): Redefine as hex.
|
| H A D | ChangeLog-9103 | 2586 (PPC_OPERAND_SIGNED): Define.
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ppc-dis.c | 144 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in operand_value_powerpc()
|
| H A D | ppc-opc.c | 131 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 137 PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED }, 143 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 149 PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED }, 216 { 0xffff, 0, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, 221 { 0xfff, 4, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, 232 PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DQ }, 238 PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DS }, 342 PPC_OPERAND_NEGATIVE | PPC_OPERAND_SIGNED }, 427 { 0xffff, 0, NULL, NULL, PPC_OPERAND_SIGNED }, [all …]
|
| H A D | ChangeLog | 268 in all entries. Add PPC_OPERAND_SIGNED to DE entry. Remove
|
| H A D | ChangeLog-9297 | 3073 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag 3077 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-ppc.c | 1500 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in ppc_insert_operand() 2459 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble() 2466 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble() 2473 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble() 2480 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble() 2487 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble() 2494 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble() 2501 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9295 | 6507 * config/tc-ppc.c (ppc_insert_operand): Check PPC_OPERAND_SIGNED
|