Searched refs:mm_a_format (Results 1 – 2 of 2) sorted by relevance
231 if (insn.mm_a_format.opcode == mm_addiupc_op) { in mips_dsemul()235 rs = (((insn.mm_a_format.rs + 0xe) & 0xf) + 2); in mips_dsemul()237 v += insn.mm_a_format.simmediate << 2; in mips_dsemul()
932 struct mm_a_format { /* ADDIUPC format (microMIPS) */ struct1118 struct mm_a_format mm_a_format; member