Home
last modified time | relevance | path

Searched refs:PPC_OPERAND_RELATIVE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h258 #define PPC_OPERAND_RELATIVE (0x100) macro
/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-dis.c299 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0) in print_insn_powerpc()
H A Dppc-opc.c120 { 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 Dtc-ppc.c2817 (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()