Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h875 struct mm_fp2_format { /* FPU movt and movf format (microMIPS) */ struct
1141 struct mm_fp2_format mm_fp2_format; member
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c180 if (insn.mm_fp2_format.op == mm_fmovt_op) in microMIPS32_to_MIPS32()
182 else if (insn.mm_fp2_format.op == mm_fmovf_op) in microMIPS32_to_MIPS32()
187 sdps_format[insn.mm_fp2_format.fmt]; in microMIPS32_to_MIPS32()
189 (insn.mm_fp2_format.cc<<2) + op; in microMIPS32_to_MIPS32()
191 insn.mm_fp2_format.fs; in microMIPS32_to_MIPS32()
193 insn.mm_fp2_format.fd; in microMIPS32_to_MIPS32()