Home
last modified time | relevance | path

Searched refs:PPC_GET_SUFFIX (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dppc.h273 #define PPC_GET_SUFFIX(i) ((i) & ((1LL << 32) - 1)) macro
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dppc.h273 #define PPC_GET_SUFFIX(i) ((i) & ((1LL << 32) - 1)) macro
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2019516 (PPC_OPCODE_POWERXX, PPC_GET_PREFIX, PPC_GET_SUFFIX),
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2019516 (PPC_OPCODE_POWERXX, PPC_GET_PREFIX, PPC_GET_SUFFIX),
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-ppc.c4110 md_number_to_chars (f + 4, PPC_GET_SUFFIX (insn), 4); in md_assemble()