Lines Matching refs:mips16inst
1202 union mips16e_instruction mips16inst, oldinst; in emulate_load_store_MIPS16e() local
1213 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1214 oldinst = mips16inst; in emulate_load_store_MIPS16e()
1217 if (mips16inst.ri.opcode == MIPS16e_extend_op) { in emulate_load_store_MIPS16e()
1220 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1224 if (mips16inst.ri.opcode == MIPS16e_jal_op) in emulate_load_store_MIPS16e()
1227 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()
1231 opcode = mips16inst.ri.opcode; in emulate_load_store_MIPS16e()
1234 switch (mips16inst.i64.func) { /* I64/RI64 func field check */ in emulate_load_store_MIPS16e()
1237 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1241 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1252 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
1254 switch (mips16inst.ri.imm >> 5) { in emulate_load_store_MIPS16e()
1267 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
1271 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
1273 switch (mips16inst.ri.imm >> 5) { in emulate_load_store_MIPS16e()
1289 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
1295 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()