Searched refs:PPC_OPERAND_RELATIVE (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ppc.h | 330 #define PPC_OPERAND_RELATIVE (0x100) macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ppc.c | 3157 else if ((operand->flags & (PPC_OPERAND_RELATIVE in md_assemble() 3162 else if ((operand->flags & (PPC_OPERAND_RELATIVE in md_assemble() 3167 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0 in md_assemble() 3171 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0 in md_assemble() 3175 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0 in md_assemble() 3453 (operand->flags & PPC_OPERAND_RELATIVE) != 0, in md_assemble()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ppc-dis.c | 675 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0) in print_insn_powerpc()
|
D | ppc-opc.c | 165 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 176 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 188 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 249 { 0x1fe, -1, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 254 { 0xfffe, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 259 { 0x1fffffe, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 408 { 0x3fffffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
|