Lines Matching refs:pc16
1364 u16 __user *pc16; in emulate_load_store_microMIPS() local
1380 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()
1381 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1382 pc16++; in emulate_load_store_microMIPS()
1388 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1389 pc16++; in emulate_load_store_microMIPS()
1396 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1402 pc16++; in emulate_load_store_microMIPS()
1403 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1983 u16 __user *pc16; in emulate_load_store_MIPS16e() local
1989 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
1993 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1998 pc16++; in emulate_load_store_MIPS16e()
1999 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
2004 pc16++; in emulate_load_store_MIPS16e()
2005 pc16++; in emulate_load_store_MIPS16e()
2006 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()