Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H 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 …]
H A Dunaligned.c624 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 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()
H A Dprocess.c409 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 Ddsemul.c261 .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 Dzfcp_fsf.h295 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.imximage115 type: word=4, halfword=2, byte=1
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dinst.h1085 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 Dbfd.info4540 Low and High halfword relocations for MOVW and MOVT instructions.
H A Dgccint.info22259 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 Das.info19478 m multiply instruction, for example 'mh' multiply halfword
19496 h the operand uses a 16-bit halfword operand
H A Dgcc.info44597 '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 Dbfd.info4540 Low and High halfword relocations for MOVW and MOVT instructions.
H A Dgccint.info22259 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 Das.info19478 m multiply instruction, for example 'mh' multiply halfword
19496 h the operand uses a 16-bit halfword operand
H A Dgcc.info44597 'uh' 'unsigned short' No an unsigned halfword