Lines Matching refs:halfword
263 u16 halfword; in __microMIPS_compute_return_epc() local
272 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()
275 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()
278 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()
279 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()
283 word |= halfword; in __microMIPS_compute_return_epc()
287 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()
290 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()
292 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()
294 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()
297 word |= halfword; in __microMIPS_compute_return_epc()