Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/math-emu/
Dcp1emu.c243 switch (insn.mm_fp1_format.op) { in microMIPS32_to_MIPS32()
248 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()
265 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()
288 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()
291 else if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()
316 if (insn.mm_fp1_format.op == mm_ffloorl_op) in microMIPS32_to_MIPS32()
318 else if (insn.mm_fp1_format.op == mm_ffloorw_op) in microMIPS32_to_MIPS32()
320 else if (insn.mm_fp1_format.op == mm_fceill_op) in microMIPS32_to_MIPS32()
322 else if (insn.mm_fp1_format.op == mm_fceilw_op) in microMIPS32_to_MIPS32()
324 else if (insn.mm_fp1_format.op == mm_ftruncl_op) in microMIPS32_to_MIPS32()
[all …]
/linux-6.1.9/arch/mips/include/uapi/asm/
Dinst.h833 struct mm_fp1_format { /* FPU mfc1 and cfc1 format (microMIPS) */ struct
1108 struct mm_fp1_format mm_fp1_format; member