Searched refs:mm_fp1_format (Results 1 – 2 of 2) sorted by relevance
243 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 …]
833 struct mm_fp1_format { /* FPU mfc1 and cfc1 format (microMIPS) */ struct1108 struct mm_fp1_format mm_fp1_format; member