Searched defs:MAJOR_OPCODE (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dmetag.h641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arc.c46 #define MAJOR_OPCODE(x) (((x) & 0xF8000000) >> 27) macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arc.c46 #define MAJOR_OPCODE(x) (((x) & 0xF8000000) >> 27) macro
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arc.c46 #define MAJOR_OPCODE(x) (((x) & 0xF8000000) >> 27) macro

Completed in 290 milliseconds