Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Darc.h477 #define FIELDB(word) (((word & 0x07) << 24) | (((word >> 3) & 0x07) << 12)) macro
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Darc.h477 #define FIELDB(word) (((word & 0x07) << 24) | (((word >> 3) & 0x07) << 12)) macro