Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dunaligned.c1985 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()
[all …]