Lines Matching refs:halfword
1365 u16 halfword; in emulate_load_store_microMIPS() local
1381 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1384 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1387 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1388 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1392 word |= halfword; in emulate_load_store_microMIPS()
1396 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1399 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
1401 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
1403 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1406 word |= halfword; in emulate_load_store_microMIPS()