Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dtrap.c1571 reg[MIPS_INST_RT(inst)] = value; in mips_unaligned_load_store()
1580 reg[MIPS_INST_RT(inst)] = value; in mips_unaligned_load_store()
1589 reg[MIPS_INST_RT(inst)] = value; in mips_unaligned_load_store()
1597 reg[MIPS_INST_RT(inst)] = value; in mips_unaligned_load_store()
1606 reg[MIPS_INST_RT(inst)] = value; in mips_unaligned_load_store()
1612 value = reg[MIPS_INST_RT(inst)]; in mips_unaligned_load_store()
1621 value = reg[MIPS_INST_RT(inst)]; in mips_unaligned_load_store()
1630 value = reg[MIPS_INST_RT(inst)]; in mips_unaligned_load_store()
/f-stack/freebsd/mips/include/
H A Dmips_opcode.h125 #define MIPS_INST_RT(val) ((val & 0x001f0000) >> 16) macro