Home
last modified time | relevance | path

Searched defs:PPC_GET_PREFIX (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dppc.h259 #define PPC_GET_PREFIX(i) (((i) >> 32) & ((1LL << 32) - 1)) macro
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dppc.h270 #define PPC_GET_PREFIX(i) (((i) >> 32) & ((1LL << 32) - 1)) macro