Searched defs:MAJOR_OPCODE (Results 1 – 4 of 4) sorted by relevance
641 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf) macro
46 #define MAJOR_OPCODE(x) (((x) & 0xF8000000) >> 27) macro