Searched refs:MIPS_INST_OPCODE (Results 1 – 2 of 2) sorted by relevance
123 #define MIPS_INST_OPCODE(val) (val >> 26) macro
1539 switch (MIPS_INST_OPCODE(inst)) { in mips_unaligned_load_store()1553 printf("%s: unhandled opcode in address error: %#x\n", __func__, MIPS_INST_OPCODE(inst)); in mips_unaligned_load_store()1564 switch (MIPS_INST_OPCODE(inst)) { in mips_unaligned_load_store()