Searched refs:MIPSInst_SIMM (Results 1 – 3 of 3) sorted by relevance
83 (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 …]
35 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff))) macro
1053 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()