Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dinst.h72 #define MIPSInst_FMA_FFMT(x) (MIPSInst(x) & 0x00000003) macro
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dcp1emu.c1470 switch (MIPSInst_FMA_FFMT(ir)) { in fpux_emu()