Lines Matching full:halfword
624 u16 halfword; in emulate_load_store_microMIPS() local
640 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
643 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
646 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
647 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
651 word |= halfword; in emulate_load_store_microMIPS()
655 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
658 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
660 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
662 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
665 word |= halfword; in emulate_load_store_microMIPS()