Symbol: MIPSInst_SIMM
arch/mips/kernel/mips-r2-to-r6-emul.c
1207
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1280
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1354
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1424
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1499
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1618
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1737
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1855
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
1967
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
2023
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
2086
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
2147
vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst);
arch/mips/kernel/mips-r2-to-r6-emul.c
85
(s32)MIPSInst_SIMM(ir);
arch/mips/kernel/mips-r2-to-r6-emul.c
94
(s64)MIPSInst_SIMM(ir);
arch/mips/kernel/mips-r2-to-r6-emul.c
944
if ((long)regs->regs[rs] >= MIPSInst_SIMM(inst))
arch/mips/kernel/mips-r2-to-r6-emul.c
958
if ((long)regs->regs[rs] < MIPSInst_SIMM(inst))
arch/mips/kernel/mips-r2-to-r6-emul.c
972
if (regs->regs[rs] == MIPSInst_SIMM(inst))
arch/mips/kernel/mips-r2-to-r6-emul.c
979
if (regs->regs[rs] != MIPSInst_SIMM(inst))
arch/mips/math-emu/cp1emu.c
1051
MIPSInst_SIMM(ir));
arch/mips/math-emu/cp1emu.c
1069
MIPSInst_SIMM(ir));
arch/mips/math-emu/cp1emu.c
1086
MIPSInst_SIMM(ir));
arch/mips/math-emu/cp1emu.c
1103
MIPSInst_SIMM(ir));
arch/mips/math-emu/cp1emu.c
1248
contpc = MIPSInst_SIMM(ir);