Lines Matching refs:halfword
265 u16 halfword; in __microMIPS_compute_return_epc() local
274 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()
277 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()
280 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()
281 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()
285 word |= halfword; in __microMIPS_compute_return_epc()
289 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()
292 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()
294 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()
296 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()
299 word |= halfword; in __microMIPS_compute_return_epc()