Searched refs:MIPSInst_SIMM (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dinst.h35 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff))) macro
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c85 (s32)MIPSInst_SIMM(ir);
94 (s64)MIPSInst_SIMM(ir);
944 if ((long)regs->regs[rs] >= MIPSInst_SIMM(inst))
958 if ((long)regs->regs[rs] < MIPSInst_SIMM(inst))
972 if (regs->regs[rs] == MIPSInst_SIMM(inst))
979 if (regs->regs[rs] != MIPSInst_SIMM(inst))
1207 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
1280 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
1354 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
1424 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(ins
[all...]
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c1051 MIPSInst_SIMM(ir));
1069 MIPSInst_SIMM(ir));
1086 MIPSInst_SIMM(ir));
1103 MIPSInst_SIMM(ir));
1248 contpc = MIPSInst_SIMM(ir);

Completed in 230 milliseconds