Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c81 if (MIPSInst_RT(ir)) in mipsr6_emul()
82 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
90 if (MIPSInst_RT(ir)) in mipsr6_emul()
91 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
107 regs->regs[MIPSInst_RT(ir)]; in mipsr6_emul()
115 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul()
124 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) >> in mipsr6_emul()
134 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
143 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
151 (s64)(((u64)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul()
[all …]
/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c861 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
871 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
879 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
890 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
901 if (MIPSInst_RT(ir)) in cop1_cfc()
902 xcp->regs[MIPSInst_RT(ir)] = value; in cop1_cfc()
915 if (MIPSInst_RT(ir) == 0) in cop1_ctc()
918 value = xcp->regs[MIPSInst_RT(ir)]; in cop1_ctc()
923 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_ctc()
934 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_ctc()
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dinst.h32 #define MIPSInst_RT(x) ((MIPSInst(x) & 0x001f0000) >> I_RT_SFT) macro