Lines Matching refs:halfword
1283 u16 halfword; in emulate_load_store_microMIPS() local
1299 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1302 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1305 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1306 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1310 word |= halfword; in emulate_load_store_microMIPS()
1314 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1317 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1319 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1321 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1324 word |= halfword; in emulate_load_store_microMIPS()