Searched refs:halfword (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbranch.c147 u16 halfword; local
158 __get_user(halfword, pc16);
161 word = ((unsigned int)halfword << 16);
164 if (!mm_is16bit(halfword)) {
165 __get_user(halfword, pc16);
169 word |= halfword;
173 if (get_user(halfword, pc16))
176 word = ((unsigned int)halfword << 16);
178 if (!mm_is16bit(halfword)) {
180 if (get_user(halfword, pc1
[all...]
H A Dunaligned.c692 u16 halfword; local
708 __get_user(halfword, pc16);
711 word = ((unsigned int)halfword << 16);
714 if (!mm_is16bit(halfword)) {
715 __get_user(halfword, pc16);
719 word |= halfword;
723 if (get_user(halfword, pc16))
726 word = ((unsigned int)halfword << 16);
728 if (!mm_is16bit(halfword)) {
730 if (get_user(halfword, pc1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmdct_vfp.S64 and J0, J0, #255 @ halfword value will be < n4
67 and J2, J2, #255 @ halfword value will be < n4
H A Dstartcode_armv6.S131 @ Check second byte of final halfword
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fsf.h302 u16 halfword[FSF_STATUS_QUALIFIER_SIZE / sizeof (u16)]; member in union:fsf_status_qual
H A Dzfcp_fsf.c83 zfcp_act_eval_err(req->adapter, header->fsf_status_qual.halfword[0]);
84 zfcp_act_eval_err(req->adapter, header->fsf_status_qual.halfword[1]);
97 zfcp_act_eval_err(req->adapter, header->fsf_status_qual.halfword[0]);
98 zfcp_act_eval_err(req->adapter, header->fsf_status_qual.halfword[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dinst.h788 unsigned short halfword[2]; member in union:mips_instruction

Completed in 93 milliseconds