Searched refs:mm_fp1_format (Results 1 – 2 of 2) sorted by relevance
255 switch (insn.mm_fp1_format.op) { in microMIPS32_to_MIPS32()260 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()277 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()300 if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()303 else if ((insn.mm_fp1_format.op & 0x7f) == in microMIPS32_to_MIPS32()328 if (insn.mm_fp1_format.op == mm_ffloorl_op) in microMIPS32_to_MIPS32()330 else if (insn.mm_fp1_format.op == mm_ffloorw_op) in microMIPS32_to_MIPS32()332 else if (insn.mm_fp1_format.op == mm_fceill_op) in microMIPS32_to_MIPS32()334 else if (insn.mm_fp1_format.op == mm_fceilw_op) in microMIPS32_to_MIPS32()336 else if (insn.mm_fp1_format.op == mm_ftruncl_op) in microMIPS32_to_MIPS32()[all …]
832 struct mm_fp1_format { /* FPU mfc1 and cfc1 format (microMIPS) */ struct1073 struct mm_fp1_format mm_fp1_format; member