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

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dppc.h259 #define PPC_OPERAND_RELATIVE (0x100)
258 #define PPC_OPERAND_RELATIVE macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-dis.c299 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0)
H A Dppc-opc.c122 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
133 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
145 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
304 { 0x3fffffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c2828 (operand->flags & PPC_OPERAND_RELATIVE) != 0,
5709 if ((operand->flags & PPC_OPERAND_RELATIVE) != 0
5713 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0

Completed in 135 milliseconds