Searched refs:mm_fp0_format (Results 1 – 2 of 2) sorted by relevance
134 switch (insn.mm_fp0_format.func) { in microMIPS32_to_MIPS32()143 op = insn.mm_fp0_format.func; in microMIPS32_to_MIPS32()213 if (insn.mm_fp0_format.op == mm_fadd_op) in microMIPS32_to_MIPS32()215 else if (insn.mm_fp0_format.op == mm_fsub_op) in microMIPS32_to_MIPS32()217 else if (insn.mm_fp0_format.op == mm_fmul_op) in microMIPS32_to_MIPS32()219 else if (insn.mm_fp0_format.op == mm_fdiv_op) in microMIPS32_to_MIPS32()224 sdps_format[insn.mm_fp0_format.fmt]; in microMIPS32_to_MIPS32()226 insn.mm_fp0_format.ft; in microMIPS32_to_MIPS32()228 insn.mm_fp0_format.fs; in microMIPS32_to_MIPS32()230 insn.mm_fp0_format.fd; in microMIPS32_to_MIPS32()[all …]
649 struct mm_fp0_format { /* FPU multipy and add format (microMIPS) */ struct897 struct mm_fp0_format mm_fp0_format; member