Home
last modified time | relevance | path

Searched refs:mips16inst (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/mips/kernel/
Dunaligned.c1243 union mips16e_instruction mips16inst, oldinst; in emulate_load_store_MIPS16e() local
1253 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1254 oldinst = mips16inst; in emulate_load_store_MIPS16e()
1257 if (mips16inst.ri.opcode == MIPS16e_extend_op) { in emulate_load_store_MIPS16e()
1260 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1264 if (mips16inst.ri.opcode == MIPS16e_jal_op) in emulate_load_store_MIPS16e()
1267 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()
1271 opcode = mips16inst.ri.opcode; in emulate_load_store_MIPS16e()
1274 switch (mips16inst.i64.func) { /* I64/RI64 func field check */ in emulate_load_store_MIPS16e()
1277 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
[all …]