| /linux-6.15/arch/m68k/math-emu/ |
| H A D | multi_arith.h | 172 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 D | fp_arith.c | 196 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 D | fpu_denormal.c | 18 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 D | Makefile | 4 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 D | Makefile.um | 25 KBUILD_CFLAGS += $(call cc-option,-m32) 26 KBUILD_AFLAGS += $(call cc-option,-m32) 27 LINK-y += $(call cc-option,-m32)
|
| H A D | Makefile | 122 KBUILD_AFLAGS += -m32 123 KBUILD_CFLAGS += -m32
|
| /linux-6.15/tools/testing/memblock/scripts/ |
| H A D | Makefile.include | 12 CFLAGS += -m32 -U CONFIG_PHYS_ADDR_T_64BIT 13 LDFLAGS += -m32
|
| /linux-6.15/tools/testing/scatterlist/ |
| H A D | Makefile | 8 CFLAGS += -m32 9 LDFLAGS += -m32
|
| /linux-6.15/arch/x86/math-emu/ |
| H A D | reg_ld_str.c | 158 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 D | Kconfig.include | 62 # $(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 D | Makefile | 16 CFLAGS += -m32 17 LDFLAGS += -m32
|
| /linux-6.15/arch/sparc/ |
| H A D | Makefile | 32 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 D | shared.mk | 27 CFLAGS += -m32 28 LDFLAGS += -m32
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | Makefile | 9 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 D | Makefile | 76 $(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 D | gen-insn-x86-dat.sh | 28 gcc -g -c -m32 insn-x86-dat-src.c
|
| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | Makefile | 119 $(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 D | math-emu.h | 77 unsigned long m32[2]; member 82 unsigned long m32[4]; member
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | Makefile | 107 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 D | Makefile | 13 UAPI_CFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
|
| /linux-6.15/tools/testing/selftests/nolibc/ |
| H A D | Makefile | 167 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 D | Makefile | 55 CC32FLAGS := -m32
|
| /linux-6.15/arch/powerpc/ |
| H A D | Makefile | 24 HAS_BIARCH := $(call cc-option-yn, -m32)
|
| /linux-6.15/ |
| H A D | Makefile | 1128 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 D | Makefile | 322 $(CC) -m32 -o $@ test-compile.c
|