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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dunaligned.c1315 union mips16e_instruction mips16inst, oldinst; local
1323 __get_user(mips16inst.full, pc16);
1324 oldinst = mips16inst;
1327 if (mips16inst.ri.opcode == MIPS16e_extend_op) {
1329 __get_user(mips16inst.full, pc16);
1333 if (mips16inst.ri.opcode == MIPS16e_jal_op)
1336 if (get_user(mips16inst.full, pc16))
1340 switch (mips16inst.ri.opcode) {
1342 switch (mips16inst.i64.func) { /* I64/RI64 func field check */
1345 reg = mips16e_reg2gpr[mips16inst
[all...]

Completed in 28 milliseconds