Home
last modified time | relevance | path

Searched refs:halfword (Results 1 – 5 of 5) sorted by relevance

/arch/mips/kernel/
Dprocess.c208 if (mm_insn_16bit(ip->halfword[1])) { in is_ra_save_ins()
287 if (mm_insn_16bit(ip->halfword[1])) { in is_jump_ins()
324 if (mm_insn_16bit(ip->halfword[1])) { in is_sp_move_ins()
361 if (is_mmips && mm_insn_16bit(ip->halfword[0])) { in get_frame_info()
362 insn.halfword[0] = 0; in get_frame_info()
363 insn.halfword[1] = ip->halfword[0]; in get_frame_info()
366 insn.halfword[0] = ip->halfword[1]; in get_frame_info()
367 insn.halfword[1] = ip->halfword[0]; in get_frame_info()
381 if (mm_insn_16bit(ip->halfword[0])) in get_frame_info()
385 if (ip->halfword[0] & mm_addiusp_func) in get_frame_info()
[all …]
Djump_label.c64 insn_p->halfword[0] = insn.word >> 16; in arch_jump_label_transform()
65 insn_p->halfword[1] = insn.word; in arch_jump_label_transform()
Dbranch.c259 u16 halfword; in __microMIPS_compute_return_epc() local
268 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()
271 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()
274 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()
275 __get_user(halfword, pc16); in __microMIPS_compute_return_epc()
279 word |= halfword; in __microMIPS_compute_return_epc()
283 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()
286 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc()
288 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc()
290 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()
[all …]
Dunaligned.c1392 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()
[all …]
/arch/mips/include/uapi/asm/
Dinst.h932 unsigned short halfword[2]; member