Searched refs:MIPSInst_FD (Results 1 – 2 of 2) sorted by relevance
117 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()
63 #define MIPSInst_FD(x) ((MIPSInst(x) & 0x000007c0) >> I_FD_SFT) macro