Searched refs:halfword (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/mips/kernel/ | 
| D | branch.c | 263 	u16 halfword;  in __microMIPS_compute_return_epc()  local 272 	__get_user(halfword, pc16);  in __microMIPS_compute_return_epc() 275 	word = ((unsigned int)halfword << 16);  in __microMIPS_compute_return_epc() 278 	if (!mm_insn_16bit(halfword)) {  in __microMIPS_compute_return_epc() 279 		__get_user(halfword, pc16);  in __microMIPS_compute_return_epc() 283 		word |= halfword;  in __microMIPS_compute_return_epc() 287 	if (get_user(halfword, pc16))  in __microMIPS_compute_return_epc() 290 	word = ((unsigned int)halfword << 16);  in __microMIPS_compute_return_epc() 292 	if (!mm_insn_16bit(halfword)) {  in __microMIPS_compute_return_epc() 294 		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 | 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() [all …] 
 | 
| D | process.c | 390 		if (is_mmips && mm_insn_16bit(ip->halfword[0])) {  in get_frame_info() 391 			insn.word = ip->halfword[0] << 16;  in get_frame_info() 394 			insn.word = ip->halfword[0] << 16 | ip->halfword[1];  in get_frame_info()
  | 
| /Linux-v5.4/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.4/drivers/s390/scsi/ | 
| D | zfcp_fsf.h | 278 	u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)];  member
  | 
| /Linux-v5.4/arch/mips/include/uapi/asm/ | 
| D | inst.h | 1051 	unsigned short halfword[2];  member
  |