Home
last modified time | relevance | path

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

12

/linux-6.15/arch/m68k/math-emu/
H A Dmulti_arith.h172 fp_mul64(dest->m32[0], dest->m32[1], src1->mant.m32[0], src2->mant.m32[0]); in fp_multiplymant()
173 fp_mul64(dest->m32[2], dest->m32[3], src1->mant.m32[1], src2->mant.m32[1]); in fp_multiplymant()
175 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[0], src2->mant.m32[1]); in fp_multiplymant()
178 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[1], src2->mant.m32[0]); in fp_multiplymant()
231 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]); in fp_dividemant()
234 src->mant.m32[0] = tmp.m32[1]; in fp_dividemant()
235 src->mant.m32[1] = tmp.m32[2]; in fp_dividemant()
238 src->mant.m32[0] = tmp.m32[1]; in fp_dividemant()
239 src->mant.m32[1] = tmp.m32[2]; in fp_dividemant()
281 dest->mant.m32[0] = src->m32[1]; in fp_putmant128()
[all …]
H A Dfp_arith.c196 if ((long)temp.m32[0] > 0) { in fp_fmul()
282 if (!temp.m32[0]) { in fp_fdiv()
340 fp_mul64(dest->mant.m32[0], dest->mant.m32[1], in fp_fsglmul()
409 if (dest->mant.m32[0] >= src->mant.m32[0]) { in fp_fsgldiv()
411 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv()
415 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv()
416 dest->mant.m32[0] = quot; in fp_fsgldiv()
460 dest->mant.m32[1] = 0; in fp_roundint()
466 if (oldmant.m32[1] == dest->mant.m32[1]) in fp_roundint()
506 !oldmant.m32[1]) in fp_roundint()
[all …]
/linux-6.15/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-6.15/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"…
13 $(OUTPUT)/memcmp_32: CFLAGS += -m32
22 $(OUTPUT)/strlen_32: CFLAGS += -m32
/linux-6.15/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-6.15/tools/testing/memblock/scripts/
H A DMakefile.include12 CFLAGS += -m32 -U CONFIG_PHYS_ADDR_T_64BIT
13 LDFLAGS += -m32
/linux-6.15/tools/testing/scatterlist/
H A DMakefile8 CFLAGS += -m32
9 LDFLAGS += -m32
/linux-6.15/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 | 0x80000000; in FPU_load_single()
199 loaded_data->sigh = m32 | 0x80000000; in FPU_load_single()
/linux-6.15/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-6.15/tools/testing/memblock/
H A DMakefile16 CFLAGS += -m32
17 LDFLAGS += -m32
/linux-6.15/arch/sparc/
H A DMakefile32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu $(call cc-option,-fcall-used-g5) $(call cc-option,-f…
35 KBUILD_AFLAGS += -m32 -Wa,-Av8
/linux-6.15/tools/testing/shared/
H A Dshared.mk27 CFLAGS += -m32
28 LDFLAGS += -m32
/linux-6.15/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-6.15/arch/sparc/vdso/
H A DMakefile76 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32
84 KBUILD_CFLAGS_32 += -m32 -msoft-float -fpic
/linux-6.15/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.sh28 gcc -g -c -m32 insn-x86-dat-src.c
/linux-6.15/arch/x86/entry/vdso/
H A DMakefile119 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
131 KBUILD_CFLAGS_32 += -m32 -msoft-float -mregparm=0 -fpic
/linux-6.15/arch/m68k/include/asm/
H A Dmath-emu.h77 unsigned long m32[2]; member
82 unsigned long m32[4]; member
/linux-6.15/tools/testing/selftests/mm/
H A DMakefile107 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32)
183 $(BINARIES_32): CFLAGS += -m32 -mxsave
/linux-6.15/usr/include/
H A DMakefile13 UAPI_CFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
/linux-6.15/tools/testing/selftests/nolibc/
H A DMakefile167 CFLAGS_i386 = $(call cc-option,-m32)
170 CFLAGS_ppc = -m32 -mbig-endian -mno-vsx $(call cc-option,-mmultiple)
/linux-6.15/arch/powerpc/kernel/vdso/
H A DMakefile55 CC32FLAGS := -m32
/linux-6.15/arch/powerpc/
H A DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
/linux-6.15/
H A DMakefile1128 KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
1129 KBUILD_USERLDFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
1143 CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32)
/linux-6.15/tools/build/feature/
H A DMakefile322 $(CC) -m32 -o $@ test-compile.c

12