Searched refs:halfword (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H 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 …]
|
| H A D | unaligned.c | 624 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 …]
|
| H 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()
|
| H A D | process.c | 409 if (is_mmips && mm_insn_16bit(ip->halfword[0])) { in get_frame_info() 410 insn.word = ip->halfword[0] << 16; in get_frame_info() 413 insn.word = ip->halfword[0] << 16 | ip->halfword[1]; in get_frame_info()
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | dsemul.c | 261 .halfword = { ir >> 16, ir } in mips_dsemul() 264 .halfword = { break_math >> 16, break_math } in mips_dsemul()
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_fsf.h | 295 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.imximage | 115 type: word=4, halfword=2, byte=1
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | inst.h | 1085 unsigned short halfword[2]; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 4540 Low and High halfword relocations for MOVW and MOVT instructions.
|
| H A D | gccint.info | 22259 arguments. Here for example, is how the 68000 halfword-add 22288 halfword in a data register, and can also sign-extend a value by 22913 offset For byte, halfword, or word addressing. 27750 "sign-extend halfword" and "sign-extend byte" instructions whose 28226 a halfword mask. But this mask cannot be represented by a 'const_int'
|
| H A D | as.info | 19478 m multiply instruction, for example 'mh' multiply halfword 19496 h the operand uses a 16-bit halfword operand
|
| H A D | gcc.info | 44597 'uh' 'unsigned short' No an unsigned halfword
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 4540 Low and High halfword relocations for MOVW and MOVT instructions.
|
| H A D | gccint.info | 22259 arguments. Here for example, is how the 68000 halfword-add 22288 halfword in a data register, and can also sign-extend a value by 22913 offset For byte, halfword, or word addressing. 27750 "sign-extend halfword" and "sign-extend byte" instructions whose 28226 a halfword mask. But this mask cannot be represented by a 'const_int'
|
| H A D | as.info | 19478 m multiply instruction, for example 'mh' multiply halfword 19496 h the operand uses a 16-bit halfword operand
|
| H A D | gcc.info | 44597 'uh' 'unsigned short' No an unsigned halfword
|