Searched refs:halfword (Results 1 – 13 of 13) sorted by relevance
/linux/arch/mips/kernel/ |
A 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 …]
|
A 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()
|
A D | unaligned.c | 582 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 D | process.c | 422 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 D | dsemul.c | 261 .halfword = { ir >> 16, ir } in mips_dsemul() 264 .halfword = { break_math >> 16, break_math } in mips_dsemul()
|
/linux/Documentation/devicetree/bindings/bus/ |
A D | intel,ixp4xx-expansion-bus-controller.yaml | 92 intel,ixp4xx-eb-byte-access-on-halfword: 153 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
|
/linux/arch/arm/kernel/ |
A D | phys2virt.S | 79 @ 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 D | intel-ixp4xx-reference-design.dtsi | 68 intel,ixp4xx-eb-byte-access-on-halfword = <0>;
|
A D | intel-ixp42x-arcom-vulcan.dts | 56 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
|
A D | intel-ixp42x-gateworks-gw2348.dts | 95 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
|
A D | intel-ixp43x-gateworks-gw2358.dts | 111 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
|
/linux/drivers/s390/scsi/ |
A D | zfcp_fsf.h | 306 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
|
/linux/arch/mips/include/uapi/asm/ |
A D | inst.h | 1085 unsigned short halfword[2]; member
|
Completed in 42 milliseconds