Home
last modified time | relevance | path

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

/linux-6.12.1/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.c624 u16 halfword; in emulate_load_store_microMIPS() local
640 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
643 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
646 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
647 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
651 word |= halfword; in emulate_load_store_microMIPS()
655 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
658 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
660 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
662 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
[all …]
Dprocess.c424 if (is_mmips && mm_insn_16bit(ip->halfword[0])) { in get_frame_info()
425 insn.word = ip->halfword[0] << 16; in get_frame_info()
428 insn.word = ip->halfword[0] << 16 | ip->halfword[1]; in get_frame_info()
/linux-6.12.1/arch/mips/math-emu/
Ddsemul.c258 .halfword = { ir >> 16, ir } in mips_dsemul()
261 .halfword = { break_math >> 16, break_math } in mips_dsemul()
/linux-6.12.1/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-6.12.1/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-ixp42x-usrobotics-usr8200.dts115 intel,ixp4xx-eb-byte-access-on-halfword = <0>;
Dintel-ixp43x-gateworks-gw2358.dts111 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
/linux-6.12.1/drivers/s390/scsi/
Dzfcp_fsf.h306 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
/linux-6.12.1/arch/mips/include/uapi/asm/
Dinst.h1117 unsigned short halfword[2]; member