Searched refs:m32 (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dmulti_arith.h29 reg->lowmant = reg->mant.m32[1] << (8 - cnt);
30 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) |
31 (reg->mant.m32[0] << (32 - cnt));
32 reg->mant.m32[0] = reg->mant.m32[0] >> cnt;
35 reg->lowmant = reg->mant.m32[1] >> (cnt - 8);
36 if (reg->mant.m32[1] << (40 - cnt))
38 reg->mant.m32[1] = (reg->mant.m32[
[all...]
H A Dfp_arith.c195 if ((long)dest->mant.m32[0] >= 0)
197 if ((long)src->mant.m32[0] >= 0)
205 if ((long)temp.m32[0] > 0) {
282 if ((long)dest->mant.m32[0] >= 0)
284 if ((long)src->mant.m32[0] >= 0)
292 if (!temp.m32[0]) {
351 fp_mul64(dest->mant.m32[0], dest->mant.m32[1],
352 dest->mant.m32[0] & 0xffffff00,
353 src->mant.m32[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A DMakefile3 CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/LzmaUtil/
H A Dmakefile.gcc7 CFLAGS = -c -O2 -Wall -m32
8 LDFLAGS += -m32
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A DMakefile.am25 EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \
H A DMakefile.netware148 CFLAGS += -m32
H A DMakefile.in923 EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_ioc32.c192 drm_map32_t m32; local
210 if (__get_user(m32.offset, &map->offset)
211 || __get_user(m32.size, &map->size)
212 || __get_user(m32.type, &map->type)
213 || __get_user(m32.flags, &map->flags)
215 || __get_user(m32.mtrr, &map->mtrr))
218 m32.handle = (unsigned long)handle;
219 if (copy_to_user(argp, &m32, sizeof(m32)))
229 drm_map32_t m32; local
728 drm_agp_mode32_t m32; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/
H A DMakefile33 KBUILD_CFLAGS += -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
34 KBUILD_AFLAGS += -m32
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A DMakefile70 $(MAKE) -C lib -f Makefile.m32
71 $(MAKE) -C src -f Makefile.m32
74 $(MAKE) -C lib -f Makefile.m32 clean
75 $(MAKE) -C src -f Makefile.m32 clean
76 $(MAKE) -C docs/examples -f Makefile.m32 clean
79 $(MAKE) -C lib -f Makefile.m32 vclean
80 $(MAKE) -C src -f Makefile.m32 vclean
81 $(MAKE) -C docs/examples -f Makefile.m32 vclean
84 $(MAKE) -C docs/examples -f Makefile.m32 CFG=$@
87 $(MAKE) -C lib -f Makefile.m32 CF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dasm-offsets.c30 # error Must not specify -m32 when building the TILE-Gx kernel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/realmode/
H A DMakefile43 KBUILD_CFLAGS += $(call cc-option, -m32)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_ld_str.c157 unsigned m32; local
162 FPU_get_user(m32, (unsigned long __user *)single);
165 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
167 if (!(m32 & 0x7fffffff)) {
173 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias;
174 m32 = (m32 & 0x7fffff) << 8;
177 loaded_data->sigh = m32;
184 if (m32 == 0) {
193 loaded_data->sigh = m32 |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A DMakefile.am84 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
H A DMakefile.netware163 CFLAGS += -m32
H A DMakefile.in613 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.am30 EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 config-win32.h \
H A DMakefile.netware154 CFLAGS += -m32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A DMakefile72 VDSO_LDFLAGS_vdso32.lds = -m32 -Wl,-soname=linux-gate.so.1
88 $(vdso32-images:%=$(obj)/%.dbg): asflags-$(CONFIG_X86_64) += -m32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmath-emu.h76 unsigned long m32[2]; member in union:fp_mant64
81 unsigned long m32[4]; member in union:fp_mant128
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dmath-emu.h76 unsigned long m32[2]; member in union:fp_mant64
81 unsigned long m32[4]; member in union:fp_mant128
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/
H A DMakefile15 HAS_BIARCH := $(call cc-option-yn, -m32)
25 CROSS32CC := $(CC) -m32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/
H A DMakefile20 biarch := $(call cc-option,-m32)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A DMakefile70 KBUILD_CFLAGS += $(call cc-option, -m32)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86util.asm671 %macro VBROADCASTSS 2 ; dst xmm/ymm, src m32

Completed in 149 milliseconds

12