Lines Matching refs:pc16
581 u16 __user *pc16; in emulate_load_store_microMIPS() local
597 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()
598 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
599 pc16++; in emulate_load_store_microMIPS()
605 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
606 pc16++; in emulate_load_store_microMIPS()
613 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
619 pc16++; in emulate_load_store_microMIPS()
620 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1200 u16 __user *pc16; in emulate_load_store_MIPS16e() local
1209 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
1213 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1219 pc16++; in emulate_load_store_MIPS16e()
1220 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1225 pc16++; in emulate_load_store_MIPS16e()
1226 pc16++; in emulate_load_store_MIPS16e()
1227 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()