Home
last modified time | relevance | path

Searched refs:MIPSInst_FD (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c117 MIPSInst_FD(ir)); in mipsr6_emul()
126 MIPSInst_FD(ir)); in mipsr6_emul()
129 if (MIPSInst_FD(ir)) in mipsr6_emul()
138 if (MIPSInst_FD(ir)) in mipsr6_emul()
153 MIPSInst_FD(ir)); in mipsr6_emul()
162 MIPSInst_FD(ir)); in mipsr6_emul()
165 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir)) in mipsr6_emul()
174 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir)) in mipsr6_emul()
/linux/arch/mips/include/asm/
H A Dinst.h63 #define MIPSInst_FD(x) ((MIPSInst(x) & 0x000007c0) >> I_FD_SFT) macro