Lines Matching refs:halfword
582 u16 halfword; in emulate_load_store_microMIPS() local
598 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
601 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
604 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
605 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
609 word |= halfword; in emulate_load_store_microMIPS()
613 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
616 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
618 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
620 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
623 word |= halfword; in emulate_load_store_microMIPS()