Searched refs:PPC_OPERAND_RELATIVE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ppc.h | 258 #define PPC_OPERAND_RELATIVE (0x100) macro
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ppc-dis.c | 299 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0) in print_insn_powerpc()
|
| H A D | ppc-opc.c | 120 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 131 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 143 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 302 { 0x3fffffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-ppc.c | 2817 (operand->flags & PPC_OPERAND_RELATIVE) != 0, in md_assemble() 5690 if ((operand->flags & PPC_OPERAND_RELATIVE) != 0 in md_apply_fix() 5694 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0 in md_apply_fix()
|