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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dppc.h287 #define PPC_OPERAND_RELATIVE (0x100)
286 #define PPC_OPERAND_RELATIVE macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dppc.h287 #define PPC_OPERAND_RELATIVE (0x100)
286 #define PPC_OPERAND_RELATIVE macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dppc-dis.c456 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0)
H A Dppc-opc.c135 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
146 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
158 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
313 { 0x3fffffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dppc-dis.c456 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0)
H A Dppc-opc.c135 { 0xfffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
146 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
158 PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
313 { 0x3fffffc, 0, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED },
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-ppc.c3051 (operand->flags & PPC_OPERAND_RELATIVE) != 0,
5953 if ((operand->flags & PPC_OPERAND_RELATIVE) != 0
5957 else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0

Completed in 144 milliseconds