Searched refs:PPC_OPERAND_SIGNED (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ppc.h | 304 #define PPC_OPERAND_SIGNED (0x1) macro
|
D | ChangeLog-0415 | 1913 (PPC_OPERAND_SIGNED et al): Redefine as hex.
|
D | ChangeLog-9103 | 2586 (PPC_OPERAND_SIGNED): Define.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-ppc.c | 1798 else if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in ppc_insert_operand() 2952 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 2961 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 2973 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 2983 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 2995 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 3001 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 3007 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 3013 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() 3019 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in md_assemble() [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ppc-opc.c | 178 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 183 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED }, 189 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 195 PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED }, 201 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 207 PPC_OPERAND_ABSOLUTE | PPC_OPERAND_SIGNED }, 266 { 0x1fe, -1, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 271 { 0xfffe, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 276 { 0x1fffffe, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 313 { 0xffff, 0, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, [all …]
|
D | ppc-dis.c | 447 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in operand_value_powerpc()
|
D | ChangeLog-2007 | 1488 in all entries. Add PPC_OPERAND_SIGNED to DE entry. Remove
|
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
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 6507 * config/tc-ppc.c (ppc_insert_operand): Check PPC_OPERAND_SIGNED
|