Lines Matching refs:mips16inst
2012 union mips16e_instruction mips16inst, oldinst; in emulate_load_store_MIPS16e() local
2022 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
2023 oldinst = mips16inst; in emulate_load_store_MIPS16e()
2026 if (mips16inst.ri.opcode == MIPS16e_extend_op) { in emulate_load_store_MIPS16e()
2029 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
2033 if (mips16inst.ri.opcode == MIPS16e_jal_op) in emulate_load_store_MIPS16e()
2036 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()
2040 opcode = mips16inst.ri.opcode; in emulate_load_store_MIPS16e()
2043 switch (mips16inst.i64.func) { /* I64/RI64 func field check */ in emulate_load_store_MIPS16e()
2046 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2050 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2061 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2063 switch (mips16inst.ri.imm >> 5) { in emulate_load_store_MIPS16e()
2076 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2080 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2082 switch (mips16inst.ri.imm >> 5) { in emulate_load_store_MIPS16e()
2098 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
2104 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()