Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
A 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 …]
A 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()
A Dunaligned.c582 u16 halfword; in emulate_load_store_microMIPS() local
598 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
601 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
604 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
605 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
609 word |= halfword; in emulate_load_store_microMIPS()
613 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
616 word = ((unsigned int)halfword << 16); in emulate_load_store_microMIPS()
618 if (!mm_insn_16bit(halfword)) { in emulate_load_store_microMIPS()
620 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
[all …]
A Dprocess.c422 if (is_mmips && mm_insn_16bit(ip->halfword[0])) { in get_frame_info()
423 insn.word = ip->halfword[0] << 16; in get_frame_info()
426 insn.word = ip->halfword[0] << 16 | ip->halfword[1]; in get_frame_info()
/linux/arch/mips/math-emu/
A Ddsemul.c261 .halfword = { ir >> 16, ir } in mips_dsemul()
264 .halfword = { break_math >> 16, break_math } in mips_dsemul()
/linux/Documentation/devicetree/bindings/bus/
A Dintel,ixp4xx-expansion-bus-controller.yaml92 intel,ixp4xx-eb-byte-access-on-halfword:
153 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
/linux/arch/arm/kernel/
A 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/arch/arm/boot/dts/
A Dintel-ixp4xx-reference-design.dtsi68 intel,ixp4xx-eb-byte-access-on-halfword = <0>;
A Dintel-ixp42x-arcom-vulcan.dts56 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
A Dintel-ixp42x-gateworks-gw2348.dts95 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
A Dintel-ixp43x-gateworks-gw2358.dts111 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
/linux/drivers/s390/scsi/
A Dzfcp_fsf.h306 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
/linux/arch/mips/include/uapi/asm/
A Dinst.h1085 unsigned short halfword[2]; member

Completed in 42 milliseconds