Lines Matching refs:mips16inst
1985 union mips16e_instruction mips16inst, oldinst; in emulate_load_store_MIPS16e() local
1993 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1994 oldinst = mips16inst; in emulate_load_store_MIPS16e()
1997 if (mips16inst.ri.opcode == MIPS16e_extend_op) { in emulate_load_store_MIPS16e()
1999 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
2003 if (mips16inst.ri.opcode == MIPS16e_jal_op) in emulate_load_store_MIPS16e()
2006 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()
2010 switch (mips16inst.ri.opcode) { in emulate_load_store_MIPS16e()
2012 switch (mips16inst.i64.func) { /* I64/RI64 func field check */ in emulate_load_store_MIPS16e()
2015 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2019 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2032 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2036 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
2042 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()
2046 switch (mips16inst.ri.opcode) { in emulate_load_store_MIPS16e()