| /linux/arch/m68k/math-emu/ |
| A D | multi_arith.h | 170 fp_mul64(dest->m32[0], dest->m32[1], src1->mant.m32[0], src2->mant.m32[0]); in fp_multiplymant() 171 fp_mul64(dest->m32[2], dest->m32[3], src1->mant.m32[1], src2->mant.m32[1]); in fp_multiplymant() 173 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[0], src2->mant.m32[1]); in fp_multiplymant() 176 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[1], src2->mant.m32[0]); in fp_multiplymant() 229 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]); in fp_dividemant() 232 src->mant.m32[0] = tmp.m32[1]; in fp_dividemant() 233 src->mant.m32[1] = tmp.m32[2]; in fp_dividemant() 236 src->mant.m32[0] = tmp.m32[1]; in fp_dividemant() 237 src->mant.m32[1] = tmp.m32[2]; in fp_dividemant() 279 dest->mant.m32[0] = src->m32[1]; in fp_putmant128() [all …]
|
| A D | fp_arith.c | 203 if ((long)temp.m32[0] > 0) { in fp_fmul() 290 if (!temp.m32[0]) { in fp_fdiv() 349 fp_mul64(dest->mant.m32[0], dest->mant.m32[1], in fp_fsglmul() 419 if (dest->mant.m32[0] >= src->mant.m32[0]) { in fp_fsgldiv() 421 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv() 425 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv() 426 dest->mant.m32[0] = quot; in fp_fsgldiv() 470 dest->mant.m32[1] = 0; in fp_roundint() 476 if (oldmant.m32[1] == dest->mant.m32[1]) in fp_roundint() 516 !oldmant.m32[1]) in fp_roundint() [all …]
|
| /linux/drivers/gpu/drm/ |
| A D | drm_ioc32.c | 180 drm_map32_t m32; in compat_drm_getmap() local 184 if (copy_from_user(&m32, argp, sizeof(m32))) in compat_drm_getmap() 193 m32.size = map.size; in compat_drm_getmap() 194 m32.type = map.type; in compat_drm_getmap() 197 m32.mtrr = map.mtrr; in compat_drm_getmap() 198 if (copy_to_user(argp, &m32, sizeof(m32))) in compat_drm_getmap() 208 drm_map32_t m32; in compat_drm_addmap() local 212 if (copy_from_user(&m32, argp, sizeof(m32))) in compat_drm_addmap() 216 map.size = m32.size; in compat_drm_addmap() 230 map.handle, m32.type, m32.offset); in compat_drm_addmap() [all …]
|
| /linux/tools/testing/selftests/powerpc/math/ |
| 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/tools/testing/selftests/powerpc/stringloops/ |
| A D | Makefile | 7 build_32bit = $(shell if ($(CC) $(CFLAGS) -m32 -o /dev/null memcmp.c >/dev/null 2>&1) then echo "1"… 16 $(OUTPUT)/memcmp_32: CFLAGS += -m32 25 $(OUTPUT)/strlen_32: CFLAGS += -m32
|
| /linux/arch/x86/ |
| A D | Makefile.um | 12 KBUILD_CFLAGS += $(call cc-option,-m32) 13 KBUILD_AFLAGS += $(call cc-option,-m32) 14 LINK-y += $(call cc-option,-m32)
|
| A D | Makefile | 61 KBUILD_AFLAGS += -m32 62 KBUILD_CFLAGS += -m32
|
| /linux/scripts/ |
| A D | Kconfig.include | 61 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 64 m32-flag := $(cc-option-bit,-m32)
|
| A D | gcc-x86_32-has-stack-protector.sh | 8 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector -mstack-…
|
| A D | gcc-ld | 11 -save-temps|-m32|-m64) N="$1" ;;
|
| /linux/arch/x86/math-emu/ |
| 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/tools/testing/scatterlist/ |
| A D | Makefile | 8 CFLAGS += -m32 9 LDFLAGS += -m32
|
| /linux/arch/sparc/ |
| A D | Makefile | 32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 35 KBUILD_AFLAGS += -m32 -Wa,-Av8
|
| /linux/tools/testing/radix-tree/ |
| A D | Makefile | 18 CFLAGS += -m32 19 LDFLAGS += -m32
|
| /linux/tools/testing/selftests/x86/ |
| A D | Makefile | 9 CAN_BUILD_I386 := $(shell ./check_cc.sh $(CC) trivial_32bit_program.c -m32) 75 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm
|
| /linux/tools/testing/selftests/vm/ |
| A D | Makefile | 52 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh $(CC) ../x86/trivial_32bit_program.c -m32) 107 $(BINARIES_32): CFLAGS += -m32 -mxsave
|
| /linux/arch/sparc/vdso/ |
| A D | Makefile | 86 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32 93 KBUILD_CFLAGS_32 += -m32 -msoft-float -fpic
|
| /linux/tools/perf/arch/x86/tests/ |
| A D | gen-insn-x86-dat.sh | 28 gcc -g -c -m32 insn-x86-dat-src.c
|
| /linux/arch/m68k/include/asm/ |
| A D | math-emu.h | 77 unsigned long m32[2]; member 82 unsigned long m32[4]; member
|
| /linux/arch/x86/entry/vdso/ |
| A D | Makefile | 145 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32 154 KBUILD_CFLAGS_32 += -m32 -msoft-float -mregparm=0 -fpic
|
| /linux/arch/powerpc/kernel/vdso32/ |
| A D | Makefile | 29 CC32FLAGS += -m32
|
| /linux/usr/include/ |
| A D | Makefile | 13 UAPI_CFLAGS += $(filter -m32 -m64, $(KBUILD_CFLAGS))
|
| /linux/tools/build/feature/ |
| A D | Makefile | 263 $(CC) -m32 -o $@ test-compile.c
|
| /linux/ |
| A D | Makefile | 1048 KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CFLAGS)) 1049 KBUILD_USERLDFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CFLAGS)) 1058 CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32)
|
| /linux/arch/powerpc/ |
| A D | Makefile | 13 HAS_BIARCH := $(call cc-option-yn, -m32)
|