Lines Matching refs:mips16inst
1244 union mips16e_instruction mips16inst, oldinst; in emulate_load_store_MIPS16e() local
1255 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1256 oldinst = mips16inst; in emulate_load_store_MIPS16e()
1259 if (mips16inst.ri.opcode == MIPS16e_extend_op) { in emulate_load_store_MIPS16e()
1262 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1266 if (mips16inst.ri.opcode == MIPS16e_jal_op) in emulate_load_store_MIPS16e()
1269 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()
1273 opcode = mips16inst.ri.opcode; in emulate_load_store_MIPS16e()
1276 switch (mips16inst.i64.func) { /* I64/RI64 func field check */ in emulate_load_store_MIPS16e()
1279 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1283 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1294 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
1296 switch (mips16inst.ri.imm >> 5) { in emulate_load_store_MIPS16e()
1309 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
1313 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
1315 switch (mips16inst.ri.imm >> 5) { in emulate_load_store_MIPS16e()
1331 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
1337 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()