Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dinst.h54 #define MIPSInst_FFMT(x) ((MIPSInst(x) & 0x01e00000) >> I_FFMT_SFT) macro
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c1699 switch (rfmt = (MIPSInst_FFMT(ir) & 0xf)) { in fpu_emu()