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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-ppc.c60 #define RA_REGISTER_MASK 0x001f0000 macro
8625 insn = (insn & ~RA_REGISTER_MASK) | (reg << RA_REGISTER_SHIFT);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.c59 #define RA_REGISTER_MASK 0x001f0000 macro
8707 insn = (insn & ~RA_REGISTER_MASK) | (reg << RA_REGISTER_SHIFT);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c59 #define RA_REGISTER_MASK 0x001f0000 macro
8707 insn = (insn & ~RA_REGISTER_MASK) | (reg << RA_REGISTER_SHIFT);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c59 #define RA_REGISTER_MASK 0x001f0000 macro
8707 insn = (insn & ~RA_REGISTER_MASK) | (reg << RA_REGISTER_SHIFT);

Completed in 327 milliseconds