Searched refs:MIPSInst_RT (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 82 if (MIPSInst_RT(ir)) in mipsr6_emul() 83 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul() 91 if (MIPSInst_RT(ir)) in mipsr6_emul() 92 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul() 108 regs->regs[MIPSInst_RT(ir)]; in mipsr6_emul() 116 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul() 125 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) >> in mipsr6_emul() 135 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul() 144 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul() 152 (s64)(((u64)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul() [all …]
|
/linux-6.1.9/arch/mips/math-emu/ |
D | cp1emu.c | 858 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc() 868 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc() 876 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc() 887 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc() 898 if (MIPSInst_RT(ir)) in cop1_cfc() 899 xcp->regs[MIPSInst_RT(ir)] = value; in cop1_cfc() 912 if (MIPSInst_RT(ir) == 0) in cop1_ctc() 915 value = xcp->regs[MIPSInst_RT(ir)]; in cop1_ctc() 920 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_ctc() 931 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_ctc() [all …]
|
/linux-6.1.9/arch/mips/include/asm/ |
D | inst.h | 32 #define MIPSInst_RT(x) ((MIPSInst(x) & 0x001f0000) >> I_RT_SFT) macro
|