Home
last modified time | relevance | path

Searched defs:MAJOR_OPCODE (Results 1 – 4 of 4) sorted by relevance

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