Home
last modified time | relevance | path

Searched refs:MIPS_INST_OPCODE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dmips_opcode.h123 #define MIPS_INST_OPCODE(val) (val >> 26) macro
/f-stack/freebsd/mips/mips/
H A Dtrap.c1539 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()