Lines Matching refs:pc16
623 u16 __user *pc16; in emulate_load_store_microMIPS() local
639 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()
640 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
641 pc16++; in emulate_load_store_microMIPS()
647 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
648 pc16++; in emulate_load_store_microMIPS()
655 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
661 pc16++; in emulate_load_store_microMIPS()
662 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1242 u16 __user *pc16; in emulate_load_store_MIPS16e() local
1251 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
1255 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1261 pc16++; in emulate_load_store_MIPS16e()
1262 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1267 pc16++; in emulate_load_store_MIPS16e()
1268 pc16++; in emulate_load_store_MIPS16e()
1269 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()