Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/kernel/
Dbranch.c265 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 …]
Djump_label.c81 insn_p->halfword[0] = insn.word >> 16; in arch_jump_label_transform()
82 insn_p->halfword[1] = insn.word; in arch_jump_label_transform()
Dunaligned.c623 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 …]
Dprocess.c423 if (is_mmips && mm_insn_16bit(ip->halfword[0])) { in get_frame_info()
424 insn.word = ip->halfword[0] << 16; in get_frame_info()
427 insn.word = ip->halfword[0] << 16 | ip->halfword[1]; in get_frame_info()
/Linux-v6.6/arch/mips/math-emu/
Ddsemul.c258 .halfword = { ir >> 16, ir } in mips_dsemul()
261 .halfword = { break_math >> 16, break_math } in mips_dsemul()
/Linux-v6.6/arch/arm/kernel/
Dphys2virt.S79 @ second halfword of the opcode (the 16-bit immediate is encoded
90 @ need to inspect the first halfword of the opcode, to check whether
/Linux-v6.6/arch/arm/boot/dts/intel/ixp/
Dintel-ixp4xx-reference-design.dtsi68 intel,ixp4xx-eb-byte-access-on-halfword = <0>;
Dintel-ixp42x-arcom-vulcan.dts56 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
Dintel-ixp42x-gateworks-gw2348.dts95 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
Dintel-ixp43x-gateworks-gw2358.dts111 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
/Linux-v6.6/drivers/s390/scsi/
Dzfcp_fsf.h306 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
/Linux-v6.6/arch/mips/include/uapi/asm/
Dinst.h1117 unsigned short halfword[2]; member