Searched refs:halfword (Results 1 – 6 of 6) sorted by relevance
208 if (mm_insn_16bit(ip->halfword[0])) { in is_ra_save_ins()209 mmi.word = (ip->halfword[0] << 16); in is_ra_save_ins()216 mmi.halfword[0] = ip->halfword[1]; in is_ra_save_ins()217 mmi.halfword[1] = ip->halfword[0]; in is_ra_save_ins()247 mmi.word = (ip->halfword[0] << 16); in is_jump_ins()279 if (mm_insn_16bit(ip->halfword[0])) { in is_sp_move_ins()282 mmi.word = (ip->halfword[0] << 16); in is_sp_move_ins()328 if (mm_insn_16bit(ip->halfword[0])) in get_frame_info()332 if (ip->halfword[0] & mm_addiusp_func) in get_frame_info()334 tmp = (((ip->halfword[0] >> 1) & 0x1ff) << 2); in get_frame_info()[all …]
259 u16 halfword; in __microMIPS_compute_return_epc() local268 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()271 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()274 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()275 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()279 word |= halfword; in __microMIPS_compute_return_epc()283 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()286 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()288 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()290 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()[all …]
64 insn_p->halfword[0] = insn.word >> 16; in arch_jump_label_transform()65 insn_p->halfword[1] = insn.word; in arch_jump_label_transform()
1365 u16 halfword; in emulate_load_store_microMIPS() local1381 __get_user(halfword, pc16); in emulate_load_store_microMIPS()1384 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()1387 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()1388 __get_user(halfword, pc16); in emulate_load_store_microMIPS()1392 word |= halfword; in emulate_load_store_microMIPS()1396 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()1399 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()1401 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()1403 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()[all …]
276 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
914 unsigned short halfword[2]; member