| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | Makefile | 22 $(OUTPUT)/wild_bctr: CFLAGS += -m64 23 $(OUTPUT)/large_vm_fork_separation: CFLAGS += -m64 24 $(OUTPUT)/large_vm_gpr_corruption: CFLAGS += -m64 25 $(OUTPUT)/bad_accesses: CFLAGS += -m64 26 $(OUTPUT)/exec_prot: CFLAGS += -m64 27 $(OUTPUT)/pkey_exec_prot: CFLAGS += -m64 28 $(OUTPUT)/pkey_siginfo: CFLAGS += -m64
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | Makefile | 23 $(OUTPUT)/tm-vmx-unavail: CFLAGS += -pthread -m64 25 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx 26 $(OUTPUT)/tm-trap: CFLAGS += -O0 -pthread -m64 27 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m64 28 $(OUTPUT)/tm-signal-pagefault: CFLAGS += -pthread -m64 29 $(OUTPUT)/tm-poison: CFLAGS += -m64 33 $(SIGNAL_CONTEXT_CHK_TESTS): CFLAGS += -mhtm -m64 -mvsx
|
| /linux/arch/m68k/math-emu/ |
| H 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 …]
|
| H 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()
|
| H A D | fp_emu.h | 49 #define IS_ZERO(a) ((a)->mant.m64 == 0) 105 dest->mant.m64 = 0; \
|
| /linux/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_denormal.c | 19 unsigned long m64; in test_denormal_fpu() local 28 memcpy(&m64, (double *)&d, sizeof(d)); in test_denormal_fpu() 30 FAIL_IF((long)(m64 != 0x380c57f3c0000000)); /* renormalised value */ in test_denormal_fpu()
|
| H A D | Makefile | 9 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
|
| /linux/arch/powerpc/tools/ |
| H A D | gcc-check-mprofile-kernel.sh | 16 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \ 22 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
|
| H A D | check-fpatchable-function-entry.sh | 16 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \ 21 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
|
| /linux/scripts/ |
| H A D | Kconfig.include | 37 as-instr64 = $(as-instr,$(1),$(m64-flag)) 63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise. 66 m64-flag := $(cc-option-bit,-m64)
|
| /linux/scripts/dummy-tools/ |
| H A D | gcc | 88 if arg_contain -m64 "$@" && arg_contain -mprofile-kernel "$@"; then 96 if arg_contain -m64 "$@" && arg_contain -fpatchable-function-entry=2 "$@"; then
|
| /linux/arch/s390/ |
| H 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 -fms-extensions
|
| /linux/arch/x86/math-emu/ |
| H 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()
|
| /linux/arch/sparc/vdso/ |
| H 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))
|
| /linux/tools/testing/selftests/powerpc/pmu/ |
| H A D | Makefile | 19 $(OUTPUT)/count_instructions: CFLAGS += -m64 22 $(OUTPUT)/count_stcx_fail: CFLAGS += -m64
|
| /linux/arch/x86/um/vdso/ |
| H A D | Makefile | 22 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \ 38 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H 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";
|
| /linux/tools/testing/selftests/powerpc/vphn/ |
| H A D | Makefile | 8 CFLAGS += -m64 -I$(CURDIR)
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | Makefile | 7 CFLAGS = -O3 -m64 -I./include -I../include
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | Makefile | 7 $(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
|
| /linux/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
| H A D | Makefile | 14 CFLAGS += -m64
|
| /linux/tools/testing/selftests/powerpc/security/ |
| H A D | Makefile | 15 $(OUTPUT)/spectre_v2: CFLAGS += -m64
|
| /linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | Makefile | 15 CFLAGS += -m64
|
| /linux/tools/testing/selftests/powerpc/switch_endian/ |
| H A D | Makefile | 10 ASFLAGS += -O2 -Wall -g -nostdlib -m64
|
| /linux/tools/testing/selftests/powerpc/stringloops/ |
| H A D | Makefile | 9 $(OUTPUT)/memcmp_64: CFLAGS += -m64 -maltivec
|