Searched refs:m32 (Results 1 – 13 of 13) sorted by relevance
| /arch/m68k/math-emu/ |
| 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 …]
|
| 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 …]
|
| /arch/x86/ |
| 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)
|
| A D | Makefile | 122 KBUILD_AFLAGS += -m32 123 KBUILD_CFLAGS += -m32
|
| /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()
|
| /arch/sparc/ |
| 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
|
| /arch/sparc/vdso/ |
| A D | Makefile | 76 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32 85 KBUILD_CFLAGS_32 += -m32 -msoft-float -fpic
|
| /arch/x86/entry/vdso/ |
| A D | Makefile | 119 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32 132 KBUILD_CFLAGS_32 += -m32 -msoft-float -mregparm=0 -fpic
|
| /arch/m68k/include/asm/ |
| A D | math-emu.h | 77 unsigned long m32[2]; member 82 unsigned long m32[4]; member
|
| /arch/powerpc/kernel/vdso/ |
| A D | Makefile | 55 CC32FLAGS := -m32
|
| /arch/powerpc/ |
| A D | Makefile | 24 HAS_BIARCH := $(call cc-option-yn, -m32)
|
| A D | Kconfig | 285 …select HAVE_STACKPROTECTOR if PPC32 && $(cc-option,$(m32-flag) -mstack-protector-guard=tls -mstac…
|
| /arch/powerpc/boot/ |
| A D | Makefile | 42 BOOTTARGETFLAGS := -m32
|
Completed in 25 milliseconds