Searched refs:m64 (Results 1 - 25 of 45) sorted by path

12

/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h76 unsigned long long m64; member in union:fp_mant64
81 unsigned long long m64[2]; member in union:fp_mant128
/linux-master/arch/m68k/math-emu/
H A Dfp_emu.h49 #define IS_ZERO(a) ((a)->mant.m64 == 0)
105 dest->mant.m64 = 0; \
H A Dfp_arith.c21 .mant = { .m64 = ~0 }
102 if (dest->mant.m64 < src->mant.m64) {
175 dest->mant.m64 = 0;
244 dest->mant.m64 = 0;
262 dest->mant.m64 = 0;
331 dest->mant.m64 = 0;
380 dest->mant.m64 = 0;
398 dest->mant.m64 = 0;
456 dest->mant.m64
[all...]
H A Dmulti_arith.h102 if (reg->mant.m64)
104 reg->mant.m64 = 0;
193 if (src->mant.m64 >= div->mant.m64) {
252 dest->mant.m64 = src->m64[0];
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h708 uint32_t m64:1; member in struct:cvmx_pci_cfg60::cvmx_pci_cfg60_s
720 uint32_t m64:1;
/linux-master/scripts/
H A Dgcc-x86_64-has-stack-protector.sh4 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m64 -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile4 ASFLAGS += -O2 -Wall -g -nostdlib -m64
/linux-master/tools/testing/selftests/powerpc/vphn/
H A DMakefile4 CFLAGS += -m64 -I$(CURDIR)
/linux-master/
H A DMakefile1053 KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CFLAGS))
1054 KBUILD_USERLDFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CFLAGS))
1063 CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32)
/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile3 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-bananapi-m64.dtb
/linux-master/arch/powerpc/boot/
H A DMakefile36 BOOTTARGETFLAGS += -m64
/linux-master/arch/powerpc/tools/
H A Dgcc-check-fpatchable-function-entry.sh11 # should not be invoked for other targets. Therefore we can pass in -m64 and
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 | \
H A Dgcc-check-mprofile-kernel.sh11 # be invoked for other targets. Therefore we can pass in -m64 and -mabi
17 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
23 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
/linux-master/arch/s390/
H A DMakefile15 KBUILD_AFLAGS += -m64
16 KBUILD_CFLAGS += -m64
26 KBUILD_AFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -D__ASSEMBLY__
30 KBUILD_CFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -O2 -mpacked-stack
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile18 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS))
21 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile23 KBUILD_AFLAGS_64 := $(filter-out -m64,$(KBUILD_AFLAGS))
24 KBUILD_AFLAGS_64 += -m64
26 KBUILD_CFLAGS_64 := $(filter-out -m64,$(KBUILD_CFLAGS))
29 KBUILD_CFLAGS_64 += -m64 -fPIC -fno-common -fno-builtin
/linux-master/arch/s390/purgatory/
H A DMakefile27 KBUILD_CFLAGS += -Os -m64 -msoft-float -fno-common
/linux-master/arch/sparc/
H A DMakefile47 KBUILD_CFLAGS += -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow
51 KBUILD_AFLAGS += -m64 -mcpu=ultrasparc -Wa,--undeclared-regs
/linux-master/arch/sparc/vdso/
H A DMakefile45 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \
75 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) -DBUILD_VDSO
79 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
/linux-master/arch/x86/
H A DMakefile131 KBUILD_AFLAGS += -m64
132 KBUILD_CFLAGS += -m64
H A DMakefile.um46 KBUILD_CFLAGS += -fno-builtin -m64
48 CHECKFLAGS += -m64 -D__x86_64__
49 KBUILD_AFLAGS += -m64
51 KBUILD_CPPFLAGS += -m64
59 LINK-y += -m64
/linux-master/arch/x86/entry/vdso/
H A DMakefile79 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
141 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) -DBUILD_VDSO
145 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
/linux-master/arch/x86/math-emu/
H A Dreg_ld_str.c98 unsigned m64, l64; local
102 FPU_get_user(m64, 1 + (unsigned long __user *)dfloat);
106 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
107 exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias + EXTENDED_Ebias;
108 m64 &= 0xfffff;
111 if ((m64 == 0) && (l64 == 0)) {
120 loaded_data->sigh = (m64 << 11) | 0x80000000;
127 if ((m64 == 0) && (l64 == 0)) {
134 loaded_data->sigh = m64 << 11;
143 loaded_data->sigh = (m64 << 1
[all...]
/linux-master/arch/x86/um/vdso/
H A DMakefile31 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
47 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-master/crypto/
H A Dvmac.c82 static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */ variable
368 t = (p1 > m63) + ((p1 == m63) && (p2 == m64));

Completed in 446 milliseconds

12