Searched refs:MAJOR_OP (Results 1 – 2 of 2) sorted by relevance
5 #define MAJOR_OP 0xfc000000 macro25 (((INSTR) & (MAJOR_OP | MEM_BASE | MEM_OFF_SIGN)) == (STQ_OP | BASE_SP))
117 #define MAJOR_OP(i) (((i)>>26)&0x3f) macro479 switch (MAJOR_OP(regs->iir)) in handle_unaligned()