Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dmips-r2-to-r6-emul.c83 (s32)MIPSInst_SIMM(ir); in mipsr6_emul()
92 (s64)MIPSInst_SIMM(ir); in mipsr6_emul()
942 if ((long)regs->regs[rs] >= MIPSInst_SIMM(inst)) in mipsr2_decoder()
956 if ((long)regs->regs[rs] < MIPSInst_SIMM(inst)) in mipsr2_decoder()
970 if (regs->regs[rs] == MIPSInst_SIMM(inst)) in mipsr2_decoder()
977 if (regs->regs[rs] != MIPSInst_SIMM(inst)) in mipsr2_decoder()
1200 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
1273 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
1347 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
1417 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
[all …]
/linux-4.1.27/arch/mips/include/asm/
Dinst.h35 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff))) macro
/linux-4.1.27/arch/mips/math-emu/
Dcp1emu.c1053 MIPSInst_SIMM(ir)); in cop1Emulate()
1071 MIPSInst_SIMM(ir)); in cop1Emulate()
1088 MIPSInst_SIMM(ir)); in cop1Emulate()
1105 MIPSInst_SIMM(ir)); in cop1Emulate()
1246 contpc = MIPSInst_SIMM(ir); in cop1Emulate()