Lines Matching refs:pc16
622 u16 __user *pc16; in emulate_load_store_microMIPS() local
638 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()
639 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
640 pc16++; in emulate_load_store_microMIPS()
646 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
647 pc16++; in emulate_load_store_microMIPS()
654 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
660 pc16++; in emulate_load_store_microMIPS()
661 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1241 u16 __user *pc16; in emulate_load_store_MIPS16e() local
1250 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
1254 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1260 pc16++; in emulate_load_store_MIPS16e()
1261 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1266 pc16++; in emulate_load_store_MIPS16e()
1267 pc16++; in emulate_load_store_MIPS16e()
1268 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()