Lines Matching refs:pc16
1282 u16 __user *pc16; in emulate_load_store_microMIPS() local
1298 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()
1299 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1300 pc16++; in emulate_load_store_microMIPS()
1306 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1307 pc16++; in emulate_load_store_microMIPS()
1314 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1320 pc16++; in emulate_load_store_microMIPS()
1321 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1901 u16 __user *pc16; in emulate_load_store_MIPS16e() local
1907 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
1911 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1916 pc16++; in emulate_load_store_MIPS16e()
1917 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
1922 pc16++; in emulate_load_store_MIPS16e()
1923 pc16++; in emulate_load_store_MIPS16e()
1924 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()