Searched refs:mm_fp1_format (Results 1 – 2 of 2) sorted by relevance
256 switch (insn.mm_fp1_format.op) { in microMIPS32_to_MIPS32()261 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()278 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()301 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()304 else if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()329 if (insn.mm_fp1_format.op == mm_ffloorl_op) in microMIPS32_to_MIPS32()331 else if (insn.mm_fp1_format.op == mm_ffloorw_op) in microMIPS32_to_MIPS32()333 else if (insn.mm_fp1_format.op == mm_fceill_op) in microMIPS32_to_MIPS32()335 else if (insn.mm_fp1_format.op == mm_fceilw_op) in microMIPS32_to_MIPS32()337 else if (insn.mm_fp1_format.op == mm_ftruncl_op) in microMIPS32_to_MIPS32()[all …]
703 struct mm_fp1_format { /* FPU mfc1 and cfc1 format (microMIPS) */ struct933 struct mm_fp1_format mm_fp1_format; member