Searched refs:m64 (Results 1 – 22 of 22) sorted by relevance
| /arch/x86/ |
| A D | Makefile.um | 48 KBUILD_CFLAGS += -fno-builtin -m64 50 CHECKFLAGS += -m64 -D__x86_64__ 51 KBUILD_AFLAGS += -m64 53 KBUILD_CPPFLAGS += -m64 61 LINK-y += -m64
|
| A D | Makefile | 151 KBUILD_AFLAGS += -m64 152 KBUILD_CFLAGS += -m64
|
| /arch/m68k/math-emu/ |
| A D | fp_arith.c | 21 .mant = { .m64 = ~0 } 102 if (dest->mant.m64 < src->mant.m64) { in fp_fadd() 175 dest->mant.m64 = 0; in fp_fmul() 244 dest->mant.m64 = 0; in fp_fdiv() 262 dest->mant.m64 = 0; in fp_fdiv() 331 dest->mant.m64 = 0; in fp_fsglmul() 380 dest->mant.m64 = 0; in fp_fsgldiv() 398 dest->mant.m64 = 0; in fp_fsgldiv() 456 dest->mant.m64 = 0; in fp_roundint() 461 if (oldmant.m64 == dest->mant.m64) in fp_roundint() [all …]
|
| A D | multi_arith.h | 102 if (reg->mant.m64) in fp_addcarry() 104 reg->mant.m64 = 0; in fp_addcarry() 193 if (src->mant.m64 >= div->mant.m64) { in fp_dividemant() 252 dest->mant.m64 = src->m64[0]; in fp_putmant128()
|
| A D | fp_emu.h | 49 #define IS_ZERO(a) ((a)->mant.m64 == 0) 105 dest->mant.m64 = 0; \
|
| /arch/powerpc/tools/ |
| A D | gcc-check-mprofile-kernel.sh | 17 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \ 23 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
|
| A D | gcc-check-fpatchable-function-entry.sh | 17 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \ 22 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
|
| /arch/s390/kernel/vdso64/ |
| A D | Makefile | 26 KBUILD_AFLAGS_64 := $(filter-out -m64,$(KBUILD_AFLAGS)) 27 KBUILD_AFLAGS_64 += -m64 29 KBUILD_CFLAGS_64 := $(filter-out -m64,$(KBUILD_CFLAGS)) 34 KBUILD_CFLAGS_64 += -m64 -fPIC -fno-common -fno-builtin -fasynchronous-unwind-tables
|
| /arch/s390/ |
| A D | Makefile | 15 KBUILD_AFLAGS += -m64 16 KBUILD_CFLAGS += -m64 21 KBUILD_AFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -D__ASSEMBLY__ 25 KBUILD_CFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -O2 -mpacked-stack -std=gnu11
|
| /arch/x86/um/vdso/ |
| A D | Makefile | 25 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \ 41 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
| /arch/sparc/vdso/ |
| A D | Makefile | 44 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \ 74 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) -DBUILD_VDSO 78 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
|
| /arch/sparc/ |
| A D | Makefile | 47 KBUILD_CFLAGS += -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow 51 KBUILD_AFLAGS += -m64 -mcpu=ultrasparc -Wa,--undeclared-regs
|
| /arch/s390/kernel/vdso32/ |
| A D | Makefile | 16 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) 19 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
|
| /arch/x86/math-emu/ |
| A D | reg_ld_str.c | 98 unsigned m64, l64; in FPU_load_double() local 102 FPU_get_user(m64, 1 + (unsigned long __user *)dfloat); in FPU_load_double() 106 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double() 107 exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias + EXTENDED_Ebias; in FPU_load_double() 108 m64 &= 0xfffff; in FPU_load_double() 111 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double() 120 loaded_data->sigh = (m64 << 11) | 0x80000000; in FPU_load_double() 127 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double() 134 loaded_data->sigh = m64 << 11; in FPU_load_double() 143 loaded_data->sigh = (m64 << 11) | 0x80000000; in FPU_load_double()
|
| /arch/arm64/boot/dts/allwinner/ |
| A D | sun50i-a64-bananapi-m64.dts | 13 compatible = "sinovoip,bananapi-m64", "allwinner,sun50i-a64"; 40 label = "bananapi-m64:red:pwr"; 46 label = "bananapi-m64:green:user"; 51 label = "bananapi-m64:blue:user";
|
| A D | Makefile | 3 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-bananapi-m64.dtb
|
| /arch/x86/entry/vdso/ |
| A D | Makefile | 54 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ 117 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) -DBUILD_VDSO 121 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
|
| /arch/m68k/include/asm/ |
| A D | math-emu.h | 76 unsigned long long m64; member 81 unsigned long long m64[2]; member
|
| /arch/s390/purgatory/ |
| A D | Makefile | 19 KBUILD_CFLAGS += -Os -m64 -msoft-float -fno-common
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-pci-defs.h | 708 uint32_t m64:1; member 720 uint32_t m64:1;
|
| /arch/powerpc/boot/ |
| A D | Makefile | 36 BOOTTARGETFLAGS += -m64
|
| /arch/powerpc/ |
| A D | Kconfig | 286 …select HAVE_STACKPROTECTOR if PPC64 && $(cc-option,$(m64-flag) -mstack-protector-guard=tls -mstac…
|
Completed in 51 milliseconds