Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dppc.h241 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dppc.h249 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro