Searched refs:MIPSInst_FFMT (Results 1 – 2 of 2) sorted by relevance
/arch/mips/include/asm/ | ||
D | inst.h | 54 #define MIPSInst_FFMT(x) ((MIPSInst(x) & 0x01e00000) >> I_FFMT_SFT) macro |
/arch/mips/math-emu/ | ||
D | cp1emu.c | 1688 switch (rfmt = (MIPSInst_FFMT(ir) & 0xf)) { in fpu_emu() |