Lines Matching refs:pc16
1391 u16 __user *pc16; in emulate_load_store_microMIPS() local
1407 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()
1408 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1409 pc16++; in emulate_load_store_microMIPS()
1415 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1416 pc16++; in emulate_load_store_microMIPS()
1423 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1429 pc16++; in emulate_load_store_microMIPS()
1430 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
2010 u16 __user *pc16; in emulate_load_store_MIPS16e() local
2018 pc16 = (unsigned short __user *)msk_isa16_mode(origpc); in emulate_load_store_MIPS16e()
2022 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
2028 pc16++; in emulate_load_store_MIPS16e()
2029 __get_user(mips16inst.full, pc16); in emulate_load_store_MIPS16e()
2034 pc16++; in emulate_load_store_MIPS16e()
2035 pc16++; in emulate_load_store_MIPS16e()
2036 if (get_user(mips16inst.full, pc16)) in emulate_load_store_MIPS16e()