Searched defs:FIELDB (Results 1 - 4 of 4) sorted by relevance

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

Completed in 182 milliseconds