Home
last modified time | relevance | path

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

12

/linux/arch/m68k/math-emu/
H A Dmulti_arith.h29 reg->lowmant = reg->mant.m32[1] << (8 - cnt); in fp_denormalize()
30 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) | in fp_denormalize()
31 (reg->mant.m32[0] << (32 - cnt)); in fp_denormalize()
32 reg->mant.m32[0] = reg->mant.m32[0] >> cnt; in fp_denormalize()
35 reg->lowmant = reg->mant.m32[1] >> (cnt - 8); in fp_denormalize()
36 if (reg->mant.m32[1] << (40 - cnt)) in fp_denormalize()
38 reg->mant.m32[1] = (reg->mant.m32[ in fp_denormalize()
[all...]
H A Dfp_arith.c186 if ((long)dest->mant.m32[0] >= 0) in fp_fmul()
188 if ((long)src->mant.m32[0] >= 0) in fp_fmul()
196 if ((long)temp.m32[0] > 0) { in fp_fmul()
272 if ((long)dest->mant.m32[0] >= 0) in fp_fdiv()
274 if ((long)src->mant.m32[0] >= 0) in fp_fdiv()
282 if (!temp.m32[0]) { in fp_fdiv()
340 fp_mul64(dest->mant.m32[0], dest->mant.m32[1], in fp_fsglmul()
341 dest->mant.m32[0] & 0xffffff00, in fp_fsglmul()
342 src->mant.m32[ in fp_fsglmul()
[all...]
/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_denormal.c18 unsigned int m32; in test_denormal_fpu() local
25 m32 = 0x00715fcf; /* random denormal */ in test_denormal_fpu()
26 memcpy((float *)&f, &m32, sizeof(f)); in test_denormal_fpu()
/linux/tools/testing/selftests/powerpc/stringloops/
H A DMakefile4 build_32bit = $(shell if ($(CC) $(CFLAGS) -m32 -o /dev/null memcmp.c >/dev/null 2>&1) then echo "1"; fi)
13 $(OUTPUT)/memcmp_32: CFLAGS += -m32
22 $(OUTPUT)/strlen_32: CFLAGS += -m32
/linux/arch/x86/
H A DMakefile.um25 KBUILD_CFLAGS += $(call cc-option,-m32)
26 KBUILD_AFLAGS += $(call cc-option,-m32)
27 LINK-y += $(call cc-option,-m32)
H A DMakefile122 KBUILD_AFLAGS += -m32
123 KBUILD_CFLAGS += -m32
/linux/tools/testing/memblock/scripts/
H A DMakefile.include12 CFLAGS += -m32 -U CONFIG_PHYS_ADDR_T_64BIT
13 LDFLAGS += -m32
/linux/tools/testing/scatterlist/
H A DMakefile8 CFLAGS += -m32
9 LDFLAGS += -m32
/linux/arch/x86/math-emu/
H A Dreg_ld_str.c158 unsigned m32; in FPU_load_single() local
163 FPU_get_user(m32, (unsigned long __user *)single); in FPU_load_single()
166 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
168 if (!(m32 & 0x7fffffff)) { in FPU_load_single()
174 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias; in FPU_load_single()
175 m32 = (m32 & 0x7fffff) << 8; in FPU_load_single()
178 loaded_data->sigh = m32; in FPU_load_single()
185 if (m32 == 0) { in FPU_load_single()
194 loaded_data->sigh = m32 | in FPU_load_single()
[all...]
/linux/scripts/
H A DKconfig.include62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise.
65 m32-flag := $(cc-option-bit,-m32)
/linux/tools/testing/memblock/
H A DMakefile16 CFLAGS += -m32
17 LDFLAGS += -m32
/linux/arch/sparc/
H A DMakefile32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu $(call cc-option,-fcall-used-g5) $(call cc-option,-fcall-used-g7)
35 KBUILD_AFLAGS += -m32 -Wa,-Av8
/linux/tools/testing/shared/
H A Dshared.mk27 CFLAGS += -m32
28 LDFLAGS += -m32
/linux/tools/testing/selftests/x86/
H A DMakefile9 CAN_BUILD_I386 := $(shell ./check_cc.sh "$(CC)" trivial_32bit_program.c -m32)
83 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $< $(EXTRA_FILES) -lrt -ldl -lm
/linux/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.sh28 gcc -g -c -m32 insn-x86-dat-src.c
/linux/arch/m68k/include/asm/
H A Dmath-emu.h77 unsigned long m32[2]; member
82 unsigned long m32[4]; member
/linux/arch/x86/entry/vdso/
H A DMakefile119 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
132 KBUILD_CFLAGS_32 += -m32 -msoft-float -mregparm=0 -fpic
/linux/tools/testing/selftests/mm/
H A DMakefile110 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32)
186 $(BINARIES_32): CFLAGS += -m32 -mxsave
/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc218 CFLAGS_i386 = $(call cc-option,-m32)
222 CFLAGS_ppc = -m32 -mbig-endian -mno-vsx $(call cc-option,-mmultiple)
233 CFLAGS_sparc32 = $(call cc-option,-m32)
/linux/usr/include/
H A DMakefile11 # In theory, we do not care -m32 or -m64 for header compile tests.
12 # It is here just because CONFIG_CC_CAN_LINK is tested with -m32 or -m64.
13 UAPI_CFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
/linux/arch/powerpc/kernel/vdso/
H A DMakefile55 CC32FLAGS := -m32
/linux/arch/powerpc/
H A DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
/linux/
H A DMakefile1141 KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
1142 KBUILD_USERLDFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
1156 CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32)
/linux/arch/powerpc/boot/
H A DMakefile16 # compiler for the rest of the kernel, with the -m32 flag added.
42 BOOTTARGETFLAGS := -m32
/linux/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst432 32-bit (-m32) o 64-bit (-m64).
530 funzioni quando viene compilato per x86_64 (-m64), x86_32 (-m32) e x32 (-mx32).

12