Searched refs:MIPSInst_FD (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dinst.h63 #define MIPSInst_FD(x) ((MIPSInst(x) & 0x000007c0) >> I_FD_SFT) macro
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c1494 SITOREG(val, MIPSInst_FD(ir));
1546 SPTOREG(fd, MIPSInst_FD(ir));
1603 DITOREG(val, MIPSInst_FD(ir));
1654 DPTOREG(fd, MIPSInst_FD(ir));
1818 SPFROMREG(fd, MIPSInst_FD(ir));
1832 SPFROMREG(fd, MIPSInst_FD(ir));
2011 SPFROMREG(fd, MIPSInst_FD(ir));
2189 DPFROMREG(fd, MIPSInst_FD(ir));
2203 DPFROMREG(fd, MIPSInst_FD(ir));
2362 DPFROMREG(fd, MIPSInst_FD(i
[all...]
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c117 MIPSInst_FD(ir));
126 MIPSInst_FD(ir));
129 if (MIPSInst_FD(ir))
138 if (MIPSInst_FD(ir))
153 MIPSInst_FD(ir));
162 MIPSInst_FD(ir));
165 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir))
174 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir))

Completed in 186 milliseconds