Lines Matching refs:halfword
1392 u16 halfword; in emulate_load_store_microMIPS() local
1408 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1411 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1414 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1415 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1419 word |= halfword; in emulate_load_store_microMIPS()
1423 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1426 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1428 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1430 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1433 word |= halfword; in emulate_load_store_microMIPS()