Searched refs:halfword (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/arch/mips/kernel/ |
| D | branch.c | 265 u16 halfword; in __microMIPS_compute_return_epc() local 274 __get_user(halfword, pc16); in __microMIPS_compute_return_epc() 277 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc() 280 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc() 281 __get_user(halfword, pc16); in __microMIPS_compute_return_epc() 285 word |= halfword; in __microMIPS_compute_return_epc() 289 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc() 292 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc() 294 if (!mm_insn_16bit(halfword)) { in __microMIPS_compute_return_epc() 296 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc() [all …]
|
| D | jump_label.c | 81 insn_p->halfword[0] = insn.word >> 16; in arch_jump_label_transform() 82 insn_p->halfword[1] = insn.word; in arch_jump_label_transform()
|
| D | unaligned.c | 624 u16 halfword; in emulate_load_store_microMIPS() local 639 __get_user(halfword, pc16); in emulate_load_store_microMIPS() 642 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS() 645 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS() 646 __get_user(halfword, pc16); in emulate_load_store_microMIPS() 650 word |= halfword; in emulate_load_store_microMIPS() 654 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS() 657 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS() 659 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS() 661 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS() [all …]
|
| D | process.c | 409 if (is_mmips && mm_insn_16bit(ip->halfword[0])) { in get_frame_info() 410 insn.word = ip->halfword[0] << 16; in get_frame_info() 413 insn.word = ip->halfword[0] << 16 | ip->halfword[1]; in get_frame_info()
|
| /Linux-v5.10/arch/mips/math-emu/ |
| D | dsemul.c | 261 .halfword = { ir >> 16, ir } in mips_dsemul() 264 .halfword = { break_math >> 16, break_math } in mips_dsemul()
|
| /Linux-v5.10/drivers/s390/scsi/ |
| D | zfcp_fsf.h | 295 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
|
| /Linux-v5.10/arch/mips/include/uapi/asm/ |
| D | inst.h | 1085 unsigned short halfword[2]; member
|