Lines Matching refs:halfword
1399 u16 halfword; in emulate_load_store_microMIPS() local
1414 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1417 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1420 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1421 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1425 word |= halfword; in emulate_load_store_microMIPS()
1429 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1432 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1434 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1436 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1439 word |= halfword; in emulate_load_store_microMIPS()