Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dmips-r2-to-r6-emul.c85 (s32)MIPSInst_SIMM(ir); in mipsr6_emul()
94 (s64)MIPSInst_SIMM(ir); in mipsr6_emul()
944 if ((long)regs->regs[rs] >= MIPSInst_SIMM(inst)) in mipsr2_decoder()
958 if ((long)regs->regs[rs] < MIPSInst_SIMM(inst)) in mipsr2_decoder()
972 if (regs->regs[rs] == MIPSInst_SIMM(inst)) in mipsr2_decoder()
979 if (regs->regs[rs] != MIPSInst_SIMM(inst)) in mipsr2_decoder()
1214 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
1287 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
1361 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
1431 vaddr = regs->regs[MIPSInst_RS(inst)] + MIPSInst_SIMM(inst); in mipsr2_decoder()
[all …]
/arch/mips/include/asm/
Dinst.h35 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff))) macro
/arch/mips/math-emu/
Dcp1emu.c1055 MIPSInst_SIMM(ir)); in cop1Emulate()
1073 MIPSInst_SIMM(ir)); in cop1Emulate()
1090 MIPSInst_SIMM(ir)); in cop1Emulate()
1107 MIPSInst_SIMM(ir)); in cop1Emulate()
1251 contpc = MIPSInst_SIMM(ir); in cop1Emulate()