Lines Matching refs:halfword
624 u16 halfword; in emulate_load_store_microMIPS() local
639 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
642 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
645 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
646 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
650 word |= halfword; in emulate_load_store_microMIPS()
654 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
657 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
659 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
661 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
664 word |= halfword; in emulate_load_store_microMIPS()