Searched refs:MIPSInst_FMA_FFMT (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/mips/include/asm/ | ||
D | inst.h | 72 #define MIPSInst_FMA_FFMT(x) (MIPSInst(x) & 0x00000007) macro |
/linux-6.1.9/arch/mips/math-emu/ | ||
D | cp1emu.c | 1470 switch (MIPSInst_FMA_FFMT(ir)) { in fpux_emu() |