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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A DMakefile25 cmd_syscall = $(CC) -m32 -nostdlib -shared -s \
34 AFLAGS_vsyscall-sysenter.o = -m32 -Wa,-32
35 AFLAGS_vsyscall-syscall.o = -m32 -Wa,-32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A DMakefile.am25 EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \
H A DMakefile.netware148 CFLAGS += -m32
H A DMakefile478 EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \
H A DMakefile.in478 EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/
H A DMakefile19 CFLAGS := $(CFLAGS) -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
20 AFLAGS := $(AFLAGS) -m32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_ioc32.c192 drm_map32_t m32; local
211 if (__get_user(m32.offset, &map->offset)
212 || __get_user(m32.size, &map->size)
213 || __get_user(m32.type, &map->type)
214 || __get_user(m32.flags, &map->flags)
216 || __get_user(m32.mtrr, &map->mtrr))
219 m32.handle = (unsigned long)handle;
220 if (copy_to_user(argp, &m32, sizeof(m32)))
230 drm_map32_t m32; local
742 drm_agp_mode32_t m32; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_ld_str.c177 unsigned m32; local
182 FPU_get_user(m32, (unsigned long __user *) single);
185 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
187 if (!(m32 & 0x7fffffff))
194 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias;
195 m32 = (m32 & 0x7fffff) << 8;
199 loaded_data->sigh = m32;
208 if ( m32 == 0 )
220 loaded_data->sigh = m32 |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.am60 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
H A DMakefile.netware148 CFLAGS += -m32
H A DMakefile444 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
H A DMakefile.in444 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/
H A DMakefile16 HAS_BIARCH := $(call cc-option-yn, -m32)
20 CC := $(CC) -m32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/
H A DMakefile20 HAS_BIARCH := $(call cc-option-yn, -m32)
24 CC := $(CC) -m32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/
H A DMakefile15 HAS_BIARCH := $(call cc-option-yn, -m32)
28 CROSS32CC := $(CC) -m32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.am33 EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \
H A DMakefile.m326 ## Usage: mingw32-make -f Makefile.m32 CFG=-feature1[-feature2][-feature3][...]
7 ## Example: mingw32-make -f Makefile.m32 CFG=-zlib-ssl-sspi-winidn
243 $(MAKE) -C $(LIBCARES_PATH) -f Makefile.m32
H A DMakefile.netware153 CFLAGS += -m32
H A DMakefile392 EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \
H A DMakefile.in392 EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A DMakefile30 EXTRA_CFLAGS := -m32

Completed in 392 milliseconds